qingcheng-xiaochengxu/pages/personCenter/mine/mine.wxml

171 lines
5.6 KiB
Plaintext
Raw Normal View History

2025-05-21 10:40:41 +00:00
<view class="flex-col page">
<view class="flex-col relative section">
<view class="flex-row justify-between items-center group">
<view class="flex-col">
2025-05-21 12:24:34 +00:00
<text class="self-start font text">qingcheng</text>
2025-05-21 10:40:41 +00:00
<view class="flex-row items-center self-stretch group_2 mt-9">
<image
class="image_3"
2025-05-28 04:51:02 +00:00
src="./images/dianhua.png"
2025-05-21 12:24:34 +00:00
mode="aspectFill"
2025-05-21 10:40:41 +00:00
/>
2025-05-21 12:24:34 +00:00
<text class="font_2 text_2 ml-7">15214547473</text>
2025-05-21 10:40:41 +00:00
</view>
<view class="flex-row items-center self-stretch section_2 mt-9">
2025-05-28 16:47:08 +00:00
<text class="font_3 text_3">邀请码123445</text>
2025-05-21 10:40:41 +00:00
<image
class="shrink-0 image_4"
2025-05-28 04:51:02 +00:00
src="./images/fuzhi.png"
2025-05-21 12:24:34 +00:00
mode="aspectFill"
2025-05-21 10:40:41 +00:00
/>
</view>
</view>
2025-05-29 01:15:12 +00:00
<view class="flex-col items-center">
2025-05-21 10:40:41 +00:00
<image
class="image_2"
2025-05-28 04:51:02 +00:00
src="./images/erweima.png"
2025-05-21 12:24:34 +00:00
mode="aspectFill"
2025-05-29 13:29:32 +00:00
bindtap="showPromoPopup"
2025-05-21 10:40:41 +00:00
/>
<text class="font_3 text_4 mt-6">二维码邀请</text>
</view>
</view>
<view class="flex-col group_3">
<view class="flex-row justify-between items-center group_4">
<view class="group_5">
<text class="font_2 text_6">当前金额:</text>
<text class="text_5">¥5.00</text>
</view>
2025-05-26 01:46:08 +00:00
<view class="flex-row items-center section_3" bind:tap="lijitixian">
2025-05-21 10:40:41 +00:00
<image
class="image_5 image_6"
2025-05-28 04:51:02 +00:00
src="./images/jiantou.png"
2025-05-21 10:40:41 +00:00
/>
<text class="font_3 text_7">立即提现</text>
</view>
</view>
<view class="flex-row items-start equal-division section_4">
<view class="flex-col items-center equal-division-item_8">
<text class="font_2 text_8">提现中</text>
<text class="font_4 mt-15">¥0.00</text>
</view>
<view class="flex-col items-center group_6 equal-division-item">
<text class="font_2 text_9">已提现</text>
<text class="font_4 mt-15">¥0.00</text>
</view>
<view class="flex-col items-center group_7 equal-division-item_8">
<text class="font_2 text_10">累计收入</text>
<text class="font_4 mt-15">¥0.00</text>
</view>
</view>
</view>
<image
class="image pos"
2025-05-28 04:51:02 +00:00
src="./images/logo.png"
2025-05-21 12:24:34 +00:00
mode="aspectFill"
2025-05-21 10:40:41 +00:00
/>
</view>
<view class="flex-row items-start equal-division_2 section_5">
2025-05-21 12:24:34 +00:00
<view class="flex-col items-center equal-division-item_1 equal-division-item_2" bind:tap="mingxi">
2025-05-21 10:40:41 +00:00
<image
class="image_7"
2025-05-28 04:51:02 +00:00
src="./images/zhijinxiangqing.png"
2025-05-21 10:40:41 +00:00
/>
<text class="font text_11 mt-6">资金明细</text>
</view>
2025-05-26 01:46:08 +00:00
<view class="flex-col items-center group_6 group_1" bind:tap="tixianzhanghu">
2025-05-21 10:40:41 +00:00
<image
class="image_7"
2025-05-28 04:51:02 +00:00
src="./images/tixianzhanghu.png"
2025-05-21 12:24:34 +00:00
mode="aspectFill"
2025-05-21 10:40:41 +00:00
/>
<text class="font text_12 mt-6">提现账户</text>
</view>
2025-05-21 12:24:34 +00:00
<view class="flex-col items-center group_9 group_10" bind:tap="zhijin">
2025-05-21 10:40:41 +00:00
<image
class="image_7"
2025-05-28 04:51:02 +00:00
src="./images/tixianjilu.png"
2025-05-21 12:24:34 +00:00
mode="aspectFill"
2025-05-21 10:40:41 +00:00
/>
<text class="font text_13 mt-6">提现记录</text>
</view>
</view>
<view class="flex-col list">
<view
class="flex-row equal-division equal-division_3 mt-15"
wx:for="{{items}}"
wx:for-item="item"
wx:for-index="index"
wx:key="index"
>
2025-05-21 12:24:34 +00:00
<view class="flex-col items-center equal-division-item_3" bind:tap="xiangmu">
2025-05-21 10:40:41 +00:00
<image
class="image_8"
2025-05-28 04:51:02 +00:00
src="./images/wodxiangmu.png"
2025-05-21 12:24:34 +00:00
mode="aspectFill"
2025-05-21 10:40:41 +00:00
/>
<text class="font text_14 mt-10">我的项目</text>
</view>
2025-05-21 12:24:34 +00:00
<view class="flex-col items-center group_15 equal-division-item_6" bind:tap="myteam">
2025-05-21 10:40:41 +00:00
<image
class="image_8"
2025-05-28 04:51:02 +00:00
src="./images/tuanduiguanli.png"
2025-05-21 12:24:34 +00:00
mode="aspectFill"
2025-05-21 10:40:41 +00:00
/>
<text class="font text_15 mt-10">团队管理</text>
</view>
2025-05-28 10:53:41 +00:00
<view class="flex-col items-center group_11 equal-division-item_3" bind:tap="szcy">
2025-05-21 10:40:41 +00:00
<image
class="image_8"
2025-05-28 04:51:02 +00:00
src="./images/choucheng.png"
2025-05-21 12:24:34 +00:00
mode="aspectFill"
2025-05-21 10:40:41 +00:00
/>
<text class="font text_16 mt-11">设置抽佣</text>
</view>
2025-05-26 01:46:08 +00:00
<view class="flex-col items-center group_12 equal-division-item_7" bind:tap="lxsj">
2025-05-21 10:40:41 +00:00
<image
class="image_8"
2025-05-28 04:51:02 +00:00
src="./images/shangji.png"
2025-05-21 12:24:34 +00:00
mode="aspectFill"
2025-05-21 10:40:41 +00:00
/>
<text class="font mt-11">联系上级</text>
</view>
</view>
</view>
<view class="flex-col list_2">
2025-05-28 10:53:41 +00:00
<view class="flex-row justify-between items-center self-stretch group_13" bind:tap="zhshezhi">
<view class="flex-row items-center">
2025-05-21 10:40:41 +00:00
<image
class="shrink-0 image_9"
2025-05-28 04:51:02 +00:00
src="./images/zhanghaoshezhi.png"
2025-05-21 12:24:34 +00:00
mode="aspectFill"
2025-05-21 10:40:41 +00:00
/>
<text class="font text_17 ml-5">账号设置</text>
</view>
<image
class="image_5"
2025-05-28 04:51:02 +00:00
src="./images/xiajiantou.png"
2025-05-21 12:24:34 +00:00
mode="aspectFill"
2025-05-21 10:40:41 +00:00
/>
</view>
<view class="self-end list-divider"></view>
<view class="flex-row justify-between items-center self-stretch group_14">
<view class="flex-row items-center">
<image
class="shrink-0 image_9"
2025-05-28 04:51:02 +00:00
src="./images/lianxikefu.png"
2025-05-21 12:24:34 +00:00
mode="aspectFill"
2025-05-21 10:40:41 +00:00
/>
<text class="font text_18 ml-5">联系客服</text>
</view>
<image
class="image_5"
2025-05-28 04:51:02 +00:00
src="./images/xiajiantou.png"
2025-05-21 12:24:34 +00:00
mode="aspectFill"
2025-05-21 10:40:41 +00:00
/>
</view>
</view>
2025-05-29 13:29:32 +00:00
</view>
<!-- 调用弹窗组件 -->
<InvitationCodePop show="{{showPopup}}" bind:close="closePopup" qrcode="{{qrcode}}"/>