1234567891011121314151617181920212223242526272829 |
- <view class="share" bindtap="close" wx:if="{{shareFlag}}" catchtouchmove="touchMove">
- <view class="btn" animation="{{animationData}}" id="btnArea" catchtap="nothing">
- <!-- <image class="bg" src="../../static/groupImg/share.png"></image> -->
- <view class="corss-line"></view>
- <view class="invite-text">分享作品</view>
- <view class="share-btn">
- <!-- <button class="share-friend" open-type="share" catchtap="shareFriend">
- <image src="../../static/groupImg/weixin.png"></image>
- <text>群/好友</text>
- </button> -->
- <view class="share-circle" catchtap="PreservationImg">
- <image src="../../static/image/wx_firend.png"></image>
- <text>保存海报</text>
- </view>
- </view>
- </view>
- <cover-view class="share-img" wx:if="{{imgUrls}}" id="imgArea">
- <cover-image class="img" src="{{imgUrls}}" catchtap="nothing"></cover-image>
- <cover-view class="cover-text">再接再厉~</cover-view>
- <cover-view class="cover-text">现在将海报分享到朋友圈</cover-view>
- <cover-view class="cover-text">还可以额外获得10朵 <cover-image class="cover-flower" src="../../static/image/flower_small.png"></cover-image>!</cover-view>
- <!-- <cover-view class="Preservation" bindtap="PreservationImg" style="{{shareType === 'works' ?'background:#ff9209' :'background:#70CA2D'}}">
- <!-- <image class="PreservationBg" src="../../static/groupImg/Preservation.png"></image> -->
- <!-- <text bindtap="PreservationImg">保存到相册中,快去分享吧</text> -->
- <!-- 保存到相册中,快去分享吧! -->
- <!-- </cover-view> -->
- </cover-view>
- </view>
- <flowerBox id="flower-toast" flowerNum="{{flowerNum}}" />
|