From 36e9335b2f472abffdadd08cf177f67f3dd00026 Mon Sep 17 00:00:00 2001
From: Candice <2675190448@qq.com>
Date: Wed, 13 Aug 2025 16:22:15 +0800
Subject: [PATCH] initIndex
---
components/diamondLine/diamondLine.vue | 46 ++
components/triangleTag/triangleTag.vue | 87 +++
pages/index/index.vue | 753 ++++++++++++++++++++++++-
pages/my/index.vue | 5 +-
static/flightening.png | Bin 0 -> 1460 bytes
static/giftIcon.png | Bin 0 -> 433 bytes
static/index/codeIcon.png | Bin 0 -> 1579 bytes
static/index/goShop.png | Bin 0 -> 2743 bytes
static/index/goSign.png | Bin 0 -> 3412 bytes
static/index/indexBG.png | Bin 0 -> 164500 bytes
static/index/userIcon.png | Bin 0 -> 2002 bytes
static/rightCircle.png | Bin 0 -> 1028 bytes
static/starIcon.png | Bin 0 -> 940 bytes
static/tag.png | Bin 0 -> 4874 bytes
static/test/test1.png | Bin 0 -> 270067 bytes
15 files changed, 887 insertions(+), 4 deletions(-)
create mode 100644 components/diamondLine/diamondLine.vue
create mode 100644 components/triangleTag/triangleTag.vue
create mode 100644 static/flightening.png
create mode 100644 static/giftIcon.png
create mode 100644 static/index/codeIcon.png
create mode 100644 static/index/goShop.png
create mode 100644 static/index/goSign.png
create mode 100644 static/index/indexBG.png
create mode 100644 static/index/userIcon.png
create mode 100644 static/rightCircle.png
create mode 100644 static/starIcon.png
create mode 100644 static/tag.png
create mode 100644 static/test/test1.png
diff --git a/components/diamondLine/diamondLine.vue b/components/diamondLine/diamondLine.vue
new file mode 100644
index 0000000..5e8ed10
--- /dev/null
+++ b/components/diamondLine/diamondLine.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/components/triangleTag/triangleTag.vue b/components/triangleTag/triangleTag.vue
new file mode 100644
index 0000000..1924060
--- /dev/null
+++ b/components/triangleTag/triangleTag.vue
@@ -0,0 +1,87 @@
+
+
+
+
+ {{ text }}
+
+
+
+
+
+
+
diff --git a/pages/index/index.vue b/pages/index/index.vue
index b091f75..aa04477 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,15 +1,764 @@
-
- hsdfjkhsk
+
+
+
+
+
+
+
+
+
+
+ 力仁数科
+
+
+ 135****5555
+
+
+
+
+
+
+
+
+
+ 我的积分
+ 积分余额
+ 23900 积分
+
+
+
+
+
+
+ 每日签到
+ 每日签到即可获得积分
+
+
+
+
+
+ 积分商城
+ 为您提供各种热门积分好礼
+
+
+
+
+
+
+
+
+ 购物商城
+
+
+ 查看更多>
+
+
+
+ 热销榜单
+ 臻选品质好物
+
+
+
+
+
+
+ 销量榜
+
+ 破解传统赋码困境
+ 赋能企业智能升级
+ 2400人购买
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 智能产线升级改造配套方案定制
+
+ ¥12333
+ ¥12333
+
+
+
+
+
+
+
+
+
+
+
+ 积分商城
+
+
+ 查看更多>
+
+
+
+ 兑换最多
+ 限量供应 先到先得
+
+ 新秀丽大容量拉杆箱
+
+ 抢购价
+
+
+
+ 20000000积分
+
+
+
+
+ 推荐兑换
+
+
+
+
+ 东方红时间跨度混分巨兽黄大发圣诞节回复会计师
+ 20000 积分
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 智能产线升级改造配套方案定制
+ 仅可兑换一次
+
+ 1222积分
+
+
+
+
+
+
+
+
+
+
+ 热门兑换
+ 限量供应 先到先得
+
+
+
+
+
+ sjshdsfs,m
+ 剩余123份可兑换
+
+
+
+
+ 3000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 企业资讯
+
+
+ 查看更多>
+
+
+
+
+
diff --git a/pages/my/index.vue b/pages/my/index.vue
index 240e6f7..d9a0372 100644
--- a/pages/my/index.vue
+++ b/pages/my/index.vue
@@ -106,7 +106,7 @@
签到日历
-
+
查看更多
@@ -136,7 +136,8 @@ import { ref } from 'vue'
import { useIndexStore } from '../../store';
const indexStore = useIndexStore()
-const selectedList = ref([{date: '2025-08-07', info: '+10', data: { custom: '自定义信息', name: '自定义消息头' }}])
+const selectedList = ref([{date: '2025-08-07', info: '+10', data: { custom: '自定义信息', name: '自定义消息头' }},
+ {date: '2025-08-13', info: '已签到', data: { custom: '自定义信息', name: '自定义消息头' }}])