Commit ffa3b20e authored by zhengke's avatar zhengke

修改

parent 25162e1b
...@@ -70,8 +70,8 @@ ...@@ -70,8 +70,8 @@
<u-icon v-if='g.share ==0' name="close" style='position: absolute;right: 4px;top: 12.5px;' color="#fff" size="40" @click='hideshare=true'></u-icon> <u-icon v-if='g.share ==0' name="close" style='position: absolute;right: 4px;top: 12.5px;' color="#fff" size="40" @click='hideshare=true'></u-icon>
</view> </view>
</view> </view>
<view class="g-info"> <view class="g-info" :class="{'kotraBack':setting.is_show_korea==1}">
<view class="g-name u-skeleton-rect"> <view class="g-name u-skeleton-rect" v-if="setting.is_show_korea==0">
<view <view
v-if="g.marketingLogo.iswords&&g.marketingLogo.iswords==1 && g.marketingLogo.words!=''" v-if="g.marketingLogo.iswords&&g.marketingLogo.iswords==1 && g.marketingLogo.words!=''"
class="Logo" class="Logo"
...@@ -114,27 +114,30 @@ ...@@ -114,27 +114,30 @@
</view> </view>
</view> </view>
<template v-if="setting.is_show_korea==1"> <template v-if="setting.is_show_korea==1">
<view style="height:50px;margin:10px 10px 0 0;display:none;"> <view class="kotraGoodsInfo">
<view style="float:right;" @click="openShare" v-if="isAllowShare == 1"> <view class="kotraGname">{{g.name}}</view>
<image src="@/static/images/icon/icon-share.png" style="width:20px;height:20px;" class="share-icon" /> <view style="height:50px;margin:10px 10px 0 0;display:none;">
<view style="float:right;" @click="openShare" v-if="isAllowShare == 1">
<image src="@/static/images/icon/icon-share.png" style="width:20px;height:20px;" class="share-icon" />
</view>
</view> </view>
</view> <view class="koarea_Country" style="display:none;">
<view class="koarea_Country" style="display:none;"> <view style="flex: 1;text-align: center;border-right:1px solid #F2F3F6;">
<view style="flex: 1;text-align: center;border-right:1px solid #F2F3F6;"> <text v-if="g.goods_country">{{g.goods_country}}</text>
<text v-if="g.goods_country">{{g.goods_country}}</text> </view>
<view style="flex: 1;text-align: center;border-right:1px solid #F2F3F6;"></view>
<view style="flex: 1;text-align: center;" v-if="g.cats&&g.cats.length>0">{{g.cats[0].CategoryName}}</view>
</view>
<view style="text-align: left;padding:15px 0;border-bottom:1px solid #F2F3F6;display:none;">
卖点:<text v-if="g.subname">{{g.subname}}</text>
</view>
<view style="text-align: left;border-bottom:1px solid #F2F3F6;padding:15px 0;display:flex;font-size:13px;color:#737373;">
<u-icon name="location" color="#D4D4D4" size="30"></u-icon>
地址:<text v-if="g.fatcode">{{g.fatcode}}</text>
</view>
<view style="display:flex;text-align: left;padding:10px;background-color: #F3F3F3;color:#404040;min-height:120px;line-height: 25px;font-size:13px;">
<text style="flex-shrink: 0;width:45px;">简介:</text><text v-if="g.goodsurl">{{g.goodsurl}}</text>
</view> </view>
<view style="flex: 1;text-align: center;border-right:1px solid #F2F3F6;"></view>
<view style="flex: 1;text-align: center;" v-if="g.cats&&g.cats.length>0">{{g.cats[0].CategoryName}}</view>
</view>
<view style="text-align: left;padding:15px 0;border-bottom:1px solid #F2F3F6;display:none;">
卖点:<text v-if="g.subname">{{g.subname}}</text>
</view>
<view style="text-align: left;border-bottom:1px solid #F2F3F6;padding:15px 0;display:flex;font-size:13px;color:#737373;">
<u-icon name="location" color="#D4D4D4" size="30"></u-icon>
地址:<text v-if="g.fatcode">{{g.fatcode}}</text>
</view>
<view style="display:flex;text-align: left;padding:10px;background-color: #F3F3F3;color:#404040;min-height:100px;line-height: 25px;font-size:13px;">
<text style="flex-shrink: 0;width:45px;">简介:</text><text v-if="g.goodsurl">{{g.goodsurl}}</text>
</view> </view>
</template> </template>
</view> </view>
...@@ -311,11 +314,11 @@ ...@@ -311,11 +314,11 @@
<view class="fenyeBtn" v-if="comListMsg.pageIndex>1" @click="goBefore">上一页</view> <view class="fenyeBtn" v-if="comListMsg.pageIndex>1" @click="goBefore">上一页</view>
<view class="fenyeBtn" v-if="comListMsg.pageIndex<compentTotal" @click="goAfter">下一页</view> <view class="fenyeBtn" v-if="comListMsg.pageIndex<compentTotal" @click="goAfter">下一页</view>
</view> </view>
<view style="padding:10px;margin-top:30px;"> <view class="kotraComentCotent">
<view style="margin:10px 0;">留言(至少填写10个文字)</view> <view style="margin:5px 0 10px 5px;color:#404040;">留言:(至少填写10个文字)</view>
<view> <view>
<textarea placeholder="请输入评论信息" style="width: 94.5%;height: 100px;border:1px solid #d1d1d1; <textarea placeholder="请输入评论信息" style="width: 94.5%;height: 100px;
padding:10px;background-color: #fff;" confirm-type='done' v-model="comentMsg.Content"> padding:10px;background-color: #F5F5F5;" confirm-type='done' v-model="comentMsg.Content">
</textarea> </textarea>
</view> </view>
<view class="goodComentBtn" @click="submitCommit">提交留言</view> <view class="goodComentBtn" @click="submitCommit">提交留言</view>
...@@ -1167,7 +1170,7 @@ export default { ...@@ -1167,7 +1170,7 @@ export default {
} }
.commontList{ .commontList{
display:flex; display:flex;
padding:0 10px; padding:0 15px;
margin-bottom:10px; margin-bottom:10px;
} }
.goodComentBtn{ .goodComentBtn{
...@@ -1177,7 +1180,7 @@ export default { ...@@ -1177,7 +1180,7 @@ export default {
line-height: 40px; line-height: 40px;
background-color: #0b0052; background-color: #0b0052;
color:#fff; color:#fff;
margin-top:10px; margin-top:15px;
font-size:16px; font-size:16px;
} }
.fenyeBtn{ .fenyeBtn{
...@@ -1187,4 +1190,32 @@ export default { ...@@ -1187,4 +1190,32 @@ export default {
font-size:12px; font-size:12px;
margin:0 10px 20px 0; margin:0 10px 20px 0;
} }
.kotraGoodsInfo{
margin:5px;
background-color: #fff;
border-radius: 3px;
padding:15px;
}
.kotraBack{
background-color: #f5f5f5!important;
}
.kotraGname{
color:#404040;
height:40px;
font-size:15px;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.kotraComentCotent{
padding:15px;
margin-top:30px;
margin:15px;
background-color: #fff;
border-radius: 3px;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment