1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <nav type="my" title="个人中心" frontColor="#ffffff" backgroundImg="https://file-cloud.fmode.cn/sHNeVwSaAg/20230809/3g1flk034304650.png?imageView2/1/w/200/h/200" />
- <view class="person">
- <view class="image">
- <image src="{{user.avatar}}" />
- </view>
- <view class="name">
- <view class="myName">Hello,{{user.nickname}}朋友</view>
- <view class="my-home" bindtap="myinformation">
- <van-icon name="https://s1.ax1x.com/2023/04/06/ppIrMVA.png" />
- </view>
- </view>
- </view>
- <view class="box_box">
- <view class="box">
- <view class="box-title" bindtap="goodsorder">
- <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20230811/1aemh2051547821.png?imageView2/1/w/200/h/200" />
- <view class="box-name">商品订单</view>
- </view>
- <view class="box-title" bindtap="homestayorder">
- <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20230811/8t1r9f051552595.png?imageView2/1/w/200/h/200" />
- <view class="box-name">民宿订单</view>
- </view>
- <view class="box-title" bindtap="orderdetails">
- <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20230811/t71tk8051600853.png?imageView2/1/w/200/h/200" />
- <view class="box-name">餐饮订单</view>
- </view>
- <view class="box-title" bindtap="foodorder">
- <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20230811/t1bns1051558039.png?imageView2/1/w/200/h/200" />
- <view class="box-name">堂食订单</view>
- </view>
- </view>
- <view class="box2">
- <view class="box-title a" bindtap="refund">
- <view class="box-icon">
- <view class="icon">
- <image src="https://s1.ax1x.com/2023/04/06/ppIRuS1.png" />
- </view>
- <view class="box-name">退款订单</view>
- </view>
- <van-icon name="arrow" />
- </view>
- <view class="box-title a" bindtap="merchant">
- <view class="box-icon">
- <view class="icon">
- <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRAwF.png" />
- </view>
- <view class="box-name">我是商户</view>
- </view>
- <van-icon name="arrow" />
- </view>
- <button open-type="contact">
- <view class="box-title a">
- <view class="box-icon">
- <view class="icon">
- <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIREo4.png" />
- </view>
- <view class="box-name">联系客服</view>
- </view>
- <van-icon name="arrow" />
- </view>
- </button>
- <view class="box-title a" bindtap="comments">
- <view class="box-icon">
- <view class="icon">
- <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRCQ0.png" />
- </view>
- <view class="box-name">评价</view>
- </view>
- <van-icon name="arrow" />
- </view>
- <view class="box-title" bindtap="feedback">
- <view class="box-icon">
- <view class="icon">
- <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRPyV.png" />
- </view>
- <view class="box-name">问题反馈</view>
- </view>
- <van-icon name="arrow" />
- </view>
- </view>
- </view>
|