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.

36 lines
1.4 KiB

<cu-custom bgColor="bg-white" isBack="{{false}}">
<view slot="content" style="color:black;font-size:18px">我的</view>
</cu-custom>
<view class="header-bg"></view>
<view class="content-box" style="padding:32rpx">
<view class="header-box flex flex-justify" style="padding:32rpx">
<view class="flex">
<view class="userinfo-avatar">
<open-data type="userAvatarUrl"></open-data>
</view>
<view class="flex flex-column flex-center" style="margin-left:24rpx;align-items:flex-start">
<view>LN</view>
<view style="margin-top:8rpx">千鸟电商科技</view>
</view>
</view>
<text class="cuIcon-right text-gray" style="font-size:18px"></text>
</view>
</view>
<wux-cell-group>
<wux-cell title="全部订单" wx:if="{{token}}" is-link url="/pages/mall/order-list/index?index=0">
<text slot="header" class="cuIcon-brandfill text-green text-header"></text>
</wux-cell>
<wux-cell title="全部订单" wx:else is-link open-type="getPhoneNumber" bind:getphonenumber="onGotPhoneNumber">
<text slot="header" class="cuIcon-brandfill text-green text-header"></text>
</wux-cell>
<!-- <wux-cell title="修改密码" is-link url="/pages/home/password/index">
<text slot="header" class="cuIcon-lock text-gray text-header"></text>
</wux-cell> -->
<wux-cell title="联系客服" is-link open-type="contact">
<text slot="header" class="cuIcon-lock text-gray text-header"></text>
</wux-cell>
</wux-cell-group>
<!-- <text class="icon--refresher"></text> -->