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