Browse Source

[首页商户名称修改]

tags/广东版3.2.1
meo 6 years ago
parent
commit
22004af233
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      components/coupons/index.wxml

+ 2
- 1
components/coupons/index.wxml View File

@@ -21,7 +21,8 @@
<text class='txt2'>仅限本店使用</text>
</view>
</view>
<view class="coupons-info-manjian1">{{data.merchantName}}</view>
<view class="coupons-info-manjian1" wx:if="{{data.merchantVoList.length==1}}">{{data.merchantVoList[0].merchantName}}</view>
<view class="coupons-info-manjian1" wx:if="{{data.merchantVoList.length>1}}">多商户通用</view>
</view>
</view>
<view class="coupons-btn">


Loading…
Cancel
Save