解决小程序上传时出现的问题。
This commit is contained in:
@@ -62,8 +62,7 @@
|
||||
let cdbRef;
|
||||
import statusBar from "@/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar";
|
||||
|
||||
import Gps from '@/uni_modules/json-gps/js_sdk/gps.js';
|
||||
const gps = new Gps(),db = uniCloud.database();
|
||||
const db = uniCloud.database();
|
||||
|
||||
export default {
|
||||
components: {
|
||||
@@ -124,25 +123,7 @@
|
||||
} catch (e) {
|
||||
this.keyword = '';
|
||||
}
|
||||
//这里仅演示如何,在onShow生命周期获取设备位置,并在设备或者应用没有权限时自动引导。设置完毕自动重新获取。
|
||||
//你可以基于他做自己的业务,比如:根据距离由近到远排序列表数据等
|
||||
// uni.showLoading({
|
||||
// title:"获取定位中"
|
||||
// });
|
||||
//默认h5端不获取定位
|
||||
// #ifndef H5 || APP-HARMONY
|
||||
let location = await gps.getLocation({
|
||||
geocode: true
|
||||
})
|
||||
// console.log(location);
|
||||
// #endif
|
||||
// if(location){
|
||||
// uni.showToast({
|
||||
// title: JSON.stringify(location),
|
||||
// icon: 'none'
|
||||
// });
|
||||
// }
|
||||
// uni.hideLoading()
|
||||
// GPS定位功能已被移除,如需要请重新添加
|
||||
},
|
||||
methods: {
|
||||
searchClick(e) { //点击搜索框
|
||||
|
||||
Reference in New Issue
Block a user