diff --git a/pages/market/clue/add_clues.vue b/pages/market/clue/add_clues.vue index b1f8a47..561f3f8 100644 --- a/pages/market/clue/add_clues.vue +++ b/pages/market/clue/add_clues.vue @@ -10,48 +10,57 @@ 基础信息 - - - 点击选择 - {{ result_leixing }} - - - - 点击选择 - {{ result_date }} - - - - - - - 点击选择 - {{ result_student }} - - - - 点击选择 - {{ result_status }} - - - - 点击选择 - {{ result_intention }} - - - + + + + + + + + + 点击选择 + + {{ result_date }} + + + + + + + + + 点击选择 + + {{ result_student }} + + + + + 点击选择 + + {{ result_status }} + + + + + 点击选择 + + {{ result_intention }} + + + diff --git a/pages/student/login/login.vue b/pages/student/login/login.vue index 4c2341d..4b24eea 100644 --- a/pages/student/login/login.vue +++ b/pages/student/login/login.vue @@ -73,7 +73,7 @@ uni.setStorageSync('token', res.data.token); let userType = res.data.userType - // userType = 1 + userType = 2//测试完注释本行 uni.setStorageSync('userType', userType); uni.setStorageSync('tabBerIndex', 0);