You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!-- 分享弹框 -->
- <view class='modal' bindtap='hidemodal'>
- <view class='modal-content'>
- <view>
- <button class='share user-motto' data-id="{{data.id}}" data-title='{{data.title}}' id="shareBtn" open-type="share" hover-class="other-button-hover"></button>
- <image src='./../../assets/images/wechat.png' mode='aspectFit'></image>
- <text>微信好友</text>
- </view>
- <view bindtap='showPoster'>
- <image src='./../../assets/images/picture.png' mode='aspectFit'></image>
- <text>生成海报</text>
- </view>
- </view>
- </view>
|