12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <nav type="title" background-color="#46a9a4" title="个人中心" frontColor="#ffffff" />
- <view class="background">
- <image src="https://s1.ax1x.com/2023/04/04/pp4bPq1.png"/>
- </view>
- <view class="my">
- <view class="my-title">
- <image class="my-image" src="{{user.avatar}}" />
- <view class="my-name">
- <view class="name">Hello,{{user.nickname}}朋友</view>
- <view class="id">ID:{{user.objectId}}</view>
- </view>
- </view>
- <view class="my-home" bindtap="myinformation">
- <van-icon name="https://s1.ax1x.com/2023/04/06/ppIrMVA.png" />
- </view>
- </view>
- <view class="box">
- <view class="box-title" bindtap="goodsorder">
- <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRZFJ.png" />
- <view class="box-name">商品订单</view>
- </view>
- <view class="box-title" bindtap="homestayorder">
- <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRmWR.png" />
- <view class="box-name">民宿订单</view>
- </view>
- <view class="box-title" bindtap="orderdetails">
- <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRiLT.png" />
- <view class="box-name">餐饮订单</view>
- </view>
- <view class="box-title" bindtap="foodorder">
- <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIReY9.png" />
- <view class="box-name">堂食订单</view>
- </view>
- <!-- <view class="box-title" bindtap="refund">
- <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20220416/s4116c050445.png" />
- <view class="box-name">退款订单</view>
- </view>
- <button open-type="contact">
- <view class="box-title">
- <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20220416/01c2j1050445.png" />
- <view class="box-name">联系客服</view>
- </view>
- </button>
- <view class="box-title" bindtap="comments">
- <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20220416/lrgl6q050445.png" />
- <view class="box-name">评价</view>
- </view>
- <view class="box-title" bindtap="merchant">
- <image class="box-icon" src="http://cloud.file.futurestack.cn/null/20220422/3u1qur095330.png" />
- <view class="box-name">我是商户</view>
- </view>
- <view class="box-title" bindtap="feedback">
- <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20220425/gg1abj043515.png" />
- <view class="box-name">问题反馈</view>
- </view> -->
- </view>
- <view class="box2">
- <view class="box-title a" bindtap="refund">
- <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRuS1.png" />
- <view class="box-name">退款订单</view>
- <van-icon name="arrow" />
- </view>
- <view class="box-title a" bindtap="merchant">
- <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRAwF.png" />
- <view class="box-name">我是商户</view>
- <van-icon name="arrow" />
- </view>
- <button open-type="contact">
- <view class="box-title a">
- <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIREo4.png" />
- <view class="box-name">联系客服</view>
- <van-icon name="arrow" />
- </view>
- </button>
- <view class="box-title a" bindtap="comments">
- <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRCQ0.png" />
- <view class="box-name">评价</view>
- <van-icon name="arrow" />
- </view>
- <view class="box-title" bindtap="feedback">
- <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRPyV.png" />
- <view class="box-name">问题反馈</view>
- <van-icon name="arrow" />
- </view>
- </view>
|