Commit 5a195028 by 程默

fix shareProp

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