Commit e4dfd955 authored by 余成's avatar 余成

链接修改

parent 672c78a9
......@@ -188,7 +188,7 @@
top: 0;
width: 7.5rem;
height: 2.6rem;
margin-top: .55rem;
margin-top: .3rem;
}
.jinxuandapai img {
width: 6.8rem;
......@@ -561,7 +561,7 @@
const thursday_top = document.getElementById("thursday_top");
const thursday_bottom = document.getElementById("thursday_bottom");
switch(new Date().getDay()) {
case 4: // 这里说明是星期四
case 5: // 这里说明是星期四
thursday_top.style.display="block";
thursday_bottom.style.display="none";
break;
......@@ -605,7 +605,7 @@
// 境外消费特享visa卡享8%返现
10: 'https://ssz.ccb.com/v2/manage/book/f3c5ms/',
// 全球支付Visa信用卡一元购专属活动
11: 'https://common.uncle-ad.com/ccbh5course/',
11: 'https://vtravel.link2shops.com/ccbyiyuan/?uuid=nSLZwHjOGeh9nVC5oIGmuyjkNh06XDnWn1zUTx1xV88=#/',
// 积分刷刷乐
12: 'http://zzfw.ccb.com/cn/mobilev3/nonfinance_mobilev3/zzly/jingxuanqy_details_qg.html?Svc_Prj_ID=MFXB2022070410425300015965&chnlType=',
......@@ -750,7 +750,8 @@
console.log('targetUrl', targetUrl);
// 检查是否不在建行生活App内
if (!isInClient() || !window.CCBBridge) { // 端外
window.location.href =targetUrl
window.location.href = targetUrl
return
// TODO 这里要解开
// if (isiOS) {
// window.location.href =
......@@ -845,7 +846,7 @@
// 这里加逻辑 周四专享点击 如果不是周四弹toast
if(shopKey=='ThursdayPage' && new Date().getDay()!=4) {
if(shopKey=='ThursdayPage' && new Date().getDay()!=5) {
Toast('不好意思,当前活动未开始,请每周四参与领券');
return false;
}
......
mode_brand.png

70.9 KB | W: | H:

mode_brand.png

76.1 KB | W: | H:

mode_brand.png
mode_brand.png
mode_brand.png
mode_brand.png
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment