浏览代码

Merge pull request #357 from John-Hong/release-2.22.0

fix(SCRM-5301): 修复会员等级优惠被取消的问题
John-Hong 1 年之前
父节点
当前提交
42c6e3b9d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/parkingFeeV2/Discounts/index.js

+ 1 - 1
src/pages/parkingFeeV2/Discounts/index.js

@@ -467,7 +467,7 @@ export default {
       await waitByTime(200)
       if(!this.actualPayFee) {
         Toast('当前无需追加优惠')
-        this.checkedList = this.checkedList.filter(elm => elm !== 'member')
+        this.checkedList = this.checkedList.filter(elm => elm !== 'reduces')
         return;
       }
       // 浦东