25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <view class='headerbg'>
- <image src="{{myspeacialUrl}}" mode='widthFix'></image>
- </view>
- <view class='con'>
- <view class="title">以下为商城会员对应门店的优惠折扣</view>
- </view>
- <view class='cards clearfix'>
- <view class='card' wx:for="{{discountMerchantList}}" wx:key="{{index}}" wx:if="{{item.vipDiscountRate1/1000!=10}}">
- <view class='txt01'>
- <view class="triangle">
- <text><i>></i></text>
- </view>
- <view class='discount'>
- <text style='display:inline-block;'>{{item.vipDiscountRate1/1000}}</text>折</view>
- <text class='tit'>{{item.merchantName}}</text>
- <view class='clearfix footer'>
- <text class='fl'>{{item.buildingName}}{{item.floorName}}</text>
- <view class='fr' bindtap='phone' data-merchantLinkPhone='{{item.merchantLinkPhone}}'>
- <image class="fr" src='{{teliconUrl}}' mode='widthFix'></image>
- </view>
- </view>
- </view>
- </view>
- </view>
|