|
|
@@ -17,9 +17,9 @@ |
|
|
|
<text>{{data.merchantName}}</text> |
|
|
|
<text>{{data.title}}</text> |
|
|
|
</view> |
|
|
|
<view class='fenxiang' wx:if="{{data.type!=50&&data.type!=51}}"> |
|
|
|
<view class='fenxiang' wx:if="{{data.type!=50&&data.type!=51}}" bindtap='showshare'> |
|
|
|
<image class="fenxiang" src='{{share01}}' mode="widthFix"></image> |
|
|
|
<button class='share user-motto' data-id='{{data.id}}' data-couponId='{{data.couponId}}' data-title='{{data.title}}' id="shareBtn" open-type="share" hover-class="other-button-hover"></button> |
|
|
|
<!-- <button class='share user-motto' data-id='{{data.id}}' data-couponId='{{data.couponId}}' data-title='{{data.title}}' id="shareBtn" open-type="share" hover-class="other-button-hover"></button> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 一个商铺 --> |
|
|
@@ -82,11 +82,11 @@ |
|
|
|
<view class='modal-content'> |
|
|
|
<view> |
|
|
|
<button class='share user-motto' data-id='{{data.id}}' data-couponId='{{data.couponId}}' data-title='{{data.title}}' id="shareBtn" open-type="share" hover-class="other-button-hover"></button> |
|
|
|
<image src='./../../../assets/images/wechat.png' mode='aspectFit'></image> |
|
|
|
<image src='./../../../../assets/images/wechat.png' mode='aspectFit'></image> |
|
|
|
<text>微信好友</text> |
|
|
|
</view> |
|
|
|
<view bindtap='showPoster'> |
|
|
|
<image src='./../../../assets/images/picture.png' mode='aspectFit'></image> |
|
|
|
<image src='./../../../../assets/images/picture.png' mode='aspectFit'></image> |
|
|
|
<text>生成海报</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|