ddd
This commit is contained in:
@@ -64,7 +64,7 @@ const Index = () => {
|
||||
if (params?.wxid || localwxid) {
|
||||
// 本地存储
|
||||
window.localStorage.setItem("wxid", params?.wxid ?? "");
|
||||
alert(params?.wxid);
|
||||
// alert(params?.wxid);
|
||||
setwxid(params?.wxid);
|
||||
if (
|
||||
!localh5openid ||
|
||||
@@ -102,7 +102,7 @@ const Index = () => {
|
||||
},
|
||||
});
|
||||
} catch (e) {
|
||||
alert(e);
|
||||
// alert(e);
|
||||
} finally {
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user