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) => {