Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-starter
提交
81898d31
U
uni-starter
项目概览
DCloud
/
uni-starter
通知
4684
Star
229
Fork
210
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
3
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-starter
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
3
Issue
3
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
81898d31
编写于
10月 26, 2024
作者:
Anne_LXM
提交者:
Anne_LXM
12月 12, 2024
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
兼容鸿蒙
上级
bbdee866
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
15 addition
and
13 deletion
+15
-13
pages/list/list.nvue
pages/list/list.nvue
+11
-9
uni_modules/json-gps/js_sdk/gps.js
uni_modules/json-gps/js_sdk/gps.js
+4
-4
未找到文件。
pages/list/list.nvue
浏览文件 @
81898d31
...
...
@@ -31,7 +31,7 @@
<!-- 通过body插槽定义布局 -->
<template v-slot:body>
<view class="main">
<text class="title">{{item.title}}
-111
</text>
<text class="title">{{item.title}}</text>
<view class="info">
<text class="author">{{item.user_id[0]?item.user_id[0].nickname:''}}</text>
<uni-dateformat class="last_modify_date" :date="item.last_modify_date"
...
...
@@ -45,7 +45,7 @@
<uni-list-item>
<template v-slot:body>
<!-- #endif -->
<uni-load-state @networkResume="refresh" :state="{data,pagination,hasMore, loading, error}"
<uni-load-state
class="load-state"
@networkResume="refresh" :state="{data,pagination,hasMore, loading, error}"
@loadMore="loadMore">
</uni-load-state>
<!-- #ifdef APP -->
...
...
@@ -126,13 +126,11 @@
// title:"获取定位中"
// });
//默认h5端不获取定位
// #ifndef H5
if(!this.isTest){
let location = await gps.getLocation({
geocode: true
})
}
// console.log(location);
// #ifndef H5 || APP-HARMONY
let location = await gps.getLocation({
geocode: true
})
console.log(location);
// #endif
// if(location){
// uni.showToast({
...
...
@@ -258,4 +256,8 @@
z-index: 999;
/* #endif */
}
.load-state{
justify-content: center;
width: 750rpx;
}
</style>
uni_modules/json-gps/js_sdk/gps.js
浏览文件 @
81898d31
// #ifdef APP
-PLUS
// #ifdef APP
import
permision
from
"
./wa-permission/permission.js
"
// #endif
class
Gps
{
...
...
@@ -27,10 +27,10 @@ class Gps {
title
:
'
定位获取失败
'
,
icon
:
'
none
'
});
console
.
error
(
err
)
console
.
error
(
JSON
.
stringify
(
err
)
)
callback
(
false
)
// #ifdef APP
-PLUS
// #ifdef APP
await
this
.
checkGpsIsOpen
()
// #endif
...
...
@@ -63,7 +63,7 @@ class Gps {
});
})
}
// #ifdef APP
-PLUS
// #ifdef APP
async
checkGpsIsOpen
()
{
this
.
lock
=
true
//加锁防止重复的请求
// console.log('检查定位设置开启问题', permision.checkSystemEnableLocation());
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录