12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <!--nova-tourism/components/my/index.wxml-->
- <nav type="title" background-color="#ffffff" frontColor="#000000" title="望仙谷" />
- <view class="all" style="height: {{contentHeight}}rpx;">
- <view class="infobox">
- <image src="https://file-cloud.fmode.cn//tmp/qE8I1dp1Z0O0ae3b6ab1226c9225aaa630c9529cba65.jpeg?imageView2/1/w/200/h/200"></image>
- <view class="info">
- <view class="name">超级无敌暴龙</view>
- <view class="uid">UID:123456789</view>
- <view class="labelbox">
- <block wx:for="{{2}}">
- <view class="label">名宿主</view>
- <view class="label">达人</view>
- </block>
- </view>
- </view>
- </view>
- <view class="tatlebox">
- <view class="tatle" data-url="../../pages/my/my-card/index" bindtap="gourl">
- <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/jn1eq8050320499.png"></image>
- <view class="text">卡卷包</view>
- </view>
- <view class="tatle" data-url="../../pages/my/my-wallet/index" bindtap="gourl">
- <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/dor18o050338203.png"></image>
- <view class="text">钱包</view>
- </view>
- </view>
- <view class="myorderbox">
- <view class="my-name">我的订单</view>
- <view class="or-box">
- <view class="myorder">
- <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/43b1ee050235369.png"></image>
- <view class="or-tex">处理中</view>
- </view>
- <view class="myorder">
- <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/3f134m050312537.png"></image>
- <view class="or-tex">进行中</view>
- </view>
- <view class="myorder">
- <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/n35s1s050408606.png"></image>
- <view class="or-tex">已完成</view>
- </view>
- <view class="myorder">
- <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/5dhs3s050348761.png"></image>
- <view class="or-tex">退款/售后</view>
- </view>
- </view>
- </view>
- <view class="tuiguangbox">
- <view class="tuibox">
- <view class="tui-title">推广中心</view>
- <view class="tuiguang-tex">成为推广达人,获取佣金返利</view>
- </view>
- <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/rv1kfo050253663.png"></image>
- </view>
- <view class="leavebox">
- <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/qc3aet050423378.png"></image>
- <view class="leave-tex">退出登录</view>
- </view>
- </view>
|