Browse Source

Merge pull request #340 from John-Hong/John/release-2.20.0/SCRM-5068-2

fix(SCRM-5105): 修改提示文案,每次-->每日
John-Hong 1 năm trước cách đây
mục cha
commit
60d633f4c0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/store/order/points.js

+ 1 - 1
src/store/order/points.js

@@ -174,7 +174,7 @@ export default {
       const{ maxDiscountFee = 0, unitAmount =0 } = points
       const userMaxDiscountFee = availableDiscountFee > maxDiscountFee ? maxDiscountFee : availableDiscountFee
       if ( maxDiscountFee && state.pointsTime >= userMaxDiscountFee/unitAmount) {
-        msg = `超出抵扣上限,每最高可抵扣${ maxDiscountFee/unitAmount  }小时`
+        msg = `超出抵扣上限,每最高可抵扣${ maxDiscountFee/unitAmount  }小时`
       }
     }
     if ( msg ) {