Fix:【商城小程序】商品分享功能未做,调用之前生成商品分享海报的接口
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
<text v-if="storeInfo.vipPrice && storeInfo.vipPrice > 0" class="v12-white-text v12-red v12-font-22 v12-radius-40 v12-px-1 v12-font-weight-400">会员价</text>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view style="flex-shrink:0;" class="acea-row row-middle" @click="listenerActionSheet">
|
||||
<view style="flex-shrink:0;" class="acea-row row-middle share-btn" @click="listenerActionSheet">
|
||||
<image :src="webUrl+'/20210806121714655368.png'" mode="" style="width: 36rpx;height: 36rpx;"></image>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="v12-mt-1 v12-mb-3">
|
||||
<view
|
||||
@@ -1391,7 +1391,16 @@ export default {
|
||||
.bg-white {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.share-btn{
|
||||
flex-shrink: 0;
|
||||
padding: 10rpx;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 50%;
|
||||
position: fixed;
|
||||
background: #fff;
|
||||
right: 20rpx;
|
||||
bottom: 60px;
|
||||
}
|
||||
.wenwan-info {
|
||||
margin: 0 32rpx;
|
||||
padding: 16rpx 0 24rpx;
|
||||
|
||||
Reference in New Issue
Block a user