Browse Source

commit -m 定金商品

zhengjinyi 4 năm trước cách đây
mục cha
commit
89826721d0

+ 0 - 1
pages/user/order/create-order.vue

@@ -320,7 +320,6 @@
 					const data = response.data;
 					if(data.code === '1'){
 						this.submitState ='success'
-						this.isSubLoading = false;
 						setTimeout(()=>{
 							this.isSubLoading = false;
 						},2000)

+ 1 - 1
seller/pages/order/create-recharge-order.vue

@@ -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')