123456789101112131415161718192021222324252627282930 |
- <view class="share" bindtap="close" wx:if="{{shareFlag}}" catchtouchmove="touchMove">
- <view class="btn" animation="{{animationData}}" id="btnArea" catchtap="nothing">
-
-
- <view class="invite-text" wx-if="{{shareStep==='firend'}}">分享该作品,获得3朵<image class="cover-flower" src="../../static/image/flower_small.png"></image></view>
- <view class="share-btn">
- <button class="share-friend" wx-if="{{shareStep==='firend'}}" open-type="share" catchtap="shareFriend">
- <image src="../../static/image/wx_icon.png"></image>
- <text>分享给好友/群聊 </text>
- </button>
- <view class="share-circle" wx-if="{{shareStep==='circle'}}" catchtap="PreservationImg">
- <image src="../../static/image/wx_firend.png"></image>
- <text>保存海报</text>
- </view>
- </view>
- </view>
- {{imgUrls}}
- {{imgUrls}}
- <view class="share-img" wx:if="{{imgUrls}}" id="imgArea">
- <image class="img" src="{{imgUrls}}" catchtap="nothing"></image>
- <view class="cover-text">将海报分享到朋友圈</view>
- <view class="cover-text">额外获得10朵<image class="cover-flower" src="../../static/image/flower_small.png"></image></view>
-
- </view>
- </view>
- <flowerBox id="flower-toast" flowerNum="{{flowerNum}}" />
|