feat(defaultSharePage): rm loading
This commit is contained in:
parent
c030eded16
commit
c19a05796d
|
@ -100,8 +100,6 @@ export default {
|
|||
},
|
||||
|
||||
async sharePage() {
|
||||
uni.showLoading({ title: '加载中...', mask: true })
|
||||
|
||||
try {
|
||||
this.shareButtonShow = false
|
||||
await this.$nextTick()
|
||||
|
|
Loading…
Reference in New Issue