@@ -320,7 +320,6 @@
const data = response.data;
if(data.code === '1'){
this.submitState ='success'
- this.isSubLoading = false;
setTimeout(()=>{
this.isSubLoading = false;
},2000)
@@ -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 =>{
this.$util.msg('支付成功',2000,true,'success')