From 18549d562fa007a50bcf267a610521607696e90f Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Mon, 20 Jan 2025 10:07:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=89=BE=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/index/index.vue b/pages/index/index.vue index 0fc0259..ef67373 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -97,6 +97,11 @@ console.log('cash:' + uni.getStorageSync('userInfo').userId + "" + new Date().getTime(), 'debug') // 判断ios是否审核 $common.init() + let sysInfo = uni.getSystemInfoSync() + let isIos = sysInfo.platform == 'ios' + if (isIos) { + datas.setindexdata = $common.isIosExamine + } }) let datas = reactive({ noticeList: [], //公告列表