修改
This commit is contained in:
parent
792d8c898f
commit
8678a7ca0b
@ -54,7 +54,7 @@
|
||||
methods: {
|
||||
showToast() {
|
||||
this.$refs.uToast.show({
|
||||
message: '暂无报告',
|
||||
title: '暂无报告',
|
||||
type: 'error'
|
||||
})
|
||||
},
|
||||
@ -82,7 +82,7 @@
|
||||
fail: function(err) {
|
||||
uni.hideLoading();
|
||||
that.$refs.uToast.show({
|
||||
message: '请求报告失败',
|
||||
title: '请求报告失败',
|
||||
type: 'error'
|
||||
})
|
||||
}
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
}
|
||||
} else {
|
||||
this.$refs.uToast.show({
|
||||
message: "登录失败",
|
||||
title: "登录失败",
|
||||
type: 'error',
|
||||
duration: '5000'
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user