diff --git a/xw-pages/homepage.html b/xw-pages/homepage.html index 121f382..9087814 100644 --- a/xw-pages/homepage.html +++ b/xw-pages/homepage.html @@ -604,8 +604,15 @@ * receive_mode: 1 支付宝 2 H5 * recharge_type 2 组合立减金 1立减金 */ + + // 组合立减金+微信渠道 + if (recharge_type == 2 && type == 2 && entity.channel == 2) { + return window.location.replace("./wx-combining.html"); + } + + // 立减金 if (type == 2) { - window.location.replace("./reduce.html"); + return window.location.replace("./reduce.html"); } }, diff --git a/xw-pages/wx-combining.html b/xw-pages/wx-combining.html new file mode 100644 index 0000000..b8ceca0 --- /dev/null +++ b/xw-pages/wx-combining.html @@ -0,0 +1,759 @@ + + + + + + + 组合立减金 + + + + + + + + + + + + + + + + +
+
+ + + +
+ {{prompt_text}} +
+ +
+
+

温馨提示

+

{{message}}

+ + +
+
+ +
+ +
+

{{this.outTime[0]}}

时 +

{{this.outTime[1]}}

分 +

{{this.outTime[2]}}

秒 +
+
+
+
+

{{goods.title}}

+
    +
  • + 立减金 x{{ item.send_num }} +

    + + {{item.reduce_amount}} +

    +

    满{{item.denomination}}可用

    + + +
    +
    +
    +
    +

    + {{ items.text }}({{ items.num }}) +

    +
    +
    +
    +
    +
  • +
+

+ 滑动查看更多 +

+
+ +

+ + {{goods.group_info.channel==1?'支付宝账号':'云闪付账号'}} + +

+ + + + + + +
+
发放中,请等待...
+
+ +

+ 生效时间:{{goods.group_info.time_limit.effect_time.start_time}} + ~ + {{goods.group_info.time_limit.effect_time.end_time}}

+ +

+ 领取时间:{{goods.group_info.time_limit.receive_time.start_time}} ~ + {{goods.group_info.time_limit.receive_time.end_time}}

+
+ + +
+
+ + +
+
+
+ +
+

温馨提示

+ + +

全部领取成功

+

全部领取失败

+

领取成功{{ isOKLength }}条,失败{{ isErrLength }}条

+ +

+ 请前往微信-我的卡包查询使用 +

+ +

+ {{ goods.err_msg[0] }} +

+ +

+ 请根据界面错误原因进行调整后再重试 +

+ +
+

错误{{Number(index) + 1}}: {{ item }} +

+
+ + + + + +
+
+
+ + +
+
+

{{tiptext}}

+ 知道了 +
+
+
+ + + + \ No newline at end of file