diff --git a/components/noticePopup.vue b/components/noticePopup.vue
index fb886f1..1db849f 100644
--- a/components/noticePopup.vue
+++ b/components/noticePopup.vue
@@ -52,7 +52,6 @@ export default {
grade: this.userInfo.pkGradeId,
awards: this.userInfo.pkAwardsId,
}).then((res) => {
- console.log(res, '....resaaaa?')
if (res.code == "200") {
let list = JSON.parse(localStorage.getItem("menuList"));
let arr = res.data[0].publishLocation.split(",");
diff --git a/pages/pay/index.vue b/pages/pay/index.vue
index 8dad7b7..26715cf 100644
--- a/pages/pay/index.vue
+++ b/pages/pay/index.vue
@@ -680,26 +680,30 @@
-
+
import * as api from '@/config/pay.js'
import QRCode from 'qrcodejs2'
-
import successDialog from '@/components/successDialog.vue'
import * as act from '@/config/activity.js'
var payStatus
@@ -802,6 +805,14 @@ export default {
unBindCode: '',
}
},
+ computed: {
+ payBtnDisabled() {
+ if (this.ifcz) {
+ return !Object.values(this.payList).some(val => val)
+ }
+ return false
+ },
+ },
onLoad(options) {
this.paramsPost = JSON.parse(options.paramsPost)
console.log(
@@ -930,7 +941,6 @@ export default {
},
payPw() {
let url, obj
- console.log(this.paramsPost, '....%257B%2522ifcz%2522%253Atrue%257D')
// 银行卡
if (this.isBank) {
if (this.isBank == 'hf') {