guo 2 years ago
parent
commit
fb5d575f4f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/index/paint.vue

+ 2 - 1
pages/index/paint.vue

@@ -258,7 +258,8 @@
 							this.sumMoney += item.BPSalePrice;
 						}
 					})
-				}
+				}
+				this.sumMoney = this.sumMoney.toFixed(2);
 				// console.log('selectItemList==', this.selectItemList);
 
 			},