优化登录失效判断

pull/463/MERGE
Karson 2024-04-02 15:07:04 +08:00
parent 76024147aa
commit 0de3858c90
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template', 'cookie']
//如果登录已经超时,重新提醒登录
if (uid && uid != ret.data.uid) {
Controller.api.userinfo.set(null);
$(".operate[data-name='" + name + "'] .btn-install").trigger("click");
$(".operate[data-name='" + name + "'] .btn-install:first").trigger("click");
return;
}
top.Fast.api.open(ret.data.payurl, __('Pay now'), {