nidapeng
2024-04-07 6b63f7cb1a90b2b365ed9a6baafa406f6ef98c1d
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';
    }