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.
high-mini/unpackage/dist/dev/mp-weixin/pages/tabBar/user/user.wxml

1 line
2.7 KiB

<view><block wx:if="{{showHeader}}"><view class="status" style="{{'position:'+(headerPosition)+';'+('top:'+(statusTop)+';')}}"></view></block><block wx:if="{{showHeader}}"><view class="header" style="{{'position:'+(headerPosition)+';'+('top:'+(headerTop)+';')}}"><view class="addr"></view><view class="input-box"></view><view class="icon-btn"><view data-event-opts="{{[['tap',[['toMsg',['$event']]]]]}}" class="icon tongzhi" bindtap="__e"></view><view data-event-opts="{{[['tap',[['toSetting',['$event']]]]]}}" class="icon setting" bindtap="__e"></view></view></view></block><block wx:if="{{showHeader}}"><view class="place"></view></block><view class="user"><view class="left"><image src="{{user.face}}" data-event-opts="{{[['tap',[['toSetting',['$event']]]]]}}" bindtap="__e"></image></view><view class="right"><view data-event-opts="{{[['tap',[['toLogin',['$event']]]]]}}" class="username" bindtap="__e">{{user.username}}</view><view data-event-opts="{{[['tap',[['toSetting',['$event']]]]]}}" class="signature" bindtap="__e">{{user.signature}}</view></view><view data-event-opts="{{[['tap',[['toMyQR',['$event']]]]]}}" class="erweima" bindtap="__e"><view class="icon qr"></view></view></view><view class="VIP"><view class="img"><image src="/static/img/VIP.png"></image></view><view class="title">开通VIP会员</view><view class="tis">会员特权</view></view><view class="order"><view class="list"><block wx:for="{{orderList}}" wx:for-item="row" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['toOrderList',[index]]]]]}}" class="box" bindtap="__e"><view class="img"><view class="{{['icon',row.icon]}}"></view></view><view class="text">{{row.text}}</view></view></block></view><view class="balance-info"><view class="left"><view class="box"><view class="num">{{user.integral}}</view><view class="text">积分</view></view><view class="box"><view class="num">{{user.envelope}}</view><view class="text">佣金</view></view><view class="box"><view class="num">{{user.balance}}</view><view class="text">余额</view></view></view><view class="right"><view data-event-opts="{{[['tap',[['toDeposit',['$event']]]]]}}" class="box" bindtap="__e"><view class="img"><view class="icon chongzhi"></view></view><view class="text">充值</view></view></view></view></view><view class="toolbar"><view class="title">我的工具栏</view><view class="list"><block wx:for="{{mytoolbarList}}" wx:for-item="row" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['toPage',['$0'],[[['mytoolbarList','',index,'url']]]]]]]}}" class="box" bindtap="__e"><view class="img"><image src="{{row.img}}"></image></view><view class="text">{{row.text}}</view></view></block></view></view><view class="place-bottom"></view></view>