From 9dd1ad28307970edbb81cabc050bb9b49bd1aa1f Mon Sep 17 00:00:00 2001 From: yujiacong <1016029365@qq.com> Date: Thu, 25 Sep 2025 16:21:16 +0800 Subject: [PATCH] =?UTF-8?q?vip=20-=20=E8=B4=AD=E4=B9=B0=E4=B9=8B=E5=90=8E?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E5=AE=A2=E6=88=B7=E7=AB=AF=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/modules/vip_Center/js/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/view/molistar/modules/vip_Center/js/index.js b/view/molistar/modules/vip_Center/js/index.js index 639da539..3da4eda9 100644 --- a/view/molistar/modules/vip_Center/js/index.js +++ b/view/molistar/modules/vip_Center/js/index.js @@ -202,6 +202,11 @@ $('.payPopup .payPopup_warp .pay_btn').click(function () { $('.payPopup').hide() if (res.code == 200) { renderImgOption() + if (browser.android) { + window.androidJsObj.updateCurrentUserInfo() + } else { + window.webkit.messageHandlers.updateCurrentUserInfo.postMessage(null) + } } else { // toastMsg(res.message); $('.custom-dialog .dialog-content .dialog-title').text(res.message)