Prechádzať zdrojové kódy

Signed-off-by: liuboyan <632697560@qq.com>
bug

liuboyan 4 rokov pred
rodič
commit
1d4b141efd
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      pagesEnroll/enrolledForm.vue

+ 1 - 1
pagesEnroll/enrolledForm.vue

@@ -354,7 +354,7 @@
 			//  设置总价
 			setSumPrice() {
 				if (this.form.courseNumber && this.form.coursePrice) {
-					this.form.sumPrice = this.form.courseNumber * this.form.coursePrice
+					this.form.sumPrice = JSON.stringify(this.form.courseNumber * this.form.coursePrice)
 				}
 			},
 			//  提交表单