wx/unpackage/dist/dev/mp-weixin/pages/addPersonnel/addPersonnel.js
@@ -347,8 +347,8 @@ }, computed: { totalPrice: function totalPrice() { if (this.info && this.info.price) { return (this.list.length * this.info.price).toFixed(2); if (this.model && this.model.cyclePrice) { return (this.list.length * this.model.cyclePrice).toFixed(2); } return '0.00'; }