diff --git a/pages/order_addcart/order_addcart.vue b/pages/order_addcart/order_addcart.vue
index ca3b046..c287121 100644
--- a/pages/order_addcart/order_addcart.vue
+++ b/pages/order_addcart/order_addcart.vue
@@ -9,15 +9,14 @@
+ placeholder="输入商品分类" :animation="true" @search="getLists" @custom='getLists'>
-
+
-
+
PF171504442988969633
@@ -44,10 +43,15 @@
diff --git a/pages/quote/bindAccout.vue b/pages/quote/bindAccout.vue
index adeba29..931f3c1 100644
--- a/pages/quote/bindAccout.vue
+++ b/pages/quote/bindAccout.vue
@@ -162,6 +162,14 @@
url
})
},
+ async getHasBindBankList() {
+ this.getFormData(this.form, this.hasBindAccount[0])
+ return
+ let res = await amountAccountApi({})
+ this.balance = res.data.balance
+ // this.hasBindAccount = res.data.hasBindAccount
+ // this.target_bank = res.data.hasBindAccount[0] || {}
+ },
getFormData(form, target) {
if (!target) {
form.value = {}
@@ -198,6 +206,7 @@
},
onLoad() {
uni.showTabBar()
+ this.getHasBindBankList()
}
}
diff --git a/pages/quote/financialyDeatil.vue b/pages/quote/financialyDeatil.vue
index ea2c4c1..1fac810 100644
--- a/pages/quote/financialyDeatil.vue
+++ b/pages/quote/financialyDeatil.vue
@@ -16,7 +16,7 @@
- {{formatTimestampToYearMonth(nowTimes) }}
+ {{ formatTimestampToYearMonth(nowTimes) }}
@@ -42,20 +42,25 @@
-
-
+
+