From 854c7a5170108413c300e18f0bcdac5864f771c7 Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Tue, 22 Aug 2023 16:57:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=87=E6=8D=A2=E5=9C=B0?= =?UTF-8?q?=E5=8C=BA=E4=BB=A3=E5=85=85=E4=B8=8D=E5=88=B7=E6=96=B0=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/modules/pay/js/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/view/peko/modules/pay/js/index.js b/view/peko/modules/pay/js/index.js index 68fcd42..a00c47c 100644 --- a/view/peko/modules/pay/js/index.js +++ b/view/peko/modules/pay/js/index.js @@ -74,7 +74,7 @@ function getArea () { $('.area .area_in').append(str); $('.header .box .right i').text(res.data[0].areaName); if (countryCode == '') { - countryCode = res.data[0].areaCode + countryCode = res.data[0].areaCode; } if (isRecommendArr[0] == 1) { $('.tabs i').show(); @@ -320,6 +320,7 @@ $('.area .area_in').on('click', 'p', function () { } else { $('.tabs i').hide(); } + rechargeUserList(countryCode); return; }) // 切换id用户按钮