Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-starter
提交
66ede4d4
U
uni-starter
项目概览
DCloud
/
uni-starter
通知
4690
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看板
提交
66ede4d4
编写于
10月 29, 2024
作者:
Anne_LXM
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
条件编译处理鸿蒙不支持plus
上级
07e11edf
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
12 addition
and
13 deletion
+12
-13
App.vue
App.vue
+1
-1
common/appInit.js
common/appInit.js
+1
-1
pages/list/list.nvue
pages/list/list.nvue
+1
-1
pages/list/search/search.nvue
pages/list/search/search.nvue
+3
-3
pages/ucenter/settings/settings.vue
pages/ucenter/settings/settings.vue
+1
-1
pages/ucenter/ucenter.vue
pages/ucenter/ucenter.vue
+2
-3
uni_modules/json-gps/js_sdk/gps.js
uni_modules/json-gps/js_sdk/gps.js
+3
-3
未找到文件。
App.vue
浏览文件 @
66ede4d4
...
...
@@ -29,7 +29,7 @@
// checkIsAgree(); // 默认不开启。目前全球,仅欧盟国家有网页端同意隐私权限的需要。如果需要可以自己去掉注视后生效
// #endif
// #ifdef APP
// #ifdef APP
-PLUS
//idfa有需要的用户在应用首次启动时自己获取存储到storage中
/*var idfa = '';
var manager = plus.ios.invoke('ASIdentifierManager', 'sharedManager');
...
...
common/appInit.js
浏览文件 @
66ede4d4
...
...
@@ -135,7 +135,7 @@ export default async function() {
* // 初始化appVersion
*/
function
initAppVersion
()
{
// #ifdef APP
// #ifdef APP
-PLUS
let
appid
=
plus
.
runtime
.
appid
;
plus
.
runtime
.
getProperty
(
appid
,
(
wgtInfo
)
=>
{
let
appVersion
=
plus
.
runtime
;
...
...
pages/list/list.nvue
浏览文件 @
66ede4d4
...
...
@@ -125,7 +125,7 @@
let location = await gps.getLocation({
geocode: true
})
console.log(location);
//
console.log(location);
// #endif
// if(location){
// uni.showToast({
...
...
pages/list/search/search.nvue
浏览文件 @
66ede4d4
...
...
@@ -3,7 +3,7 @@
<view class="search-container">
<!-- 搜索框 -->
<view class="search-container-bar">
<!-- #ifdef APP
-PLUS
-->
<!-- #ifdef APP -->
<uni-icons class="search-icons" :color="iconColor" size="22" type="mic-filled" @click="speech" />
<!-- #endif -->
<!-- :cancelText="keyBoardPopup ? '取消' : '搜索'" -->
...
...
@@ -163,7 +163,7 @@
}
},
onLoad() {
//#ifdef APP
-PLUS
//#ifdef APP
this.statusBarHeight = `${uni.getSystemInfoSync().statusBarHeight}px`;
//#endif
},
...
...
@@ -376,7 +376,7 @@
flex-direction: row;
}
/* #ifdef APP
-PLUS
*/
/* #ifdef APP */
/* #ifndef APP-NVUE || VUE3*/
::v-deep
/* #endif */
...
...
pages/ucenter/settings/settings.vue
浏览文件 @
66ede4d4
...
...
@@ -56,7 +56,7 @@
uni
.
setNavigationBarTitle
({
title
:
this
.
$t
(
'
settings.navigationBarTitle
'
)
})
// #ifdef APP
-PLUS || MP-WEIXIN
// #ifdef APP
|| MP-WEIXIN || (APP-HARMONY && uniVersion > 4.31)
uni
.
checkIsSupportSoterAuthentication
({
success
:
(
res
)
=>
{
this
.
supportMode
=
res
.
supportMode
...
...
pages/ucenter/ucenter.vue
浏览文件 @
66ede4d4
...
...
@@ -78,7 +78,7 @@
],
ucenterList
:
[
[
// #ifdef APP
// #ifdef APP
-PLUS
{
"
title
"
:
this
.
$t
(
'
mine.signInByAd
'
),
"
event
"
:
'
signInByAd
'
,
...
...
@@ -156,8 +156,7 @@
})
//#endif
},
onShow
()
{
},
onShow
()
{},
computed
:
{
userInfo
()
{
return
store
.
userInfo
...
...
uni_modules/json-gps/js_sdk/gps.js
浏览文件 @
66ede4d4
// #ifdef APP
// #ifdef APP
-PLUS
import
permision
from
"
./wa-permission/permission.js
"
// #endif
class
Gps
{
...
...
@@ -30,7 +30,7 @@ class Gps {
console
.
error
(
JSON
.
stringify
(
err
))
callback
(
false
)
// #ifdef APP
// #ifdef APP
-PLUS
await
this
.
checkGpsIsOpen
()
// #endif
...
...
@@ -63,7 +63,7 @@ class Gps {
});
})
}
// #ifdef APP
// #ifdef APP
-PLUS
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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录