yurong/unpackage/dist/dev/mp-weixin/pages/tabbar/me.wxml

1 line
3.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view><view class="page tabbar-page tabbar-page-padding"><view class="w100 h-180 relative"><uni-nav-bar class="fw-b" vue-id="1e4970c6-1" title="我的" border="{{false}}" backgroundColor="transparent" color="#fff" bind:__l="__l"></uni-nav-bar><image class="w-40 h-40 absolute" style="bottom:20rpx;left:20rpx;" src="/static/images/sz.png" mode data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" bindtap="__e"></image></view><view class="w100 rows rowsm rowsb mt-20 pl-20"><block wx:if="{{infor&&infor.id}}"><view data-event-opts="{{[['tap',[['e1',['$event']]]]]}}" class="rows rowsm" bindtap="__e"><view class="w-164 h-164 br-24 mr-20" style="border:4rpx solid #fff;"><image class="w100 h100 br-24" src="{{$root.g0}}" mode="aspectFill"></image></view><view class="h-164 rows rowsl rowsb"><view class="rows rowsm"><view class="fs-36 fw-b colfff mr-20 one_overflow" style="max-width:250rpx;">{{infor.nickname}}</view></view><view class="rows rowsc rowsm w-160 br-10 h-40 colfff fs-26 fw-b" style="border:2rpx solid #fff;">{{"ID"+(infor.invitation||'')}}</view><text class="fs-28 colfff fw-b">{{infor.mobile||''}}</text></view></view></block><block wx:else><view data-event-opts="{{[['tap',[['login',['$event']]]]]}}" class="rows rowsm" bindtap="__e"><view class="w-164 h-164 br-24 mr-20" style="border:4rpx solid #fff;"><image class="w100 h100 br-24" src="/static/other/4s.png" mode="aspectFill"></image></view><view class="h-164 rows rowsl rowsc"><view class="fs-36 fw-b colfff">未登录</view></view></view></block><view data-event-opts="{{[['tap',[['e2',['$event']]]]]}}" class="w-190 h-60 rows rowsc rowsm col bgff" style="border-radius:38rpx 0 0 38rpx;" bindtap="__e"><text class="fw-b fs-24 mr-14">分享二维码</text><image class="w-20 h-20" src="/static/images/cef.png" mode></image></view></view><view class="w100 rows rowsc mt-30"><view class="w-710 p-all-20 rows rowsl rowsc br-24 pl-10 pr-10 bgff"><view data-event-opts="{{[['tap',[['e3',['$event']]]]]}}" class="w100 rows rowsm rowsb" bindtap="__e"><text class="fs-30 fw-b">订单中心</text><view class="rows rowsm"><text class="fs-26 col666 mr-10">查看全部</text><image class="w-28 h-24" src="/static/images/cd.png" mode></image></view></view><view class="w100 rows rowsm mt-32 relative"><block wx:for="{{order}}" wx:for-item="item" wx:for-index="index"><view data-event-opts="{{[['tap',[['e4',['$event']]]]]}}" data-event-params="{{({item})}}" class="rows rowsl rowsm" style="width:25%;" bindtap="__e"><image class="w-52 h-52" src="{{item.icon}}" mode></image><text class="fs-28 col333 mt-20">{{item.name}}</text></view></block></view></view></view><view class="w100 rows rowsc mt-30"><view class="w-710 p-all-20 rows rowsl rowsc br-24 pl-10 pr-10 bgff"><view class="w100 rows rowsm rowsb"><text class="fs-30 fw-b">常用功能</text></view><view class="w100 rows rowsm mt-32"><block wx:for="{{menu}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['jumpPage',['$0'],[[['menu','',index]]]]]]]}}" class="rows rowsl rowsm" style="width:25%;" bindtap="__e"><image class="w-72 h-72" src="{{item.icon}}" mode></image><text class="fs-28 col333 mt-20">{{item.name}}</text></view></block></view></view></view></view></view>