diff --git a/src/pages/MyAllowance.vue b/src/pages/MyAllowance.vue index 829549f..89d126c 100644 --- a/src/pages/MyAllowance.vue +++ b/src/pages/MyAllowance.vue @@ -36,6 +36,12 @@
提交资料
+
+ {{ item.bind_btn_info.tip }} +
+ {{ item.bind_btn_info.btText }} +
+
@@ -155,8 +161,10 @@ const handleGoToLink = (id) => { } } -const aaa = (e) => { - console.log(e); +const handleGoToBank = (id) => { + if(id){ + router.push({ path: '/my/bank', query: { subsidyId:id } }) + } } diff --git a/src/pages/MyBank.vue b/src/pages/MyBank.vue index 5ea01a7..2d4fb14 100644 --- a/src/pages/MyBank.vue +++ b/src/pages/MyBank.vue @@ -5,7 +5,7 @@
-
+
仅支持客户本人在中国境内开设的银行卡
若信息不一致,将导致补贴无法到账
@@ -35,12 +35,19 @@
- +