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

feat: 首页去掉产品的展示跳转+收益气泡挪挪位置

parent f9cd099e
......@@ -46,10 +46,10 @@
// alert("【警告】检测到活动url中没有appID参数\n缺少该参数会导致埋点、分享、app信息获取错误。")
}
</script>
<script type="module" crossorigin src="https://yun.duiba.com.cn/db_games/spark/v3/1752142357282/assets/index-D98w5RQA.js"></script>
<link rel="modulepreload" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1752142357282/assets/vendor-pyrxJLW_.js">
<link rel="stylesheet" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1752142357282/assets/vendor-BQh5NVNk.css">
<link rel="stylesheet" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1752142357282/assets/index-CGIF64Yp.css">
<script type="module" crossorigin src="https://yun.duiba.com.cn/db_games/spark/v3/1752474804638/assets/index-gG3YmhAW.js"></script>
<link rel="modulepreload" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1752474804638/assets/vendor-pyrxJLW_.js">
<link rel="stylesheet" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1752474804638/assets/vendor-BQh5NVNk.css">
<link rel="stylesheet" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1752474804638/assets/index-DmEGjqJL.css">
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
......@@ -57,8 +57,8 @@
<body>
<div id="root"></div>
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-polyfill" src="https://yun.duiba.com.cn/db_games/spark/v3/1752142357282/assets/polyfills-legacy-D0AVcSo7.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="https://yun.duiba.com.cn/db_games/spark/v3/1752142357282/assets/index-legacy-96exq14d.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
<script nomodule crossorigin id="vite-legacy-polyfill" src="https://yun.duiba.com.cn/db_games/spark/v3/1752474804638/assets/polyfills-legacy-D0AVcSo7.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="https://yun.duiba.com.cn/db_games/spark/v3/1752474804638/assets/index-legacy-KFTofetb.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
</body>
</html>
......@@ -71,7 +71,7 @@ export default [
"availableFunds": "10284329.43",
"totalMoney": "359998480.1",
// "realBuyJumpUrl": "anim consectetur dolor",
"totalIncome": "8390.22"
"totalIncome": "-8888390.22"
},
"checkIn": {
"totalCheckIn": 6,
......
......@@ -233,7 +233,7 @@
.canuse_popover {
width: 227px;
height: 50px;
left: 288px;
left: 360px;
top: 211px;
position: absolute;
.canuse_popover_bg {
......@@ -243,7 +243,8 @@
top: 0px;
position: absolute;
opacity: 0.5;
.sparkBg("homePage/canuse_popover_bg.png");
// .sparkBg("homePage/canuse_popover_bg.png");
.sparkBg("homePage/canuse_popover_bg_left.png");
}
.canuse_popover_text {
width: 100%;
......
......@@ -253,7 +253,7 @@ class HomePage extends React.Component<any, any> {
<span className="tab2_btn" onClick={() => this.toggleTab(2)}></span>
<div className="products_list">
{curTabProductList?.map((item, index) => (
<div className="b_product_item" key={`r_prdct_${index}`} onClick={() => this.jumpRealDetailHandle(item.realBuyJumpUrl)}>
<div className="b_product_item" key={`r_prdct_${index}`}>
<span className="b_product_name">{item.name}</span>
<div className="b_product_rate">
{!!item.rate && <span className="b_product_rate_value">{(item.rate / 100).toFixed(2)}%</span>}
......
......@@ -17,7 +17,6 @@ class Auth extends React.Component {
}
componentDidMount() {
console.info(LightSDK)
this.getUserInfo()
}
......@@ -26,7 +25,6 @@ class Auth extends React.Component {
key: "K_USERID",
component_scope: "global"
}, res => {
console.info(">>>>>>>>>>>>>>>>");
console.info("LightSDK 请求结果", res)
const uid = res.data?.result,
redirect = `${location.origin}${CFG.index}`
......@@ -35,7 +33,6 @@ class Auth extends React.Component {
uid,
sign: md5(uid + redirect + signKey)
}).then((res2) => {
console.info(">>>>>>>>>>>>>>>>");
console.info("免登 请求结果", res2)
if (res2.success) {
location.replace("https:" + res2.data)
......
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