@@ -53,8 +53,15 @@ export default {
},
methods: {
__init() {
+ this.$toast.loading({
+ duration: 0,
+ message: '加载中...',
+ forbidClick: true,
+ loadingType: 'spinner'
+ })
sysTenantAccountGet().then(res => {
let result = res.data
+ this.$toast.clear()
if(result.code == 200) {
let tempResult = result.data
if(tempResult) {
@@ -104,8 +104,15 @@ export default {
getStuAndTeaReview({ courseId: this.courseId}).then(res => {