Commit 866235d6 authored by haiyoucuv's avatar haiyoucuv

整理一下代码

parent fda0c806
......@@ -80,7 +80,7 @@ export class TaskItem extends ScrollListItem {
break;
}
case 2: {
if (isSameDay && intervalType != 1) {
if (isSameDay || intervalType != 1) {
btnSp.spriteFrame = this.doneSf;
} else {
btnSp.spriteFrame = this.tomorrowSf;
......
......@@ -90,7 +90,6 @@ export class HomeScene extends Scene {
// 因为助力成功也会给助力者发放次数 所以在首页接口前调用
await ShareCenter.ins.doAssist()
store.updateIndex();
ShareCenter.ins.getInviteCode();
}
@render
......@@ -210,6 +209,7 @@ export class HomeScene extends Scene {
/** 返回 */
clickShare = async () => {
if (!this.checkActStatus()) return false;
ShareCenter.ins.getInviteCode();
}
......
......@@ -39,7 +39,7 @@
<script src="//yun.duiba.com.cn/polaris/SVGA.Lite.v2.1.1.d3a67cbc13c591c53c6f87ab34c57ce387010374.js" crossorigin="anonymous"></script>
<script src="//yun.duiba.com.cn/aurora/assets/2403d1edf2acd15b179306b6ddaa5f0967d78a8f.js"></script>
<link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1718963608789/style.css"/>
<link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1718965518389/style.css"/>
<style>
.sui-captcha {
......@@ -94,17 +94,17 @@
</div>
<!-- Polyfills bundle. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1718963608789/src/polyfills.bundle.js" charset="utf-8"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1718965518389/src/polyfills.bundle.js" charset="utf-8"></script>
<!-- SystemJS support. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1718963608789/src/system.bundle.js" charset="utf-8"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1718965518389/src/system.bundle.js" charset="utf-8"></script>
<!-- Import map -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1718963608789/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1718965518389/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>
<script>
System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1718963608789/index.js').catch(function (err) {
System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1718965518389/index.js').catch(function (err) {
console.error(err);
})
</script>
......
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