阿萨德

This commit is contained in:
Ling53666 2025-05-21 20:24:34 +08:00
parent 49610f45bd
commit 755ad7d631
35 changed files with 99 additions and 69 deletions

View File

@ -1,11 +1,11 @@
{
"pages": [
"pages/loginModule/pwdLogin/pwdLogin",
"pages/personCenter/teamManage/teamManage",
"pages/projectModule/projectList/projectList",
"pages/personCenter/mine/mine",
"pages/personCenter/teamManage/teamManage",
"pages/personCenter/fundingDetails/fundingDetails",
"pages/personCenter/billingDetails/billingDetails",
"pages/projectModule/projectList/projectList",
"pages/projectModule/projectNotice/projectNotice",
"pages/projectModule/projectDetail/projectDetail",
"pages/loginModule/register/register",
@ -51,7 +51,7 @@
"selectedIconPath": "/image/jiedanhou.png"
},
{
"pagePath": "pages/mypage/mypage",
"pagePath": "pages/personCenter/mine/mine",
"text": "我的",
"iconPath": "/image/wodeq.png",
"selectedIconPath": "/image/wodeh.png"

View File

@ -1,18 +1,13 @@
const { checkLogin } = require('../../utils/logcheck');
import {url} from '../../request'
Page({
data: {
userAvatar:'https://tse2-mm.cn.bing.net/th/id/OIP-C.jHUH4s7TQ48X_B-1iozuJgHaHa?w=207&h=207&c=7&r=0&o=5&dpr=1.5&pid=1.7',
nickName:'请登录'
},
myteam(){
wx.navigateTo({
url: '/pages/wodetuandui/wodetuandui',
})
},
onLoad(options) {
checkLogin();
@ -26,19 +21,7 @@ Page({
})
},
onShow() {
console.log("页面展示 onShow");
try {
const userInfo = wx.getStorageSync('usermessage');
console.log('用户信息:', userInfo);
this.setData({
nickName: userInfo.nickName || '请登录',
phoneNumber: userInfo.phoneNumber || '',
invitationCode: userInfo.invitationCode || '',
userAvatar: userInfo.userAvatar || 'https://tse2-mm.cn.bing.net/th/id/OIP-C.jHUH4s7TQ48X_B-1iozuJgHaHa?w=207&h=207&c=7&r=0&o=5&dpr=1.5&pid=1.7'
});
} catch (e) {
console.error('读取缓存失败:', e);
}
},
wodejiedan(){
wx.navigateTo({

View File

@ -21,7 +21,8 @@
<view class="flex-row items-center">
<image
class="shrink-0 image"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=5b47f43998169373795876f13b2480b0.png"
src="/pages/personCenter/fundingDetails/image/genggai.png"
mode="aspectFill"
/>
<text class="ml-4 font text_6">更改账户</text>
</view>
@ -29,7 +30,8 @@
<view class="flex-row items-center">
<image
class="shrink-0 image"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=4a5c5ed7934395e4f8a9345bee8129ff.png"
src="/pages/personCenter/fundingDetails/image/jilu.png"
mode="aspectFill"
/>
<text class="ml-4 font text_7">提现记录</text>
</view>

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 924 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 850 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -7,7 +7,32 @@ Page({
data: {
items: [null, null],
},
myteam(){
wx.navigateTo({
url: '/pages/personCenter/teamManage/teamManage',
})
},
zhijin(){
wx.navigateTo({
url: '/pages/personCenter/billingDetails/billingDetails',
})
},
mingxi(){
wx.navigateTo({
url: '/pages/personCenter/fundingDetails/fundingDetails',
})
},
xiangmu(){
wx.navigateTo({
url: '/pages/projectModule/userProject/userProject',
})
},
erweima(){
wx.navigateTo({
url: '/pages/tuiguangma/tuiguangma',
})
},
/**
* 生命周期函数--监听页面加载
*/

View File

@ -2,26 +2,29 @@
<view class="flex-col relative section">
<view class="flex-row justify-between items-center group">
<view class="flex-col">
<text class="self-start font text">青橙723h723</text>
<text class="self-start font text">qingcheng</text>
<view class="flex-row items-center self-stretch group_2 mt-9">
<image
class="image_3"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=319ad63bd1f84326c37f0a1589cfb01a.png"
src="/pages/personCenter/mine/image/dianhua.png"
mode="aspectFill"
/>
<text class="font_2 text_2 ml-7">13945493113</text>
<text class="font_2 text_2 ml-7">15214547473</text>
</view>
<view class="flex-row items-center self-stretch section_2 mt-9">
<image
class="shrink-0 image_4"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=486b46e979f4407cc260437ec81253ac.png"
src="/pages/personCenter/mine/image/fuzhi.png"
mode="aspectFill"
/>
<text class="font_3 text_3">邀请码:312242</text>
<text class="font_3 text_3">邀请码:123445</text>
</view>
</view>
<view class="flex-col items-center">
<view class="flex-col items-center" bind:tap="erweima">
<image
class="image_2"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=8734df2e6820df0d87688d70cbc2598b.png"
src="/pages/personCenter/mine/image/erweima.png"
mode="aspectFill"
/>
<text class="font_3 text_4 mt-6">二维码邀请</text>
</view>
@ -35,7 +38,7 @@
<view class="flex-row items-center section_3">
<image
class="image_5 image_6"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=a981acbf01273a3c288b415ed03920a9.png"
src="/pages/personCenter/mine/image/jiantou.png"
/>
<text class="font_3 text_7">立即提现</text>
</view>
@ -57,28 +60,31 @@
</view>
<image
class="image pos"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=e8e019939eb09c44c825eb6566ae49e0.png"
src="/pages/personCenter/mine/image/touxiang.png"
mode="aspectFill"
/>
</view>
<view class="flex-row items-start equal-division_2 section_5">
<view class="flex-col items-center equal-division-item_1 equal-division-item_2">
<view class="flex-col items-center equal-division-item_1 equal-division-item_2" bind:tap="mingxi">
<image
class="image_7"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=edfaff95081ed57443cb7e1f61a171bd.png"
src="/pages/personCenter/mine/image/zhijinxiangqing.png"
/>
<text class="font text_11 mt-6">资金明细</text>
</view>
<view class="flex-col items-center group_6 group_1">
<view class="flex-col items-center group_6 group_1" >
<image
class="image_7"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=cc6e3cc0c2025537165bb25f6005f441.png"
src="/pages/personCenter/mine/image/tixianzhanghu.png"
mode="aspectFill"
/>
<text class="font text_12 mt-6">提现账户</text>
</view>
<view class="flex-col items-center group_9 group_10">
<view class="flex-col items-center group_9 group_10" bind:tap="zhijin">
<image
class="image_7"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=6deae93a1c966ef0a706b019dba682fa.png"
src="/pages/personCenter/mine/image/tixianjilu.png"
mode="aspectFill"
/>
<text class="font text_13 mt-6">提现记录</text>
</view>
@ -91,31 +97,35 @@
wx:for-index="index"
wx:key="index"
>
<view class="flex-col items-center equal-division-item_3">
<view class="flex-col items-center equal-division-item_3" bind:tap="xiangmu">
<image
class="image_8"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=5b43a02628dbfcb995a95d266489cc34.png"
src="/pages/personCenter/mine/image/wodxiangmu.png"
mode="aspectFill"
/>
<text class="font text_14 mt-10">我的项目</text>
</view>
<view class="flex-col items-center group_15 equal-division-item_6">
<view class="flex-col items-center group_15 equal-division-item_6" bind:tap="myteam">
<image
class="image_8"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=17d4f4d6c41f90d9353cfe9a8d6c40aa.png"
src="/pages/personCenter/mine/image/tuanduiguanli.png"
mode="aspectFill"
/>
<text class="font text_15 mt-10">团队管理</text>
</view>
<view class="flex-col items-center group_11 equal-division-item_3">
<image
class="image_8"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=90434867969b0528211e1825c8b507ac.png"
src="/pages/personCenter/mine/image/choucheng.png"
mode="aspectFill"
/>
<text class="font text_16 mt-11">设置抽佣</text>
</view>
<view class="flex-col items-center group_12 equal-division-item_7">
<image
class="image_8"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=eb4f6411f7b454f280901cd364db4d44.png"
src="/pages/personCenter/mine/image/shangji.png"
mode="aspectFill"
/>
<text class="font mt-11">联系上级</text>
</view>
@ -126,13 +136,15 @@
<view class="flex-row items-center">
<image
class="shrink-0 image_9"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=aa91727b7d18ada3db15ea0bb92a31bf.png"
src="/pages/personCenter/mine/image/zhanghaoshezhi.png"
mode="aspectFill"
/>
<text class="font text_17 ml-5">账号设置</text>
</view>
<image
class="image_5"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=ce5680aec87249d911d2df64fb355704.png"
src="/pages/personCenter/mine/image/xiajiantou.png"
mode="aspectFill"
/>
</view>
<view class="self-end list-divider"></view>
@ -140,13 +152,15 @@
<view class="flex-row items-center">
<image
class="shrink-0 image_9"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=cbafbfae3c8363a26e2cb8afc1817fd1.png"
src="/pages/personCenter/mine/image/lianxikefu.png"
mode="aspectFill"
/>
<text class="font text_18 ml-5">联系客服</text>
</view>
<image
class="image_5"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=ce5680aec87249d911d2df64fb355704.png"
src="/pages/personCenter/mine/image/xiajiantou.png"
mode="aspectFill"
/>
</view>
</view>

View File

@ -169,13 +169,14 @@
line-height: 20.72rpx;
}
.image {
width: 161.25rpx;
height: 161.25rpx;
width: 131.25rpx;
height: 131.25rpx;
}
.pos {
position: absolute;
left: 13.13rpx;
top: 15rpx;
left: 30.13rpx;
top: 32rpx;
border-radius: 20rpx;
}
.equal-division_2 {
position: relative;

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -18,13 +18,15 @@
<view class="flex-row items-center">
<image
class="shrink-0 image"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=d2ea82ea1f39cda55cd649bb342e55df.png"
src="/pages/personCenter/teamManage/image/qi.png"
mode="aspectFill"
/>
<text class="font_3 text_5 ml-5">请设置邀请下级抽成比例如0%</text>
</view>
<image
class="image_2"
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=5572348d4be82ea486525ade184ec1f6.png"
src="/pages/personCenter/teamManage/image/fuzhi.png"
mode="aspectFill"
/>
</view>
<view class="flex-row justify-end items-center self-center section_3">

View File

@ -7,10 +7,9 @@ Page({
data: {
// 四张轮播图(已统一为同一 URL
banners: [
'https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=3546cd30f9261498a373e044e509b14e.png',
'https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=3546cd30f9261498a373e044e509b14e.png',
'https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=3546cd30f9261498a373e044e509b14e.png',
'https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=3546cd30f9261498a373e044e509b14e.png'
'/image/20250407154233.jpg',
'/image/20250407154300.png',
'/image/20250407154310.png',
],
// 后端返回的项目列表
items: []

View File

@ -1,3 +1,4 @@
{
"navigationBarTitleText": "接单列表",
"usingComponents": {}
}

View File

@ -2,7 +2,6 @@
<!-- 轮播图 -->
<swiper
class="swiper"
indicator-dots="true"
autoplay="true"
interval="3000"
circular="true"

Binary file not shown.

After

Width:  |  Height:  |  Size: 741 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -14,7 +14,11 @@ Page({
onLoad(options) {
},
tiaozhuan(){
wx.navigateTo({
url: '/pages/projectModule/projectDetail/projectDetail',
})
},
/**
* 生命周期函数--监听页面初次渲染完成
*/

View File

@ -1,11 +1,11 @@
<view class="flex-col justify-start page">
<view class="flex-col list">
<view class="flex-col list-item mt-15" wx:for="{{items}}" wx:for-item="item" wx:for-index="index" wx:key="index">
<view class="flex-col list-item mt-15" wx:for="{{items}}" wx:for-item="item" wx:for-index="index" wx:key="index" bind:tap="tiaozhuan">
<view class="flex-row justify-between items-center self-stretch">
<view class="flex-row items-center">
<image
class="shrink-0 image"
src="https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=55a0cb44bf92f5dfe1518dea9faa74bd.png"
src="/pages/projectModule/userProject/image/xiangmu.png"
/>
<view class="ml-18 flex-col shrink-0 group">
<text class="font">美团省钱包</text>
@ -14,21 +14,21 @@
</view>
<image
class="image_2"
src="https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=fe05f6c6627dcf0dd74284c1ac042aed.png"
src="/pages/projectModule/userProject/image/jiantoua.png"
/>
</view>
<view class="mt-14 flex-row group_2 equal-division">
<view class="flex-row justify-center items-center section equal-division-item">
<image
class="image_3"
src="https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=fb46434478a72f858ba9013d10545e29.png"
src="/pages/projectModule/userProject/image/tuiguangma.png"
/>
<text class="ml-4 font_3">推广码</text>
</view>
<view class="ml-14 flex-row items-center section equal-division-item_2">
<image
class="shrink-0 image_4"
src="https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=454188c52cef0841952f46f00fe340b4.png"
src="/pages/projectModule/userProject/image/mingxi.png"
/>
<text class="font_4 text_2 ml-3">结算明细</text>
</view>