1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19:31 +08:00

update: 删除分享配置,使用微信默认的分享机制

This commit is contained in:
小莫唐尼
2024-06-26 23:41:00 +08:00
parent 66a39dd723
commit 4d0901b650
5 changed files with 49 additions and 147 deletions
-12
View File
@@ -42,18 +42,6 @@ export default {
}
}
},
watch: {
haloConfig: {
deep: true,
immediate: true,
handler(newVal) {
if (!newVal) return;
// #ifdef MP-WEIXIN
uni.$tm.vx.commit('setWxShare', newVal.shareConfig);
// #endif
}
}
},
onLoad() {
this.fnResetSetAniWaitIndex()
},