|
|
@@ -248,7 +248,8 @@
|
|
|
params = {
|
|
|
needSend: this.tabIndex == 0 ? '0' : '1',
|
|
|
prePrice: this.amount,
|
|
|
- payWay: this.form.payWay
|
|
|
+ payWay: this.form.payWay,
|
|
|
+ payPassword:this.modalForm.payPassword
|
|
|
// sourceType: 1,
|
|
|
// shopId: 15680
|
|
|
}
|
|
|
@@ -328,7 +329,7 @@
|
|
|
},
|
|
|
// 余额支付
|
|
|
balancePayFn() {
|
|
|
- if (this.$util.isEmpty(this.shopUser) && this.shopUser.hasPayPwd == 0) {
|
|
|
+ if (!this.$util.isEmpty(this.shopUser) && this.shopUser.hasPayPwd == 0) {
|
|
|
this.setPassModal = true
|
|
|
} else {
|
|
|
this.form.payWay = 2
|