diff --git a/Yi.Bbs.Vue3/src/assets/wechat/mini.jpg b/Yi.Bbs.Vue3/src/assets/wechat/mini.jpg
new file mode 100644
index 00000000..cfd6ed61
Binary files /dev/null and b/Yi.Bbs.Vue3/src/assets/wechat/mini.jpg differ
diff --git a/Yi.Bbs.Vue3/src/layout/AppHeader.vue b/Yi.Bbs.Vue3/src/layout/AppHeader.vue
index 0596c38a..3a1c3755 100644
--- a/Yi.Bbs.Vue3/src/layout/AppHeader.vue
+++ b/Yi.Bbs.Vue3/src/layout/AppHeader.vue
@@ -12,8 +12,8 @@
主页
开始
- 开始
+ 数字藏品
商城
@@ -234,10 +234,10 @@ const enterStart = () => {
}
const enterWatermelon=()=>{
- alert("真即将发布,敬请期待~")
+ router.push("/dc");
}
const enterShop=()=>{
- alert("真即将发布,敬请期待~")
+ router.push("/shop");
}
diff --git a/Yi.Bbs.Vue3/src/layout/activity/components/ActivityNav.vue b/Yi.Bbs.Vue3/src/layout/activity/components/ActivityNav.vue
index d7491165..755eaff3 100644
--- a/Yi.Bbs.Vue3/src/layout/activity/components/ActivityNav.vue
+++ b/Yi.Bbs.Vue3/src/layout/activity/components/ActivityNav.vue
@@ -35,11 +35,15 @@
排行榜
-
+
- 商城(即将上线)
+ 商城
+
+
+
+ 数字藏品
diff --git a/Yi.Bbs.Vue3/src/router/index.js b/Yi.Bbs.Vue3/src/router/index.js
index c2669e12..b50fd30a 100644
--- a/Yi.Bbs.Vue3/src/router/index.js
+++ b/Yi.Bbs.Vue3/src/router/index.js
@@ -128,6 +128,14 @@ const router = createRouter({
title: "商城",
},
},
+ {
+ name:"dc",
+ path:"/dc",
+ component: () => import("../views/dc/Index.vue"),
+ meta: {
+ title: "数字藏品",
+ },
+ },
],
},
{
diff --git a/Yi.Bbs.Vue3/src/views/dc/Index.vue b/Yi.Bbs.Vue3/src/views/dc/Index.vue
new file mode 100644
index 00000000..fb78c9cd
--- /dev/null
+++ b/Yi.Bbs.Vue3/src/views/dc/Index.vue
@@ -0,0 +1,12 @@
+
+
+
+
+
数字藏品活动,在意社区官方小程序中,欢迎体验:
+
微信小程序:
+

+
+
+
+
\ No newline at end of file
diff --git a/Yi.Bbs.Vue3/src/views/home/Index.vue b/Yi.Bbs.Vue3/src/views/home/Index.vue
index 5b6413f1..8ec3e3c9 100644
--- a/Yi.Bbs.Vue3/src/views/home/Index.vue
+++ b/Yi.Bbs.Vue3/src/views/home/Index.vue
@@ -22,7 +22,7 @@ margin: 10px auto;">
公正、法治、爱国、敬业、诚信、友善
- 点击关注-最新上线《意.Net官方微信公众号》 ,分享有深度的.Net知识,希望能帮助大家
+ 点击关注-最新上线《意.Net官方微信小程序》 ,火爆活动:数字藏品已开放
@@ -107,10 +107,10 @@ margin: 10px auto;">
- 你好,很高兴今天又遇到你呀~
+ 今天,来一发数字藏品试试?~
-
+
@@ -219,10 +219,15 @@ margin: 10px auto;">
-
+
+
+
微信小程序:
+

+
+
微信公众号:
@@ -301,6 +306,12 @@ const activeList = [
{name: "排行榜", path: "/money", icon: "Money"},
{name: "开始", path: "/start", icon: "Position"},
{name: "聊天室", path: "/chat", icon: "ChatRound"},
+
+
+ {name: "商城", path: "/shop", icon: "ShoppingCart"},
+ {name: "数字藏品", path: "/dc", icon: "Trophy"},
+ // {name: "小程序", path: "/", icon: "Position"},
+ // {name: "公众号", path: "/", icon: "ChatRound"},
];
const isIcp = import.meta.env.VITE_APP_ICP === "true";
@@ -617,7 +628,7 @@ const onClickToWeChat = () => {
.active {
display: flex;
- justify-content: space-between;
+ justify-content: flex-start;
align-items: center;
color: #8a919f;