Explorar el Código

[商户详情][修改]:[修改商户详情]

tags/江西版6.1.0
meo hace 6 años
padre
commit
9d9c152ac9
Se han modificado 2 ficheros con 5 adiciones y 5 borrados
  1. +1
    -1
      pages/index/searchbar/detail/index.js
  2. +4
    -4
      pages/index/searchbar/detail/index.wxml

+ 1
- 1
pages/index/searchbar/detail/index.js Ver fichero

@@ -318,7 +318,7 @@ Page({
*/ */
showshare: function () { showshare: function () {
this.setData({ this.setData({
isshare: true,
isshare: true
}) })
}, },
/** /**


+ 4
- 4
pages/index/searchbar/detail/index.wxml Ver fichero

@@ -17,9 +17,9 @@
<text>{{data.merchantName}}</text> <text>{{data.merchantName}}</text>
<text>{{data.title}}</text> <text>{{data.title}}</text>
</view> </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> <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>
</view> </view>
<!-- 一个商铺 --> <!-- 一个商铺 -->
@@ -82,11 +82,11 @@
<view class='modal-content'> <view class='modal-content'>
<view> <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> <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> <text>微信好友</text>
</view> </view>
<view bindtap='showPoster'> <view bindtap='showPoster'>
<image src='./../../../assets/images/picture.png' mode='aspectFit'></image>
<image src='./../../../../assets/images/picture.png' mode='aspectFit'></image>
<text>生成海报</text> <text>生成海报</text>
</view> </view>
</view> </view>


Cargando…
Cancelar
Guardar