diff --git a/src/components/site/addSiteStep/step2.vue b/src/components/site/addSiteStep/step2.vue
index 16da867..4ca1355 100644
--- a/src/components/site/addSiteStep/step2.vue
+++ b/src/components/site/addSiteStep/step2.vue
@@ -28,7 +28,7 @@
:options="taobaoList" :options_null="!taobaoList.length">
- {{ selectTaobao.short_name }} {{ selectTaobao.account }}
+ {{ selectTaobao.short_name }} {{ selectTaobao.account }}
暂无收款账号,稍后配置
未绑定店铺
@@ -74,7 +74,7 @@
:options="wxpayList" :options_null="!wxpayList.length">
- {{ selectWxpay.short_name }} {{ selectWxpay.account }}
+ {{ selectWxpay.short_name }} {{ selectWxpay.account }}
暂无收款账号,稍后配置
未绑定微信收款
@@ -119,7 +119,7 @@
:options="alipayList" :options_null="!alipayList.length">
- {{ selectAlipay.short_name }} {{ selectAlipay.account }}
+ {{ selectAlipay.short_name }} {{ selectAlipay.account }}
暂无收款账号,稍后配置
未绑定支付宝收款
@@ -176,7 +176,7 @@
:options="pddList" :options_null="!pddList.length">
- {{ selectPdd.short_name }} {{ selectPdd.account }}
+ {{ selectPdd.short_name }} {{ selectPdd.account }}
暂无收款账号,稍后配置
未绑定拼多多店铺
@@ -235,7 +235,7 @@
:options="jdList" :options_null="!jdList.length">
- {{ selectJd.short_name }} {{ selectJd.account }}
+ {{ selectJd.short_name }} {{ selectJd.account }}
暂无收款账号,稍后配置
未绑定京东店铺
diff --git a/src/views/agent/home.vue b/src/views/agent/home.vue
index c11b84d..9115e8b 100644
--- a/src/views/agent/home.vue
+++ b/src/views/agent/home.vue
@@ -83,9 +83,9 @@
-
含冻结金额 {{ walletList.pub && walletList.pub.forzen_money }} 元
+
含冻结金额 {{ walletList.pub.forzen_money }} 元
- 账户余额 {{ walletList.pub && walletList.pub.remain }} 元
+ 账户余额 {{ walletList.pub.remain }} 元
{{ isShowSpec ? '收起' : '展开' }}
diff --git a/src/views/agent/siteBaseSetting.vue b/src/views/agent/siteBaseSetting.vue
index be9e2d6..4cdf1a6 100644
--- a/src/views/agent/siteBaseSetting.vue
+++ b/src/views/agent/siteBaseSetting.vue
@@ -83,7 +83,7 @@
@change="changeSelectWeixin">
- {{ selectWxpay.short_name }} {{ selectWxpay.account }}
+ {{ selectWxpay.short_name }} {{ selectWxpay.account }}
暂无收款账号,稍后配置
未绑定微信收款
@@ -124,7 +124,7 @@
- {{ selectAlipay.short_name }} {{ selectAlipay.account }}
+ {{ selectAlipay.short_name }} {{ selectAlipay.account }}
暂无收款账号,稍后配置
未绑定支付宝收款
@@ -166,7 +166,7 @@
@change="changeSelectJindong" >
- {{ selectJd.short_name }} {{ selectJd.account }}
+ {{ selectJd.short_name }} {{ selectJd.account }}
暂无收款账号,稍后配置
未绑定京东店铺
@@ -211,7 +211,7 @@
@change="changeSelectTaobao" >
- {{ selectTaobao.short_name }} {{ selectTaobao.account }}
+ {{ selectTaobao.short_name }} {{ selectTaobao.account }}
暂无收款账号,稍后配置
未绑定店铺
@@ -253,7 +253,7 @@
@change="changeSelectPdd" >
- {{ selectPdd.short_name }} {{ selectPdd.account }}
+ {{ selectPdd.short_name }} {{ selectPdd.account }}
暂无收款账号,稍后配置
未绑定拼多多店铺
@@ -634,6 +634,8 @@ export default {
this.selectJd = item;
},
changeSelectPdd(item) {
+ console.log(item)
+ console.log(this.bindPddId)
if(this.bindPddId === item.payid){
this.bindPddId = 0
this.selectPdd = null