From ce44170338569b806c13fa2405af3eb5ddb4d3c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B7=A6=E5=93=A5?= <17630302050@163.com>
Date: Thu, 13 Nov 2025 22:53:09 +0800
Subject: [PATCH] 1223
---
manifest.json | 2 +-
pages.json | 8 +-
pages/create/index.vue | 235 +++++++-
pages/distribution/index.vue | 931 +++++++++++++++++++++++++++++-
pages/index/index.vue | 2 +-
pages/my/editInfo/index.vue | 268 +++++++++
pages/my/index.vue | 1053 +++++++++++++++++++++++++++++++++-
pages/subscribe/index.vue | 393 ++++++++++++-
8 files changed, 2878 insertions(+), 14 deletions(-)
create mode 100644 pages/my/editInfo/index.vue
diff --git a/manifest.json b/manifest.json
index a70c001..a00f5eb 100644
--- a/manifest.json
+++ b/manifest.json
@@ -50,7 +50,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "",
+ "appid" : "wx26ad074017e1e63f",
"setting" : {
"urlCheck" : false
},
diff --git a/pages.json b/pages.json
index 098f192..f220bff 100644
--- a/pages.json
+++ b/pages.json
@@ -1,5 +1,5 @@
{
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
+ "pages": [
{
"path": "pages/index/index",
"style": {
@@ -30,6 +30,12 @@
"style": {
"navigationBarTitleText": "我的"
}
+ },
+ {
+ "path": "pages/my/editInfo/index",
+ "style": {
+ "navigationBarTitleText": "编辑信息"
+ }
}
],
"globalStyle": {
diff --git a/pages/create/index.vue b/pages/create/index.vue
index 910471a..35b0c63 100644
--- a/pages/create/index.vue
+++ b/pages/create/index.vue
@@ -1,11 +1,240 @@
-
-
+
+
+
+
+
+
+
+
+ {{ option.title }}
+
+ {{ option.description }}
+
+
+
+ {{ tag }}
+
+
+
+ +
+ 立即创建
+
+
+
+
-
\ No newline at end of file
diff --git a/pages/distribution/index.vue b/pages/distribution/index.vue
index 910471a..7cd9f33 100644
--- a/pages/distribution/index.vue
+++ b/pages/distribution/index.vue
@@ -1,11 +1,936 @@
-
-
+
+
+
+
+
+
+
+ 数据概览
+
+
+
+ 今日佣金
+ ¥{{ overview.today.amount }}
+ +{{ overview.today.growth }}%
+
+
+ 团队人数
+ {{ overview.team.total }}
+ 活跃 {{ overview.team.active }}
+
+
+ 本月订单
+ {{ overview.orders }}
+
+
+ 月度营收
+ ¥{{ overview.revenue }}
+
+
+ 转化率
+ {{ overview.conversion.rate }}%
+ {{ overview.conversion.remark }}
+
+
+
+
+
+
+ {{ tab }}
+
+
+
+
+
+
+
+ 团队成员
+
+ {{ teamMembers.length }} 人
+
+
+
+
+
+
+
+ 订单
+ {{ member.orders }}
+
+
+ 佣金
+ ¥{{ member.commission }}
+
+
+
+
+ {{ member.growth > 0 ? '+' : '' }}{{ member.growth }}%
+ >
+
+
+
+
+
+
+
+ 成就进度
+
+
+
+
+
+
+
+
+ {{ achievement.description }}
+
+
+
+
+
+
+ {{ achievement.current }} / {{ achievement.goal }}
+
+
+
+ 解锁奖励
+ {{ achievement.reward }}
+
+
+
+
+
+
+ i
+ 佣金结算说明
+
+
+
+
+
+ {{ rule.icon }}
+
+
+ {{ rule.title }}
+ {{ rule.description }}
+
+
+
+
+
+
+
+
+ 佣金明细
+
+
+
+
+ 来自: {{ detail.customer }}
+ {{ detail.time }}
+
+ +¥{{ detail.amount }}
+
+
+
-
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
index b7d1864..e23d774 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -230,7 +230,7 @@
}
-
diff --git a/pages/my/index.vue b/pages/my/index.vue
index 910471a..13ff2ee 100644
--- a/pages/my/index.vue
+++ b/pages/my/index.vue
@@ -1,11 +1,1060 @@
-
+
+
+
+
+
+ {{ item.icon }}
+ {{ item.value }}
+ {{ item.label }}
+
+
+
+
+
+
+ {{ tab }}
+
+
+
+
+ 本月数据
+
+
+ {{ item.label }}
+
+ {{ item.value }}
+
+
+
+
+
+
+
+
+
+ {{ order.no }}
+
+ {{ order.type }}
+ {{ order.status }}
+
+ {{ order.date }}
+
+
+ 60x60
+
+ {{ order.product }}
+ {{ order.spec }}
+
+
+
+
+
+
+
+
+
+ 150x150
+
+
+ {{ favorite.title }}
+ ♡
+
+
+ ⭐ {{ favorite.rating }}
+ ({{ favorite.count }})
+
+
+ {{ favorite.price }}
+ {{ favorite.origin }}
+
+
+
+
+
+
+
+
+
+ {{ achievement.icon }}
+
+
+ {{ achievement.title }}
+ {{ achievement.desc }}
+
+
+
+
+ {{ achievement.progressText }}
+
+ 奖励:{{ achievement.reward }}
+
+
+ {{ achievement.trophy }}
+
+
+
+
+ 账户设置
+
+
+
+ {{ item.icon }}
+
+ {{ item.title }}
+ {{ item.desc }}
+
+
+ ›
+
+
+
+
+ 其他设置
+
+
+
+ {{ item.icon }}
+
+ {{ item.title }}
+ {{ item.desc }}
+
+
+ ›
+
+
+
+ 退出登录
+
+
+ 快捷功能
+
+
+ {{ action.icon }}
+ {{ action.label }}
+
+
+
+
-
\ No newline at end of file
diff --git a/pages/subscribe/index.vue b/pages/subscribe/index.vue
index 910471a..ee0653e 100644
--- a/pages/subscribe/index.vue
+++ b/pages/subscribe/index.vue
@@ -1,11 +1,398 @@
-
-
+
+
+
+
+
+
+
+ 盲盒订阅
+ 每月惊喜,专属香氛体验
+
+
+
+ 当前等级
+ {{ memberInfo.level }}
+
+
+ 下次配送
+ {{ memberInfo.nextDelivery }}
+
+
+ 已解锁
+ {{ memberInfo.unlocked }}种
+
+
+
+
+
+ {{ tab.label }}
+
+
+
+
+
+
+
+
+
+ 会员权益
+
+
+
+ {{ benefit }}
+
+
+
+
+
+ 订阅特色
+
+
+ {{ tag }}
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file