From 32311dd201960175fb425837063cf04a0b3ec131 Mon Sep 17 00:00:00 2001 From: unknown <573515615@qq.com> Date: Sat, 25 Oct 2025 10:55:02 +0800 Subject: [PATCH] =?UTF-8?q?'=E7=99=BB=E5=BD=95=E4=BC=98=E5=8C=96'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 8 ++--- pages/login/login.vue | 11 ++++-- pages/mine/apply.vue | 81 +++++++++++++++++++++++-------------------- 3 files changed, 56 insertions(+), 44 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 902bf58..574da8d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -397,14 +397,14 @@ uni.hideTabBar({ fail: () => {}, }); - this.getdata() - this.config() + // this.getdata() + // this.config() }, onHide() { }, onLoad() { - this.getdata() - this.getquestion() + // this.getdata() + // this.getquestion() this.recycleOrderList() this.qiangdanlist() }, diff --git a/pages/login/login.vue b/pages/login/login.vue index c210800..18c3910 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -45,8 +45,8 @@ export default { data() { return { - mobile:'', - password:'', + mobile:'17712855555', + password:'123456', login_type:0, logoImage: '/static/img/t2.png', open_id: '', @@ -57,7 +57,7 @@ export default { computed: { }, onLoad() { - this.config() + }, methods: { loginEn(){ @@ -71,6 +71,11 @@ export default { }, res => { if (res.code == "1") { console.log(res,'登录成功') + uni.setStorageSync('userToken', res.data.token); + uni.setStorageSync('userInfo', res.data.userInfo); + uni.switchTab({ + url:'/pages/index/index' + }) }else{ } diff --git a/pages/mine/apply.vue b/pages/mine/apply.vue index ae69b54..be3ab63 100644 --- a/pages/mine/apply.vue +++ b/pages/mine/apply.vue @@ -3,18 +3,41 @@ - 2 - - + 身份证信息 + 上传本人身份证照片,保持图片清晰完整 - - - 充值 - +1839.00 + + + + + - - 支出 - -1839.00 + + + + @@ -68,41 +91,24 @@ } .monthBox{ display: flex; - flex-direction: row; - justify-content: flex-start; - align-items: flex-end; + flex-direction: column; + // justify-content: flex-start; + // align-items: center; .text1{ - font-weight: 500; - font-size: 60rpx; + font-weight: bold; + font-size: 32rpx; color: #333333; } .text2{ - font-weight: 500; - font-size: 22rpx; - color: #333333; - padding-bottom: 10rpx; - padding: 0 6rpx 13rpx; - } - .text3{ - padding-bottom: 13rpx; - } - } - .recordBox{ - display: flex; - flex-direction: row; - justify-content: flex-start; - align-items: center; - font-weight: 500; - font-size: 26rpx; - color: #333333; - margin-top: 45rpx; - .priceBox{ - margin-left: 13rpx; + font-weight: 400; + font-size: 24rpx; + color: #999999; + margin-top: 10rpx; } } .moduleBox{ background: #fff; - padding: 32rpx 36rpx 45rpx; + padding: 32rpx 30rpx 40rpx; border-bottom: 1rpx solid #DEDEDE; .text4{ font-weight: 500; @@ -148,6 +154,7 @@ margin-bottom: 20rpx; border-radius: 30rpx; + overflow: hidden; }