Skip to content

Commit 7567291

Browse files
committed
[feature]修改扫码登录提示语
1 parent 17b9f82 commit 7567291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ Authing.prototype = {
11971197
}, interval);
11981198
}
11991199

1200-
var tip = genTip(tips || "搜索小程序 <strong>身份管家</strong> 扫码登录");
1200+
var tip = genTip(tips || "使用 <strong>微信</strong> 或小程序 <strong>身份管家</strong> 扫码登录");
12011201

12021202
qrcodeWrapper.appendChild(qrcodeImage);
12031203
qrcodeWrapper.appendChild(tip);

0 commit comments

Comments
 (0)