소스 검색

下单次数固定为1次

htc 4 달 전
부모
커밋
cd8c348c60
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pagesPublish/rechargeCenter.vue

+ 1 - 1
pagesPublish/rechargeCenter.vue

@@ -303,7 +303,7 @@
 					payAmount:this.sumPrice,
 					productId:this.productId,
 					totalAmount:this.sumPrice,
-					totalFrequency:this.times,
+					totalFrequency:1,
 					type:this.tindex+1,
 					userId:this.userInfo.id
 				}).then(({data:res})=>{