小程序提交

This commit is contained in:
2025-07-20 18:22:59 +08:00
parent a1d21c67b8
commit fa2a7b3499
61 changed files with 2505 additions and 944 deletions

View File

@ -1,4 +1,4 @@
<view class="flex-col page">
<!-- <view class="flex-col page">
<view class="flex-col relative section">
<view class="flex-row justify-between items-center group">
<view class="flex-col">
@ -89,10 +89,10 @@
/>
<text class="font text_13 mt-6">提现记录</text>
</view>
</view>
</view> -->
<!-- 接单相关 -->
<view class="flex-col list">
<view
<!-- <view class="flex-col list"> -->
<!-- <view
class="flex-row equal-division equal-division_3 mt-15"
wx:for="{{items}}"
wx:for-item="item"
@ -131,9 +131,9 @@
/>
<text class="font mt-11">联系上级</text>
</view>
</view>
</view> -->
<!-- 课程相关 -->
<view
<!-- <view
class="flex-row equal-division equal-division_3 mt-15"
wx:for="{{items}}"
wx:for-item="item"
@ -207,6 +207,111 @@
/>
</view>
</view>
</view> -->
<view class="flex-col page">
<view class="flex-row justify-between section">
<view class="flex-row items-center self-center">
<image
class="image"
src="./images/logo.png"
/>
<view class="flex-col ml-6">
<text class="self-start font text">{{ nickName }}</text>
<view class="flex-row items-center self-stretch group_2 mt-9" bind:tap="gotoCall">
<image
class="image_3"
src="./images/dianhua.png"
mode="aspectFill"
/>
<text class="font_2 text_2 ml-7">{{ phoneNumber }}</text>
</view>
<view class="flex-row items-center self-stretch section_2 mt-9" bind:tap="copyInvitationCode">
<image
class="shrink-0 image_4"
src="./images/fuzhi.png"
mode="aspectFill"
/>
<text class="font_2 text_3">邀请码:{{ invitationCode }}</text>
</view>
</view>
</view>
<view class="flex-col items-start self-start group">
<image
class="image_2"
src="./images/erweima.png"
mode="aspectFill"
bind:tap="showPromoPopup"
/>
<text class="font_2 text_4 mt-6">二维码邀请</text>
</view>
</view>
<view class="flex-col mt-22">
<view class="flex-row items-start equal-division section_3">
<view class="flex-col items-center equal-division-item_1 group_3" >
<image
class="image_5"
src="./images/zhijinxiangqing.png"
/>
<text class="font text_5 mt-6">查看绩效</text>
</view>
<view class="flex-col items-center equal-division-item_2 equal-division-item">
<image
class="image_5"
src="./images/tixianzhanghu.png"
/>
<text class="font text_6 mt-6">主管排名</text>
</view>
<view class="flex-col items-center equal-division-item_3 group_5">
<image
class="image_5"
src="./images/tixianjilu.png"
/>
<text class="font mt-6">员工排名</text>
</view>
</view>
<view class="flex-col list">
<view class="flex-row justify-between items-center section_4">
<view class="flex-row items-center" bind:tap="courseOrder">
<image
class="shrink-0 image_6"
src="./images/zhanghaoshezhi.png"
/>
<text class="font ml-5">我的订单</text>
</view>
<image
class="image_7"
src="./images/xiajiantou.png"
/>
</view>
<view class="flex-row justify-between items-center section_4 mt-11">
<view class="flex-row items-center">
<image
class="shrink-0 image_6"
src="./images/zhanghaoshezhi.png"
/>
<text class="font text_7 ml-5">仪表盘</text>
</view>
<image
class="image_7"
src="./images/xiajiantou.png"
/>
</view>
<view class="flex-row justify-between items-center section_4 mt-11" bind:tap="zhshezhi">
<view class="flex-row items-center">
<image
class="shrink-0 image_6"
src="./images/zhanghaoshezhi.png"
/>
<text class="font text_8 ml-5">账号设置</text>
</view>
<image
class="image_7"
src="./images/xiajiantou.png"
/>
</view>
</view>
</view>
</view>
<!-- 调用弹窗组件 -->