Commit 5a195028 by 程默

fix shareProp

parent 291b6430
......@@ -4,6 +4,7 @@
show="{{ showPop }}"
position="bottom"
bind:close="onClose"
z-index="999"
>
<!-- <view class="share-tip">
<text style="color:#333;font-size:28rpx;">朋友通过你分享的页面成功购买后,你可获得奖励金</text>
......
......@@ -4,7 +4,7 @@
{{datas.singleItemActivityName}}
</view>
<view class="cover">
<image mode="aspectFit" src="{{datas.singleItemActivityCoverImage}}"></image>
<image lazy-load mode="aspectFit" src="{{datas.singleItemActivityCoverImage}}"></image>
</view>
<view class="countDown flex" wx:if="{{countDownShow}}">
<van-count-down
......
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