diff --git a/pages/market/activeArea/index.vue b/pages/market/activeArea/index.vue
index 4201877..d6bca5b 100644
--- a/pages/market/activeArea/index.vue
+++ b/pages/market/activeArea/index.vue
@@ -1,42 +1,22 @@
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
+
diff --git a/pages/pay/hiPay.vue b/pages/pay/hiPay.vue
index 403ecbf..261046a 100644
--- a/pages/pay/hiPay.vue
+++ b/pages/pay/hiPay.vue
@@ -18,7 +18,8 @@
{{ countDown }}{{'内完成支付,否则订单将会被自动取消'}}
-
+
+
{
this.jdList = res.data
})
- api.hfBankList().then((res) => {
- this.hfList = res.data
- })
- api.tlBankList().then((res) => {
- this.tlList = res.data
- })
+ // api.hfBankList().then((res) => {
+ // this.hfList = res.data
+ // })
+ // api.tlBankList().then((res) => {
+ // this.tlList = res.data
+ // })
this.$nextTick(() => {
this.$refs.collapse.init()
})
diff --git a/pages/pay/index.vue b/pages/pay/index.vue
index 53ffa78..942c67b 100644
--- a/pages/pay/index.vue
+++ b/pages/pay/index.vue
@@ -184,8 +184,9 @@
+
+ v-if="onlinePay && false">
@@ -856,7 +857,7 @@ export default {
onShow() {
// 获取银行卡
- this.getBankList()
+ // this.getBankList()
},
methods: {
toUnBind() {
@@ -1435,12 +1436,12 @@ export default {
api.jdBankList().then((res) => {
this.jdList = res.data
})
- api.hfBankList().then((res) => {
- this.hfList = res.data
- })
- api.tlBankList().then((res) => {
- this.tlList = res.data
- })
+ // api.hfBankList().then((res) => {
+ // this.hfList = res.data
+ // })
+ // api.tlBankList().then((res) => {
+ // this.tlList = res.data
+ // })
this.$nextTick(() => {
this.$refs.collapse.init()
})
diff --git a/pages/pay/treePay.vue b/pages/pay/treePay.vue
index 3f33523..2e7a2f4 100644
--- a/pages/pay/treePay.vue
+++ b/pages/pay/treePay.vue
@@ -420,9 +420,9 @@ export default {
api.jdBankList().then((res) => {
this.jdList = res.data
})
- api.hfBankList().then((res) => {
- this.hfList = res.data
- })
+ // api.hfBankList().then((res) => {
+ // this.hfList = res.data
+ // })
this.$nextTick(() => {
this.$refs.collapse.init()
})