yurong/unpackage/dist/build/mp-weixin/pages/me/me.wxml

1 line
2.5 KiB
Plaintext

<view><uni-nav-bar vue-id="8e55f700-1" border="{{false}}" title="我的" fixed="{{true}}" backgroundColor="rgba(0,0,0,0)" bind:__l="__l"></uni-nav-bar><view class="relative zi-2 rowsb pl-30 pr-30 bg_d0"><block wx:if="{{app.userInfo&&app.userInfo.id&&app.token}}"><view data-event-opts="{{[['tap',[['goUserInfo',['$event']]]]]}}" class="rows f-7" bindtap="__e"><image class="w-124 h-124 br-67" src="{{URL+app.userInfo.avatar}}" mode="aspectFill"></image><view class="rowsal pl-22 h-124 fs-30 pt-16 pb-16"><view>{{app.userInfo.username}}</view><view>{{app.userInfo.mobile}}</view></view></view></block><block wx:else><view data-event-opts="{{[['tap',[['goLogin',['$event']]]]]}}" class="rows f-7" bindtap="__e"><image class="w-134 h-134 br-67" src="/static/wd_gr.png"></image><view class="rowscl pl-22 h-134"><view class="fs-34 col333">未授权</view></view></view></block><view class="f-3 trt pt-20"><image class="w-40 h-40" src="/static/shehi.png" data-event-opts="{{[['tap',[['goNext',['/pages/me/pagesOne/set/set']]]]]}}" bindtap="__e"></image></view></view><view class="w-750 h-440 absolute" style="top:0;background:linear-gradient(#bff0ae,#f7f6fa);"></view><view class="w-710 ml-20 pt-70 relative" style="z-index:1;"><view class="bgff br-12"><view class="h-80 rowsb rowsm fs-28 fw-600 pl-40 pr-40"><text>我的订单</text><view data-event-opts="{{[['tap',[['goNext',['/pages/me/pagesOne/order/order?value=0']]]]]}}" class="rows rowsm fs-24 col999" style="font-weight:normal;" bindtap="__e"><text>全部订单</text><image class="w-24 h-24" src="/static/mv_tuhu.png"></image></view></view><view class="rowsa pb-20 pl-10 pr-10"><block wx:for="{{orderList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><navigator class="tct w-155" url="{{'/pages/me/pagesOne/order/order?value='+item.id}}"><view><image class="w-96 h-96" src="{{item.image}}"></image><view class="fs-26 col333 w-155 relative" style="bottom:10rpx;color:#aba7a7;">{{item.title}}</view></view></navigator></block></view></view><view class="bgff br-20 mt-20 pl-30 pr-30"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goPath',['$0'],[[['list','',index,'path']]]]]]]}}" class="h-116 rowsb rowsm " style="border-top:2rpx solid #f1f1f1;" bindtap="__e"><view class="rows rowsm fs-26"><image class="w-52 h-52" src="{{item.image}}"></image><view class="pl-16">{{item.title}}</view></view><image class="w-34 h-34" src="/static/mv_tuhu.png"></image></view></block></view></view></view>