去支付产品服务费
-
-
支付保证金
+
+
对公账户
-
-
请使用微信扫码支付
-
¥{{ servicePrice }}元
-
支付码过期时间: {{ serviceQrEndTime }}
+
+
+
¥{{ merData.margin }}元
+
支付账户名称: {{ merData.bank_info.bank_account_name }}
+
开户银行: {{ merData.bank_info.bank_name }}
+
银行卡号: {{ merData.bank_info.bank_account_code }}
@@ -95,14 +108,15 @@
{{ merData.goods_cost }}元
去支付上架费
-
-
-
支付保证金
+
+
对公账户
-
-
请使用微信扫码支付
-
¥{{ goodsPrice }}元
-
支付码过期时间: {{ goodsQrEndTime }}
+
+
+
¥{{ merData.margin }}元
+
支付账户名称: {{ merData.bank_info.bank_account_name }}
+
开户银行: {{ merData.bank_info.bank_name }}
+
银行卡号: {{ merData.bank_info.bank_account_code }}
@@ -128,16 +142,18 @@
去补缴保证金
-
-
支付保证金
-
-
-
请使用微信扫码支付
-
¥{{ marginPrice }}元
-
支付码过期时间: {{ qrEndTime }}
-
+
+
对公账户
+
+
+
+
¥{{ merData.margin }}元
+
支付账户名称: {{ merData.bank_info.bank_account_name }}
+
开户银行: {{ merData.bank_info.bank_name }}
+
银行卡号: {{ merData.bank_info.bank_account_code }}
+
@@ -717,6 +733,7 @@ export default {
const that = this
that.merModel = false
getBaseInfo().then((res) => {
+ console.log(res);
that.merData = res.data
that.$set(that.merData, 'uploadedqualifications', '') // 资质图片列表
that.$set(that.merData, 'delivery_way', res.data.delivery_way && res.data.delivery_way.length ? res.data.delivery_way.map(String) : [])
@@ -827,46 +844,46 @@ export default {
const that = this
// 产品服务费
if(type == 'service' && this.merData.is_service){
- return serviceCodeApi().then((res) => {
- console.log(res);
- that.serviceQrCode = res.data.config
- that.serviceQrEndTime = res.data.endtime
- that.servicePrice = res.data.price
- }).catch(function(res) {
- that.$message.error(res.message)
- })
+ // return serviceCodeApi().then((res) => {
+ // console.log(res);
+ // that.serviceQrCode = res.data.config
+ // that.serviceQrEndTime = res.data.endtime
+ // that.servicePrice = res.data.price
+ // }).catch(function(res) {
+ // that.$message.error(res.message)
+ // })
}
// 上架费
if(type == 'goods' && this.merData.is_goods){
- return goodsCodeApi().then((res) => {
- console.log(res);
- that.goodsQrCode = res.data.config
- that.goodsQrEndTime = res.data.endtime
- that.goodsPrice = res.data.price
- }).catch(function(res) {
- that.$message.error(res.message)
- })
+ // return goodsCodeApi().then((res) => {
+ // console.log(res);
+ // that.goodsQrCode = res.data.config
+ // that.goodsQrEndTime = res.data.endtime
+ // that.goodsPrice = res.data.price
+ // }).catch(function(res) {
+ // that.$message.error(res.message)
+ // })
}
if (type =='all' && this.merData.marginStatus) {
- return marginMakeCode()
- .then((res) => {
- that.qrCode = res.data.config
- that.qrEndTime = res.data.endtime
- that.marginPrice = res.data.price
- })
- .catch(function(res) {
- that.$message.error(res.message)
- })
+ // return marginMakeCode()
+ // .then((res) => {
+ // that.qrCode = res.data.config
+ // that.qrEndTime = res.data.endtime
+ // that.marginPrice = res.data.price
+ // })
+ // .catch(function(res) {
+ // that.$message.error(res.message)
+ // })
} else {
- return marginCode()
- .then((res) => {
- that.qrCode = res.data.config
- that.qrEndTime = res.data.endtime
- that.marginPrice = res.data.price
- })
- .catch(function(res) {
- that.$message.error(res.message)
- })
+ // return marginCode()
+ // .then((res) => {
+ // that.qrCode = res.data.config
+ // that.qrEndTime = res.data.endtime
+ // that.marginPrice = res.data.price
+ // })
+ // .catch(function(res) {
+ // that.$message.error(res.message)
+ // })
}
},
// 查看保证金记录
@@ -1189,7 +1206,7 @@ export default {
z-index: 9;
display: none;
width: 250px;
- height: 320px;
+ height: 220px;
text-align: center;
background: #fff;
border-radius: 8px;
@@ -1218,9 +1235,11 @@ export default {
margin-top: 20px;
}
.pay_time{
- font-size: 12px;
+ font-size: 16px;
color: #6D7278;
-
+ & + .pay_time{
+ margin-top: 10px;
+ }
}
}