提交 fdcb2133 编写于 作者: Y yyt

不出意外最终版

上级 00d08b02
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"type" : "uniCloud" "type" : "uniCloud"
}, },
{ {
"playground" : "custom", "playground" : "standard",
"type" : "uni-app:app-android" "type" : "uni-app:app-android"
} }
] ]
......
...@@ -13,11 +13,12 @@ ...@@ -13,11 +13,12 @@
getApp().globalData.type = uni.getStorageSync('type') getApp().globalData.type = uni.getStorageSync('type')
getApp().globalData.icon = uni.getStorageSync('icon') getApp().globalData.icon = uni.getStorageSync('icon')
getApp().globalData.school = uni.getStorageSync('school') getApp().globalData.school = uni.getStorageSync('school')
getApp().globalData.moblie = uni.getStorageSync('mobile') getApp().globalData.moblie = uni.getStorageSync('moblie')
getApp().globalData.gender = uni.getStorageSync('gender') getApp().globalData.gender = uni.getStorageSync('gender')
getApp().globalData.teamNameStorageCount = uni.getStorageSync('teamNameStorageCount') getApp().globalData.teamNameStorageCount = uni.getStorageSync('teamNameStorageCount')
getApp().globalData.runningRecordStorageCount = uni.getStorageSync('runningRecordStorageCount') getApp().globalData.runningRecordStorageCount = uni.getStorageSync('runningRecordStorageCount')
getApp().globalData.walkingRecordStorageCount = uni.getStorageSync('walkingRecordStorageCount') getApp().globalData.walkingRecordStorageCount = uni.getStorageSync('walkingRecordStorageCount')
console.log(111222)
} else { } else {
if (token) { if (token) {
uni.removeStorageSync('token') uni.removeStorageSync('token')
...@@ -67,6 +68,9 @@ ...@@ -67,6 +68,9 @@
name: '', name: '',
type: '', type: '',
icon: '', icon: '',
school: '',
gender: '',
moblie: '',
teamNameStorageCount: 1, teamNameStorageCount: 1,
runningRecordStorageCount: 1, runningRecordStorageCount: 1,
walkingRecordStorageCount: 1, walkingRecordStorageCount: 1,
......
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
}, },
"pages": [{ "pages": [{
"path": "pages/sport/main",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/login/login", "path": "pages/login/login",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
...@@ -64,11 +69,6 @@ ...@@ -64,11 +69,6 @@
}] }]
} }
} }
}, {
"path": "pages/sport/main",
"style": {
"navigationStyle": "custom"
}
}, { }, {
"path": "pages/sport/ranking", "path": "pages/sport/ranking",
"style": { "style": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册