Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -1123,7 +1123,7 @@ onMounted(async () => { | ... | @@ -1123,7 +1123,7 @@ onMounted(async () => { |
| 1123 | showToast: false, | 1123 | showToast: false, |
| 1124 | autoRedirect: false | 1124 | autoRedirect: false |
| 1125 | }) | 1125 | }) |
| 1126 | - | 1126 | + |
| 1127 | // 如果没有权限,显示确认弹窗 | 1127 | // 如果没有权限,显示确认弹窗 |
| 1128 | if (!hasPermission) { | 1128 | if (!hasPermission) { |
| 1129 | Taro.showModal({ | 1129 | Taro.showModal({ |
| ... | @@ -1139,13 +1139,13 @@ onMounted(async () => { | ... | @@ -1139,13 +1139,13 @@ onMounted(async () => { |
| 1139 | }) | 1139 | }) |
| 1140 | } else { | 1140 | } else { |
| 1141 | // 用户点击关闭,返回上一页 | 1141 | // 用户点击关闭,返回上一页 |
| 1142 | - Taro.navigateBack() | 1142 | + // Taro.navigateBack() |
| 1143 | } | 1143 | } |
| 1144 | } | 1144 | } |
| 1145 | }) | 1145 | }) |
| 1146 | return | 1146 | return |
| 1147 | } | 1147 | } |
| 1148 | - | 1148 | + |
| 1149 | // 加载基础数据 | 1149 | // 加载基础数据 |
| 1150 | await Promise.all([ | 1150 | await Promise.all([ |
| 1151 | loadSchools(), | 1151 | loadSchools(), | ... | ... |
-
Please register or login to post a comment