chore(util): 格式化util.js

This commit is contained in:
2026-01-13 14:39:22 +08:00
parent b043601a77
commit ee8c24cdf8

View File

@@ -628,7 +628,6 @@ export default {
} else if (link.appid) {
// 跳转其他小程序
uni.navigateToMiniProgram({
appId: link.appid,
path: link.page
@@ -636,7 +635,6 @@ export default {
} else if (link.name == 'MOBILE' && !link.wap_url) {
// 拨打电话
uni.makePhoneCall({
phoneNumber: link.mobile,
success: (res) => {
@@ -1180,7 +1178,7 @@ export default {
// 但是会包含uniacid参数所以这里通过uniacid参数来判断是否为快应用环境
_isQuickApp = ua.indexOf('uniacid=') !== -1;
}
} catch (e) {}
} catch (e) { }
if (!_isQuickApp) {
const systemInfo = this.getDeviceInfo();