Commit c70a3db4 authored by 俞嘉婷's avatar 俞嘉婷

feat: 首页登录弹窗触发

parent 79c62416
......@@ -63,6 +63,6 @@ if (CFG.env == "test") {
}
if (!getUrlParam("appID")) {
// alert("【警告】检测到活动url中没有appID参数\n缺少该参数会导致埋点、分享、app信息获取错误。")
}</script><link href="//yun.duiba.com.cn/spark/v2/temp_base/1742204333658/styles/vendors.3c1e7ffdf700925bf39c.css" rel="stylesheet"><link href="//yun.duiba.com.cn/spark/v2/temp_base/1742204333658/styles/main.3c1e7ffdf700925bf39c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>"use strict";
}</script><link href="//yun.duiba.com.cn/spark/v2/temp_base/1742262134040/styles/vendors.b53bde636bfa228e3285.css" rel="stylesheet"><link href="//yun.duiba.com.cn/spark/v2/temp_base/1742262134040/styles/main.b53bde636bfa228e3285.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>"use strict";
CFG.___G___ = 'origin%09git%40gitlab2.dui88.com%3Asparkprojects%2F20250310_RBSpringOuting.git%20(fetch)%3Borigin%09git%40gitlab2.dui88.com%3Asparkprojects%2F20250310_RBSpringOuting.git%20(push)%3Bmaster%3Bhaiyoucuv%3B';</script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1742204333658/js/runtime-main.7c3ab04b.js" crossorigin="anonymous"></script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1742204333658/js/vendors.bc2b1502.js" crossorigin="anonymous"></script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1742204333658/js/main.ef5c5eb2.js" crossorigin="anonymous"></script></body></html>
\ No newline at end of file
CFG.___G___ = 'yujiating%3Bmaster%3Borigin%09git%40gitlab2.dui88.com%3Asparkprojects%2F20250310_RBSpringOuting.git%20(fetch)%3Borigin%09git%40gitlab2.dui88.com%3Asparkprojects%2F20250310_RBSpringOuting.git%20(push)%3B';</script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1742262134040/js/runtime-main.75c24ef8.js" crossorigin="anonymous"></script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1742262134040/js/vendors.bc2b1502.js" crossorigin="anonymous"></script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1742262134040/js/main.6dd5a116.js" crossorigin="anonymous"></script></body></html>
\ No newline at end of file
{"numOfComponents":5048,"numOfProject":4154}
\ No newline at end of file
{"numOfComponents":5048,"numOfProject":4159}
\ No newline at end of file
......@@ -10,5 +10,5 @@ module.exports ={
"IMAGE_Q2": 0.8,
"RES_PATH": "/src/assets/",
"RES_PATH_PROD": "//yun.duiba.com.cn/spark/v2/temp_base/1742204313154",
"JS_PATH_PROD": "https://yun.duiba.com.cn/spark/v2/temp_base/1742204333658/js"
"JS_PATH_PROD": "https://yun.duiba.com.cn/spark/v2/temp_base/1742262134040/js"
}
\ No newline at end of file
......@@ -15,6 +15,7 @@ import shareStore from "@src/store/share";
import musicStore from "@src/store/musicStore";
import MusicBtn from "@src/components/MusicBtn/MusicBtn";
import API from "@src/api";
import { isWeChat } from "@src/utils/share";
@observer
......@@ -28,7 +29,9 @@ class Userhomepage extends React.Component {
};
async componentDidMount() {
if (isWeChat()) {
if (!await store.checkBindStatus()) return;
}
// modalStore.pushPop("AssistSucPanel");
await store.getHomeInfo();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment