You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <view class="BoxBg">
- <!-- <navbar back home text="会员信息" background='#FD832D' color="#fff"></navbar>
- <view style="height:{{navigationBarHeight}} "></view> -->
- <view class="rqBox">
- <view class="arImgBox">
- <canvas canvas-id="mycanvas2" style="width: 100%; height: 100%;" />
- </view>
- <view class="memCode">
- <view class="memText">会员码:</view>
- <view class="memNum">{{memberId}}</view>
- </view>
- <view class="con">
- 会员等级为<text class="level">
- [{{level}}]
- </text> 对应门店的优惠折扣
- </view>
- </view>
- <view class="cardsBox" tt:if="{{false}}">
- <view class="cardsItemBox" tt:for="{{3}}" tt:key="{{index}}">
- <view class="triangle"></view>
- <view class="discount">
- <text style="display:inline-block;">9</text>
- 折
- </view>
- <view class="tit">百里</view>
- <view class="footer">
- <view class="fl" style="margin-top:-15px;margin-left:5px;">
- <view class="building"> A座一层 </view>
- </view>
- <view bindtap="phone" class="fr" data-merchantlinkphone="1111">
- <image class="pgoneImg" mode="widthFix" src="https://formall.oss-accelerate.aliyuncs.com/cimg/telicon.png" role="img"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
|