diff --git a/TUICallKit-Vue3/main.js b/TUICallKit-Vue3/main.js
index f1d13fa0..5fd1d831 100644
--- a/TUICallKit-Vue3/main.js
+++ b/TUICallKit-Vue3/main.js
@@ -1,5 +1,5 @@
import App from './App'
-var baseUrl ='https://css.zhenyangtang.com.cn/';
+var baseUrl ='https://admin.zhenyangtang.com.cn/';
// #ifndef VUE3
import Vue from 'vue'
import './uni.promisify.adaptor'
diff --git a/TUICallKit-Vue3/pages.json b/TUICallKit-Vue3/pages.json
index 4a6cf44e..69ccbfd3 100644
--- a/TUICallKit-Vue3/pages.json
+++ b/TUICallKit-Vue3/pages.json
@@ -133,10 +133,10 @@
{
"path": "pages/index",
"style": {
- "navigationBarTitleText": "日常记录",
- "navigationBarBackgroundColor": "#0ea5a4",
+ "navigationBarTitleText": "血糖记录",
+ "navigationBarBackgroundColor": "#204e2b",
"navigationBarTextStyle": "white",
- "backgroundColor": "#f1f5f9",
+ "backgroundColor": "#faf9f5",
"enablePullDownRefresh": true,
"mp-weixin": {
"usingPlugins": {
@@ -147,6 +147,16 @@
}
}
}
+ },
+ {
+ "path": "pages/more",
+ "style": {
+ "navigationBarTitleText": "日常护理",
+ "navigationBarBackgroundColor": "#204e2b",
+ "navigationBarTextStyle": "white",
+ "backgroundColor": "#faf9f5",
+ "enablePullDownRefresh": true
+ }
}
]
}
diff --git a/TUICallKit-Vue3/tongji/components/CelebrateBurst.vue b/TUICallKit-Vue3/tongji/components/CelebrateBurst.vue
index c7aa159e..75499b8e 100644
--- a/TUICallKit-Vue3/tongji/components/CelebrateBurst.vue
+++ b/TUICallKit-Vue3/tongji/components/CelebrateBurst.vue
@@ -8,7 +8,7 @@
/>
-
+
{{ title }}
{{ subtitle }}
@@ -28,7 +28,7 @@ const props = defineProps({
const particles = ref([])
const cardPop = ref(false)
-const COLORS = ['#0891B2', '#22D3EE', '#059669', '#FBBF24', '#F472B6', '#A78BFA']
+const COLORS = ['#204E2B', '#386641', '#AFE2B3', '#FBBF24', '#727970', '#DC2626']
function buildParticles() {
const list = []
@@ -129,7 +129,7 @@ watch(
margin-top: 16rpx;
font-size: 36rpx;
font-weight: 800;
- color: #164e63;
+ color: #1b1c1a;
}
.celebrate-card-sub {
position: relative;
diff --git a/TUICallKit-Vue3/tongji/components/SugarTreeGraphic.vue b/TUICallKit-Vue3/tongji/components/SugarTreeGraphic.vue
index 59b12b27..c1401c42 100644
--- a/TUICallKit-Vue3/tongji/components/SugarTreeGraphic.vue
+++ b/TUICallKit-Vue3/tongji/components/SugarTreeGraphic.vue
@@ -47,12 +47,12 @@ const treeEmoji = computed(() => (TREE_LEVELS[clampedLevel.value] || TREE_LEVELS
function buildTreeSvg(level) {
const pot = `
-
+
`
- const soil = ``
+ const soil = ``
if (level <= 0) {
return `