diff --git a/android_debug.apk b/__UNI__AAFC50C_0531210852.apk similarity index 81% rename from android_debug.apk rename to __UNI__AAFC50C_0531210852.apk index e520e3d9a56534f6f81588de044ede0491957db3..57bc725fbb1bdb11fb6ee117b2c1b725bf1ff79f 100644 Binary files a/android_debug.apk and b/__UNI__AAFC50C_0531210852.apk differ diff --git a/teamwork/.hbuilderx/launch.json b/teamwork/.hbuilderx/launch.json index 4313b84b5f4de36928981e26eb2fed0d66dc8822..124dafbf681e5fb33fb14535f69130c025d8b7cc 100644 --- a/teamwork/.hbuilderx/launch.json +++ b/teamwork/.hbuilderx/launch.json @@ -16,7 +16,7 @@ "type" : "uniCloud" }, { - "playground" : "custom", + "playground" : "standard", "type" : "uni-app:app-android" } ] diff --git a/teamwork/App.vue b/teamwork/App.vue index 7c4ebba43d2c01ea1e540dec95a2350e2bfee49f..14510c95d1a61f25533a89d6b2ed7c7586368312 100644 --- a/teamwork/App.vue +++ b/teamwork/App.vue @@ -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, diff --git a/teamwork/pages.json b/teamwork/pages.json index 9c3d928f49c32e4b03133f9a4ac0e98f71fd4b4f..7ef4180677f66519d319810c11ddf8c83ccb798b 100644 --- a/teamwork/pages.json +++ b/teamwork/pages.json @@ -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": {