Procházet zdrojové kódy

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

liuboyan před 4 roky
rodič
revize
1d4b141efd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)
 				}
 			},
 			//  提交表单