Commit 739c07e2 authored by zhengke's avatar zhengke

修改

parent 7d8424f1
...@@ -114,26 +114,27 @@ ...@@ -114,26 +114,27 @@
</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;"> <view style="height:50px;margin:10px 10px 0 0;" style="display:none;">
<view style="float:right;" @click="openShare" v-if="isAllowShare == 1"> <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" /> <image src="@/static/images/icon/icon-share.png" style="width:20px;height:20px;" class="share-icon" />
</view> </view>
</view> </view>
<view class="koarea_Country"> <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>
<view style="flex: 1;text-align: center;border-right:1px solid #F2F3F6;"></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 style="flex: 1;text-align: center;" v-if="g.cats&&g.cats.length>0">{{g.cats[0].CategoryName}}</view>
</view> </view>
<view style="text-align: left;border-bottom:1px solid #F2F3F6;padding:15px 0"> <view style="text-align: left;padding:15px 0;border-bottom:1px solid #F2F3F6;" style="display:none;">
卖点:<text v-if="g.subname">{{g.subname}}</text> 卖点:<text v-if="g.subname">{{g.subname}}</text>
</view> </view>
<view style="text-align: left;border-bottom:1px solid #F2F3F6;padding:15px 0"> <view style="text-align: left;border-bottom:1px solid #F2F3F6;padding:15px 0;display:flex;font-size:13px;color:#737373;">
海关代码/关税率:<text v-if="g.fatcode">{{g.fatcode}}</text> <u-icon name="location" color="#D4D4D4" size="30"></u-icon>
地址:<text v-if="g.fatcode">{{g.fatcode}}</text>
</view> </view>
<view style="text-align: left;padding:15px 0 5px 0"> <view style="display:flex;text-align: left;padding:10px;background-color: #F3F3F3;color:#404040;min-height:100px;line-height: 25px;font-size:13px;">
官网:<text v-if="g.goodsurl">{{g.goodsurl}}</text> <text style="flex-shrink: 0;width:45px;">简介:</text><text v-if="g.goodsurl">{{g.goodsurl}}</text>
</view> </view>
</template> </template>
</view> </view>
......
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