|
@@ -94,7 +94,7 @@
|
|
|
this.$util.msg('请填写商品价格',2000);
|
|
|
return
|
|
|
}
|
|
|
- this.SellerService.SellerSubmitRechargeOrder(JSON.stringify(this.params)).then(response =>{
|
|
|
+ this.SellerService.SellerSubmitRechargeOrder({'params':JSON.stringify(this.params)}).then(response =>{
|
|
|
const data = response.data;
|
|
|
if(data.code === '1'){
|
|
|
this.$util.msg('支付成功',2000,true,'success')
|