diff --git a/pages/forgetPayPassword/index.vue b/pages/forgetPayPassword/index.vue
index 92aae70..f31ad13 100644
--- a/pages/forgetPayPassword/index.vue
+++ b/pages/forgetPayPassword/index.vue
@@ -7,57 +7,50 @@
-
-
-
-
+
+
+
-
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
-
+
- {{'确定'}}
-
+ {{
+ '确定'
+ }}
+
@@ -118,27 +111,16 @@ export default {
this.$refs.uForm.setRules(this.rules)
},
methods: {
- // getMemberInfo() {
- // api.getData().then((res) => {
- // // safty: {
- // // loginPwd: 111111,
- // // payPwd: 111111,
- // // email: 111111,
- // // tel: 111111,
- // // },
- // this.loginObj.emailed = res.data.email || ''
- // })
- // },
submit() {
- this.$refs.uForm.validate().then((res) => {
- api.forgetPayPassword(this.loginObj).then((res) => {
+ this.$refs.uForm.validate().then(res => {
+ api.forgetPayPassword(this.loginObj).then(res => {
if (res.code == '200') {
uni.showToast({
title: res.msg,
icon: 'none',
success() {
setTimeout(() => {
- uni.navigateBack()
+ uni.navigateBack()
}, 2000)
},
})
@@ -147,7 +129,7 @@ export default {
icon: 'none',
title: res.msg,
})
- clearInterval(this.time)
+ clearInterval(this.time)
this.setTimer(0)
}
})
@@ -161,7 +143,7 @@ export default {
this.getYzm()
},
getYzm() {
- api.selfVerification().then((res) => {
+ api.selfVerification().then(res => {
if (res.code == '200') {
setTimeout(() => {
uni.showToast({
@@ -180,8 +162,11 @@ export default {
//setInterval()是一个实现定时调用的函数,可按照指定的周期(以毫秒计)来调用函数或计算表达式。
//setInterval方法会不停地调用函数,直到 clearInterval被调用或窗口被关闭。
this.time = setInterval(() => {
-
- console.log('%c [ holdTime ]-183', 'font-size:13px; background:#5f6e08; color:#a3b24c;', holdTime)
+ console.log(
+ '%c [ holdTime ]-183',
+ 'font-size:13px; background:#5f6e08; color:#a3b24c;',
+ holdTime
+ )
if (holdTime <= 0) {
this.disabled = false
this.getCodeisWaiting = false
@@ -189,11 +174,10 @@ export default {
this.getCodeText = '获取验证码'
clearInterval(this.time) //清除该函数
return //返回前面
- }else{
+ } else {
this.getCodeText = '重新获取' + '(' + holdTime + ')'
- holdTime--
+ holdTime--
}
-
}, 1000)
},
},
@@ -207,6 +191,11 @@ export default {
:v-deep .u-form-item__body__right__message {
margin-left: 170rpx !important;
}
+.code-box {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
.yzm {
// width: 161rpx;
height: 74rpx;
@@ -252,4 +241,4 @@ page {
margin: 40rpx auto;
width: 690rpx;
}
-
\ No newline at end of file
+
diff --git a/pages/market/investmentList/investmentList.vue b/pages/market/investmentList/investmentList.vue
index d9ec39f..f87044c 100644
--- a/pages/market/investmentList/investmentList.vue
+++ b/pages/market/investmentList/investmentList.vue
@@ -1,251 +1,247 @@
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
\ No newline at end of file
+ .line3 {
+ font-size: 26rpx;
+ font-family: Source Han Sans CN;
+ font-weight: 400;
+ color: rgba(251, 48, 36, 1);
+ }
+ }
+ }
+}
+
diff --git a/pages/pay/index.vue b/pages/pay/index.vue
index d2f0544..8dad7b7 100644
--- a/pages/pay/index.vue
+++ b/pages/pay/index.vue
@@ -930,6 +930,7 @@ export default {
},
payPw() {
let url, obj
+ console.log(this.paramsPost, '....%257B%2522ifcz%2522%253Atrue%257D')
// 银行卡
if (this.isBank) {
if (this.isBank == 'hf') {
@@ -963,10 +964,10 @@ export default {
specialArea: this.specialArea,
payPwd: this.codeValue,
pkSettleCountry: this.pkCountry,
- makerSpaceMember: this.paramsPost.makerSpaceMember||'',
+ makerSpaceMember: this.paramsPost?.makerSpaceMember||'',
}
}
- if (this.paramsPost.orderType == 4) {
+ if (this.paramsPost?.orderType === 4) {
//抽奖
let obj = {
payPwd: this.codeValue,