From 36461e76b6ef5221572b7748e3c4cd0ac924b322 Mon Sep 17 00:00:00 2001
From: ywk <317226901@qq.com>
Date: Mon, 7 Apr 2025 18:00:26 +0800
Subject: [PATCH] =?UTF-8?q?feat(userData):=20=E7=A7=BB=E9=99=A4=E6=97=A0?=
=?UTF-8?q?=E7=94=A8=E5=AD=97=E6=AE=B5=EF=BC=8C=E5=A4=84=E7=90=86=E7=94=A8?=
=?UTF-8?q?=E6=88=B7=E6=98=B5=E7=A7=B0=E4=BF=9D=E5=AD=98=E6=8A=A5=E9=94=99?=
=?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C=E8=AE=A2=E5=8D=95=E5=88=97?=
=?UTF-8?q?=E8=A1=A8=E9=AB=98=E7=BA=A7=E7=AD=9B=E9=80=89=E9=97=AE=E9=A2=98?=
=?UTF-8?q?=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 14 +++---
pages/mine/index.vue | 48 ++++++++++++-------
pages/mine/order/index.vue | 43 ++++++++---------
pages/userData/index.vue | 95 ++++++++++++++++++++------------------
4 files changed, 109 insertions(+), 91 deletions(-)
diff --git a/App.vue b/App.vue
index 6712ddf..28f6b40 100644
--- a/App.vue
+++ b/App.vue
@@ -12,14 +12,14 @@ export default {
// 分享注册
const whiteList = [
- 'pages/shareRegist/index',
- 'pages/shareRegist/success',
+ // 'pages/shareRegist/index',
+ // 'pages/shareRegist/success',
'pages/login/index',
- 'pages/wechatPay/bfPay/',
- 'pages/wechatPay/hfPay/',
- 'pages/shareArea/hiList',
- 'pages/shareArea/hiOrder',
- 'pages/pay/hiPay'
+ // 'pages/wechatPay/bfPay/',
+ // 'pages/wechatPay/hfPay/',
+ // 'pages/shareArea/hiList',
+ // 'pages/shareArea/hiOrder',
+ // 'pages/pay/hiPay'
]
if (whiteList.indexOf(url) !== -1) {
} else {
diff --git a/pages/mine/index.vue b/pages/mine/index.vue
index a9622eb..468180b 100644
--- a/pages/mine/index.vue
+++ b/pages/mine/index.vue
@@ -23,24 +23,34 @@
-
+
+ >
-
+
+ -->
+
+
+
+
+ {{ userData.registerAuthorityVal }}
+
+
-
- {{ '结算等级' }}:{{ userInfo.pkGradeVal }}
+
@@ -86,13 +96,17 @@
{{ awardsList.maxAwardsName }}
+ {{ '结算等级' }}
+ {{ userInfo.pkGradeVal }}
+
+
+
+
+
-
-
-
{{ item.label }}
-
+
@@ -48,6 +39,7 @@
@@ -508,6 +500,7 @@ export default {
getDataList(index) {
if (index) {
this.queryParams.pageNum = 1
+ this.orderLists = []
}
this.rightShow = false
api
@@ -546,6 +539,14 @@ export default {
height: 40rpx;
}
}
+.clearFilter {
+ position: fixed;
+ top: 28rpx;
+ right: 90rpx;
+ z-index: 1000000000;
+ color: #999;
+ font-size: 28rpx;
+}
.zhan1 {
height: 50px;
diff --git a/pages/userData/index.vue b/pages/userData/index.vue
index 8804a2c..f2e2a97 100644
--- a/pages/userData/index.vue
+++ b/pages/userData/index.vue
@@ -33,18 +33,18 @@
-
- {{'真实姓名'}}
-
- {{userInfo.memberName}}
-
-
-
- {{'会员编号'}}
-
- {{userInfo.memberCode}}
-
-
+
+ {{'真实姓名'}}
+
+ {{userInfo.memberName}}
+
+
+
+ {{'会员编号'}}
+
+ {{userInfo.memberCode}}
+
+
{{'联系方式'}}
@@ -91,11 +91,11 @@
-->
- {{'真实奖衔'}}
-
- {{userInfo.awardsVal}}
-
-
+ {{'真实奖衔'}}
+
+ {{userInfo.awardsVal}}
+
+
荣誉奖衔
@@ -139,27 +139,30 @@
- {{'保存'}}
-
-
- 修改昵称
-
-
-
-
+ -->
+
+ 修改昵称
+
+
+
+
+
@@ -211,22 +214,22 @@ export default {
});
},
fail: err => {
- this.myToast('上传失败', 'none');
+ uni.$u.toast('上传失败', 'none');
}
});
},
submit() {
- api.updateData({
- nickName: this.userInfo.nickName,
- }).then((res)=>{
- uni.showToast({
- title: res.msg,
- icon: 'none',
- duration: 1500,
- })
- this.getInfo()
- this.close()
- })
+ api.updateData({
+ nickName: this.userInfo.nickName,
+ }).then((res)=>{
+ uni.showToast({
+ title: res.msg,
+ icon: 'none',
+ duration: 1500,
+ })
+ this.getInfo()
+ this.close()
+ })
},
// upload() {
// let that = this