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