diff --git a/package-lock.json b/package-lock.json
index 88ca34b..f939534 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -172,6 +172,11 @@
"resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
"integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo="
},
+ "moment": {
+ "version": "2.29.1",
+ "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz",
+ "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ=="
+ },
"randombytes": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
@@ -211,4 +216,4 @@
"integrity": "sha512-ETW44IqCgBpVomy520DT5jf8n0zoCac+sxWnn+hMe/CzaSejb/eVw2YToiXYX+Ex/AuHHia28vWTq4goAexFbw=="
}
}
-}
\ No newline at end of file
+}
diff --git a/package.json b/package.json
index d94311f..429be0a 100644
--- a/package.json
+++ b/package.json
@@ -23,4 +23,4 @@
},
"author": "唐明明",
"license": "ISC"
-}
\ No newline at end of file
+}
diff --git a/pages.json b/pages.json
index a97dd07..daa3269 100644
--- a/pages.json
+++ b/pages.json
@@ -27,8 +27,8 @@
"path": "pages/record/index",
"name": "Record",
"style": {
- "navigationBarTitleText": "记录",
- "navigationStyle": "custom"
+ "navigationBarTitleText": "记录"
+ // "navigationStyle": "custom"
}
},
{
@@ -739,17 +739,17 @@
"selectedIconPath": "static/tabBar/tabBar_show_00.png",
"pagePath": "pages/index/index",
"text": "健康"
+ },
+ {
+ "iconPath": "static/tabBar/tabBar_02.png",
+ "selectedIconPath": "static/tabBar/tabBar_show_02.png",
+ "pagePath": "pages/store/index",
+ "text": "好物"
},
{
"iconPath": "static/tabBar/tabBar_01.png",
"selectedIconPath": "static/tabBar/tabBar_show_01.png",
"pagePath": "pages/service/index",
- "text": "服务"
- },
- {
- "iconPath": "static/tabBar/tabBar_02.png",
- "selectedIconPath": "static/tabBar/tabBar_show_02.png",
- "pagePath": "pages/store/index",
"text": "生活"
},
{
diff --git a/pages/im/index.vue b/pages/im/index.vue
index 9e8ee58..9140551 100644
--- a/pages/im/index.vue
+++ b/pages/im/index.vue
@@ -44,6 +44,10 @@
+
+
+ 临时记录
+
diff --git a/pages/record/foods.vue b/pages/record/foods.vue
index 9f65821..9c45b18 100644
--- a/pages/record/foods.vue
+++ b/pages/record/foods.vue
@@ -141,11 +141,7 @@