修复code二维码长按识别调整开通vip后返回页面

This commit is contained in:
唐明明
2021-09-29 17:53:14 +08:00
parent c0ef649ff5
commit e76c84789b
4 changed files with 26 additions and 12 deletions

View File

@@ -26,9 +26,13 @@
},
created() {
managesCategory().then(res => {
console.log(res)
this.loding = false
this.category = res
}).catch(err => {
uni.showToast({
title: err.message,
icon : 'none'
})
})
},
methods:{