删除debugger

This commit is contained in:
小朱 2025-04-18 17:25:14 +08:00
parent 1732c2eb38
commit b362c2ff2f
2 changed files with 2 additions and 4 deletions

View File

@ -663,7 +663,6 @@
const makeACall = (phoneNumber) => {
debugger
uni.makePhoneCall({
phoneNumber: phoneNumber,
success: () => {},

View File

@ -89,7 +89,6 @@
"get")
.then((info) => {
isloading.value = false;
debugger;
if (info.code == 200) {
openid.value = wx.data;
uni.setStorageSync('wechat_user', info.data);