@@ -137,7 +137,8 @@ export default {
constant: this.$constant,
popupShow: false,
stepIndex: 0,
- wxInfo: {}
+ wxInfo: {},
+ loginShow: false
}
},
computed: {
@@ -86,7 +86,11 @@ export async function getCheckLogin() {
// return false
location.href = `${CONSTANT.hostUrl}/auth/prepare?url=${encodeURIComponent(getMiniAppUrl(option, true))}`
} else {
- this.$msg('请用微信浏览器打开!')
+ uni.showToast({
+ title: '请用微信浏览器打开!',
+ icon: 'none',
+ mask: true
+ })
// #endif
// #ifndef H5