Commit 554ddd98 authored by wangzhujun's avatar wangzhujun

1

parent f4fd51e5
......@@ -33,17 +33,17 @@
// alert("【警告】检测到活动url中没有appID参数\n缺少该参数会导致埋点、分享、app信息获取错误。")
}
</script>
<script type="module" crossorigin src="https://yun.duiba.com.cn/db_games/spark/v3/1746971033383/assets/index-K6ZrVdky.js"></script>
<link rel="modulepreload" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1746971033383/assets/vendor-CE4sakVv.js">
<link rel="stylesheet" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1746971033383/assets/vendor-CWeaUrOh.css">
<link rel="stylesheet" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1746971033383/assets/index-BXC1AVf_.css">
<script type="module" crossorigin src="https://yun.duiba.com.cn/db_games/spark/v3/1747015131549/assets/index-wwUgXI-8.js"></script>
<link rel="modulepreload" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1747015131549/assets/vendor-Doc0WH6x.js">
<link rel="stylesheet" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1747015131549/assets/vendor-CWeaUrOh.css">
<link rel="stylesheet" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1747015131549/assets/index-BnYr42b9.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>
<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/1746971033383/assets/polyfills-legacy-C2MhNPfJ.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="https://yun.duiba.com.cn/db_games/spark/v3/1746971033383/assets/index-legacy-Cb7vAKWm.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/1747015131549/assets/polyfills-legacy-C2MhNPfJ.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="https://yun.duiba.com.cn/db_games/spark/v3/1747015131549/assets/index-legacy-DfUNnq6s.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
</body>
</html>
......
......@@ -182,15 +182,11 @@ class HomePage extends React.Component<any, any> {
id="launch-btn"
username="gh_57d1c303c3b4"
path='/pages/collectStep/collectStep'
style={{ width: '3.98rem', height: '1.87rem', position: 'absolute' }}
style={{ backgroundColor:'#000', width: '3.98rem', height: '1.87rem',top:'6.57rem', position: 'absolute' }}
onClick={() => {
console.info("点击了微信小程序")
}}
>
<template>
<style></style>
<img style={{ width: '3.98rem', height: '1.87rem', position: 'absolute' }} src="https://yun.duiba.com.cn/zhongherenshou/df17ab45-a411-45b5-8373-8bb506fd9dea.png"></img>
</template></wx-open-launch-weapp>
></wx-open-launch-weapp>
}
</div>;
......
......@@ -129,8 +129,8 @@ class Rankpage extends React.Component<{}, RankpageState> {
<span className="ranktitle"></span>
<div className="list" style={{ height: `${(689 - (1624 - document.body.clientHeight * 750 / document.body.clientWidth) / 2) / 100}rem` }}>
{
myRank.index != -1 && <div className="myinfo">
<span className="myrank">{myRank.index > 999 ? '999+' : myRank.index}</span>
rankInfos.length != 0 && <div className="myinfo">
<span className="myrank">{myRank.index == -1 ? '未上榜' : (myRank.index > 999 ? '999+' : myRank.index)}</span>
<span className="myname">{myRank.userName}(我)</span>
<span className="myscore">{myRank.score}</span>
<span className="mybg"></span>
......
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