提交 4276f938 编写于 作者: M mahaifeng

[provider]移除无效代码

上级 840b9322
......@@ -159,16 +159,6 @@
uni.showLoading({
title: '定位中'
})
console.log("provider", this.providerList[this.currentProvider].id)
let locationProvider = this.providerList[this.currentProvider]
if (locationProvider.provider?.isAppExist == false && 'tencent' == locationProvider.provider?.id) {
uni.showToast({
title: '需要打自定义基座',
icon: "error"
})
return
}
uni.getLocation(({
provider: this.providerList[this.currentProvider].id,
type: this.items[this.current].value,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册