2025-08-05 15:25:23 +08:00
|
|
|
<view class="mine_warp"><view class="mine_header"><block wx:if="{{$root.g0}}"><view class="mine_login_data"><view class="mine_data"><up-image vue-id="bae1c640-1" src="/static/logo_y.png" shape="circle" width="80" height="80" bgColor="#f1f6ff00" bind:__l="__l"></up-image><view class="mine_info"><view class="mine_info_name"><text style="margin-right:20rpx;">{{currentUserData.name||'信任桥用户'}}</text><block wx:if="{{$root.g1}}"><view class="grade_warp"><up-image vue-id="bae1c640-2" src="{{currentUserData.gradeLevel||currentUserData.gradeLevel===0?'/static/mine/grade/V'+currentUserData.gradeLevel+'.png':'/static/mine/grade/V0.png'}}" width="96" height="26" bgColor="#f1f6ff00" bind:__l="__l"></up-image><view class="{{[$root.g2>3?'grade_key_warp grade_key_warp3':'grade_key_warp grade_key_warp1']}}">{{currentUserData.gradeName}}</view></view></block></view><view class="mine_info_id"><text style="margin-right:20rpx;">{{"邀请码:"+currentUserData.inviteCode+''}}</text><up-image vue-id="bae1c640-3" src="/static/common/copy.png" width="14" height="14" bgColor="#f1f6ff00" data-event-opts="{{[['^click',[['copyData',['$0'],['currentUserData.inviteCode']]]]]}}" bind:click="__e" bind:__l="__l"></up-image></view></view></view><view data-event-opts="{{[['tap',[['jumpSetting',['$event']]]]]}}" bindtap="__e"><up-image vue-id="bae1c640-4" src="/static/common/setting.png" width="22" height="22" bgColor="#f1f6ff00" bind:__l="__l"></up-image></view></view></block><block wx:else><view class="mine_no_login_data"><view class="mine_data"><up-image vue-id="bae1c640-5" src="/static/mine/avater_not.png" shape="circle" width="80" height="80" bgColor="#f1f6ff00" bind:__l="__l"></up-image><view class="mine_info_not_login">未登录</view></view><view data-event-opts="{{[['tap',[['jumpLogin',['$event']]]]]}}" class="login_warp" bindtap="__e"><text style="margin-right:10rpx;">立即登录</text><up-image vue-id="bae1c640-6" src="/static/common/right_y_st.png" width="18" height="18" bgColor="#f1f6ff00" bind:__l="__l"></up-image></view></view></block></view><view class="mine_content_warp"><view class="mine_content_comm_warp"><view class="mine_order_title"><view>我的订单</view><view data-event-opts="{{[['tap',[['jumpOrder',[['o']]]]]]}}" class="mine_order_title_all" bindtap="__e"><view style="margin-right:10rpx;">全部</view><up-image vue-id="bae1c640-7" src="/static/common/right.png" width="14" height="14" bgColor="#f1f6ff00" bind:__l="__l"></up-image></view></view><view class="mine_order_list"><block wx:for="{{orderTemplList}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><view data-event-opts="{{[['tap',[['jumpOrder',['$0'],[[['orderTemplList','id',item.id]]]]]]]}}" class="mine_fontsize_comm_warp order_list_item" bindtap="__e"><up-image vue-id="{{'bae1c640-8-'+__i0__}}" src="{{item.url}}" width="30" height="30" bgColor="#f1f6ff00" bind:__l="__l"></up-image><view>{{item.title}}</view><up-badge vue-id="{{'bae1c640-9-'+__i0__}}" absolute="{{true}}" offset="{{[0,8]}}" max="99" value="{{statisticsObj[item.note]}}" bind:__l="__l"></up-badge></view></block></view></view><view class="mine_content_comm_warp mine_top_comm_warp apply_list"><block wx:for="{{applyList}}" wx:for-item="item" wx:for-index="__i1__" wx:key="id"><view data-event-opts="{{[['tap',[['jumpTool',['$0'],[[['applyList','id',item.id]]]]]]]}}" class="apply_item mine_fontsize_comm_warp" bindtap="__e"><up-image vue-id="{{'bae1c640-10-'+__i1__}}" src="{{item.url}}" width="36" height="36" bgColor="#f1f6ff00" bind:__l="__l"></up-image><view>{{item.title}}</view></view></block></view><view class="mine_top_comm_warp enter_list"><view data-event-opts="{{[['tap',[['jumpEnter',['merchant']]]]]}}" class="enter_item" bindtap="__e"><view><view class="enter_title">商家入驻</view><view class="enter_apply"><text class="enter_apply_title">申请</text><view style="margin-top:10rpx;"><up-image vue-id="bae1c640-11" src="/static/common/right_y.png" width="14" height="14" bgColor="#f1f6ff00" bind:__l="__l"></up-image></view></view></view><up-image vue-id="bae1c640-12" src="/static/mine/enter_sj
|