|
@@ -11,9 +11,9 @@
|
|
|
<text v-if="Number(productInfo.discountPrice) > 0">【特价】</text>
|
|
<text v-if="Number(productInfo.discountPrice) > 0">【特价】</text>
|
|
|
{{ productInfo.name}}
|
|
{{ productInfo.name}}
|
|
|
</view>
|
|
</view>
|
|
|
- <button open-type="share" class="tui-share-btn tui-share-position" >
|
|
|
|
|
|
|
+ <button open-type="share" class="tui-share-btn tui-share-position" style="background-color:#EDEDED;">
|
|
|
<app-tag type="gray" tui-tag-class="tui-tag-share tui-size" shape="circleLeft" size="small" >
|
|
<app-tag type="gray" tui-tag-class="tui-tag-share tui-size" shape="circleLeft" size="small" >
|
|
|
- <view class="flex-center">
|
|
|
|
|
|
|
+ <view class="flex-center" style="padding:8upx 0;">
|
|
|
<i class="iconfont iconfenxiang"></i>
|
|
<i class="iconfont iconfenxiang"></i>
|
|
|
<text class="tui-share-text tui-gray">分享</text>
|
|
<text class="tui-share-text tui-gray">分享</text>
|
|
|
</view>
|
|
</view>
|