소스 검색

[首页商户名称修改]

tags/广东版3.2.1
meo 6 년 전
부모
커밋
22004af233
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      components/coupons/index.wxml

+ 2
- 1
components/coupons/index.wxml 파일 보기

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


불러오는 중...
취소
저장