mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-05 21:32:26 +08:00
diy
This commit is contained in:
2
App.vue
2
App.vue
@ -2318,7 +2318,7 @@
|
||||
var self = this;
|
||||
self.weixin_privacy_setting_timer = setInterval(function () {
|
||||
var page = self.get_page_url(false);
|
||||
if ('/' + page == self.data.tabbar_pages[0]) {
|
||||
if ('/' + page == self.tabbar_pages_data()[0]) {
|
||||
uni.getPrivacySetting({
|
||||
success: (res) => {
|
||||
if (res.needAuthorization) {
|
||||
|
||||
Reference in New Issue
Block a user