diff --git a/App.vue b/App.vue
index 37d0a69..828a2e8 100644
--- a/App.vue
+++ b/App.vue
@@ -8,6 +8,9 @@
},
onHide: function() {
console.log('App Hide')
+ },
+ globalData: {
+ id: 1
}
}
diff --git a/apis/interfaces/gout.js b/apis/interfaces/gout.js
index 86fafea..caabd7e 100644
--- a/apis/interfaces/gout.js
+++ b/apis/interfaces/gout.js
@@ -52,6 +52,10 @@ const lastLog = type => {
// 添加尿酸值
const AddlastLog = (user_case_id, data) => {
+
+ console.log(user_case_id)
+ console.log(data)
+
return request({
url: 'gout/result/' + user_case_id + '/logs',
method: 'POST',
diff --git a/manifest.json b/manifest.json
index 79226c1..e5d18f9 100644
--- a/manifest.json
+++ b/manifest.json
@@ -73,6 +73,9 @@
"router" : {
"mode" : "history"
},
- "title" : "痛风"
+ "title" : "“锶源昆仑”天然矿泉水",
+ "devServer" : {
+ "https" : true
+ }
}
}
diff --git a/pages.json b/pages.json
index bfb0b6f..d9f822c 100644
--- a/pages.json
+++ b/pages.json
@@ -124,11 +124,6 @@
"iconPath": "static/tabBar/tabBar_icon_00.png",
"selectedIconPath": "static/tabBar/tabBar_show_00.png",
"text": "首页"
- }, {
- "pagePath": "pages/uricacid/index",
- "iconPath": "static/tabBar/tabBar_icon_01.png",
- "selectedIconPath": "static/tabBar/tabBar_show_01.png",
- "text": "记录"
}, {
"pagePath": "pages/user/index",
"iconPath": "static/tabBar/tabBar_icon_02.png",
diff --git a/pages/index/details.vue b/pages/index/details.vue
index 9d00cc0..1cbc896 100644
--- a/pages/index/details.vue
+++ b/pages/index/details.vue
@@ -6,8 +6,9 @@