diff --git a/pages-activity/activity/welfare/detail.vue b/pages-activity/activity/welfare/detail.vue new file mode 100644 index 0000000..2f93bca --- /dev/null +++ b/pages-activity/activity/welfare/detail.vue @@ -0,0 +1,417 @@ + + + + + diff --git a/pages-activity/activity/welfare/index.vue b/pages-activity/activity/welfare/index.vue new file mode 100644 index 0000000..8078a7e --- /dev/null +++ b/pages-activity/activity/welfare/index.vue @@ -0,0 +1,108 @@ + + + + + diff --git a/pages.json b/pages.json index a70878e..ad5cd86 100755 --- a/pages.json +++ b/pages.json @@ -36,38 +36,50 @@ { "root": "pages-activity", "pages": [ - { - "path": "activity/yifanshang/index", - "style": { - "navigationBarTitleText": "一番赏" + { + "path": "activity/yifanshang/index", + "style": { + "navigationBarTitleText": "一番赏" + } + }, + { + "path": "activity/wuxianshang/index", + "style": { + "navigationBarTitleText": "无限赏" + } + }, + { + "path": "activity/duiduipeng/index", + "style": { + "navigationBarTitleText": "对对碰" + } + }, + { + "path": "activity/list/index", + "style": { + "navigationBarTitleText": "活动列表" + } + }, + { + "path": "activity/pata/index", + "style": { + "navigationBarTitleText": "爬塔" + } + }, + { + "path": "activity/welfare/index", + "style": { + "navigationBarTitleText": "福利活动" + } + }, + { + "path": "activity/welfare/detail", + "style": { + "navigationBarTitleText": "活动详情" + } } - }, - { - "path": "activity/wuxianshang/index", - "style": { - "navigationBarTitleText": "无限赏" - } - }, - { - "path": "activity/duiduipeng/index", - "style": { - "navigationBarTitleText": "对对碰" - } - }, - { - "path": "activity/list/index", - "style": { - "navigationBarTitleText": "活动列表" - } - }, - { - "path": "activity/pata/index", - "style": { - "navigationBarTitleText": "爬塔" - } - } - ] - }, + ] + }, { "root": "pages-user", "pages": [ @@ -289,4 +301,4 @@ "__usePrivacyCheck__": true }, "uniIdRouter": {} -} \ No newline at end of file +} diff --git a/pages/index/index.vue b/pages/index/index.vue index 08ce6b5..fae0c1c 100755 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -61,12 +61,11 @@ - - + - 一番赏 - 欧皇擂台 - + 对对碰 + 碰一碰消除 + @@ -80,10 +79,10 @@ - - 对对碰 - 碰一碰消除 - + + 一番赏 + 欧皇擂台 + @@ -92,6 +91,12 @@ + + 福利活动 + 日周月福利 + + + 排行榜 扫雷战绩榜 @@ -774,16 +779,28 @@ export default { background: $gradient-gold; /* 质感金渐变 */ } -.card-match { - background: linear-gradient(135deg, #FF9A9E 0%, #FECFEF 100%); /* 柔和粉 */ +.card-yifan-small { + background: linear-gradient(135deg, $brand-primary 0%, $brand-secondary 100%); } -.card-match .card-title-small { color: $accent-pink; } +.card-yifan-small .card-title-small { color: #fff; } +.card-yifan-small .card-subtitle-small { color: rgba(255,255,255,.85); } + +.card-match { + background: linear-gradient(135deg, #FF9A9E 0%, #FECFEF 100%); +} +.card-match .card-title-large { color: #fff; } +.card-match .card-tag-large { color: $accent-pink; } .card-tower { background: linear-gradient(135deg, #FFE0CC 0%, #FFCBA4 100%); /* 品牌橙暖色 */ } .card-tower .card-title-small { color: $brand-primary; } +.card-welfare { + background: linear-gradient(135deg, #D1FAE5 0%, #A7F3D0 100%); +} +.card-welfare .card-title-small { color: #047857; } + .card-more { background: linear-gradient(135deg, $bg-secondary 0%, #E5E7EB 100%); /* 金属灰 */ } diff --git a/utils/request.js b/utils/request.js index 53a64bb..1fa68e4 100755 --- a/utils/request.js +++ b/utils/request.js @@ -1,5 +1,5 @@ -// const BASE_URL = 'http://127.0.0.1:9991' -const BASE_URL = 'https://kdy.1024tool.vip' +const BASE_URL = 'http://127.0.0.1:9991' +// const BASE_URL = 'https://kdy.1024tool.vip' let authModalShown = false function handleAuthExpired() {