Browse Source

Merge pull request #533 from John-Hong/John/release-3.8.0/SCRM-6287

fix(SCRM-6287): 调整积分补录弹窗
John-Hong 1 năm trước cách đây
mục cha
commit
ee56fd17b0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/wx-points-commit/wx-points-commit.vue

+ 1 - 1
src/components/wx-points-commit/wx-points-commit.vue

@@ -15,7 +15,7 @@
         <div class="text">
           如您的微信支付积分未到账,请于消费当日申请领取
         </div>
-        <div @click="toWxPointsAuth" class="commit-btn" :class="{'commit-btn--blue': custTypeId===1,'commit-btn--green': custTypeId===2, 'commit-btn--qhkc': isQHKC }">
+        <div @click="toWxPointsAuth" class="commit-btn" :class="{'commit-btn--blue': custTypeId===1,'commit-btn--green': custTypeId===2, 'commit-btn--qhkc': isQHKC && source !== 'KIP' }">
           去领取
         </div>
         <img @click="close('time')" class="commit-cancel" src="https://cnsh-kerry-crm-prod.oss-cn-shanghai.aliyuncs.com/images/wx-points/close.svg" />