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="user">
- <view class='bannerbg'>
- <image src='{{bannerUrl}}' mode="widthFix"></image>
- </view>
- <view class="user-title">
- <view class="user-avatar" bindtap='gotograde'>
- <open-data class="open" type="userAvatarUrl"></open-data>
- </view>
- <view class="user-phone" bindtap='gotograde'>
- <open-data type="userNickName"></open-data>
- <text class='chengzhang'>{{levelName}}</text>
- <view class="view">成长值{{score}}
- <image src='{{redirectUrl}}' mode='widthFix'></image>
- </view>
- </view>
- <view class='chengzhang1'>
- <view class='qrcode' bindtap='qrcode' wx:if="{{ismember}}">
- <image src='{{qrcodeUrl}}' mode='widthFix'></image>
- </view>
- <view wx:if="{{showEdit}}" class='edits' bindtap='gotoedit'>
- <image class='fr' class='edit' src="{{editUrl}}" mode='widthFix'></image>
- <text style="color:#01bffe;display:inline-block;margin-left:16rpx;">编辑</text>
- </view>
- <image class='fr' wx:if="{{!showEdit}}" bindtap='gotoedit' class='activeimg' src='{{activeUrl}}' mode='widthFix'></image>
- </view>
- </view>
- <view class="user-btns">
- <navigator url="/pages/order/index/index?id=all">
- <view class="user-btn app-border-bottom">
- <view><image class='icons' src="{{dingUrl}}" mode='widthFix'></image>我的订单</view>
- <view>
- <text class="iconfont icon-right"></text>
- </view>
- </view>
- </navigator>
- <navigator url="/pages/couponorder/index/index">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{quansUrl}}" mode='widthFix'></image>我的券包</view>
- <view>
- <text class="couponnum" wx:if="{{couponNum=='couponNum'}}"></text>
- <text class="iconfont icon-right"></text>
- </view>
- </view>
- </navigator>
- <navigator url="/pages/cardorder/index/index">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{cardiconUrl}}" mode='widthFix'></image>我的卡包</view>
- <view>
- <text class="couponnum" wx:if="{{couponNum2=='couponNum2'}}"></text>
- <text class="iconfont icon-right"></text>
- </view>
- </view>
- </navigator>
- <navigator url="/pages/passCar/passCar" open-type="switchTab">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{cheUrl}}" mode='widthFix'></image>智能停车</view>
- <view>
- <text class="iconfont icon-right"></text>
- </view>
- </view>
- </navigator>
- <!-- 当商场开启使用折扣按钮的时候, -->
- <navigator url="/pages/specialcourtesy/specialcourtesy" wx:if="{{discountEnable}}">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{giftUrl}}" mode='widthFix'></image>特享礼遇</view>
- <view>
- <text class="iconfont icon-right"></text>
- </view>
- </view>
- </navigator>
- </view>
- <view class="margin"></view>
- <!-- <button bindtap="navigateTo" class="user-out-btn">退出登陆</button> -->
- <view bindlongtap='showVersion' class='version'>
- <view wx:if="{{flag=='show'}}">版本号:3.3.2</view>
- <view wx:if="{{flag=='hidden'}}"></view>
- </view>
- </view>
-
- <view class='of'>
- <official-account wx:if="{{canIUse}}" class="gzh"></official-account>
- </view>
-
- <view class='showQrcode' bindtap='hideQrcode' wx:if="{{showQrcode}}">
- <view class="canvas-box">
- <canvas hidden="{{canvasHidden}}" style="height:500rpx;background:0 0 0 .6;margin-top:10rpx;" canvas-id="mycanvas1" />
- <text class='memberIds'>会员号:{{memberId}}</text>
- </view>
- </view>
|