Procházet zdrojové kódy

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

tags/江西版6.1.0
meo před 6 roky
rodič
revize
9d9c152ac9
2 změnil soubory, kde provedl 5 přidání a 5 odebrání
  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 Zobrazit soubor

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


+ 4
- 4
pages/index/searchbar/detail/index.wxml Zobrazit soubor

@@ -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>


Načítá se…
Zrušit
Uložit