提交 fdcb2133 编写于 作者: Y yyt

不出意外最终版

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