From 2f704bc8ec17706f5ae98bb021a52a07c8aca8fb Mon Sep 17 00:00:00 2001 From: zhangds Date: Sun, 28 Apr 2024 09:25:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E7=BB=84=E5=90=88?= =?UTF-8?q?=E5=95=86=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xw-pages/homepage.html | 9 +- xw-pages/wx-combining.html | 759 +++++++++++++++++++++++++++++++++++++ 2 files changed, 767 insertions(+), 1 deletion(-) create mode 100644 xw-pages/wx-combining.html 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