Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-starter
提交
77c70ce4
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看板
提交
77c70ce4
编写于
10月 25, 2024
作者:
Anne_LXM
提交者:
Anne_LXM
12月 12, 2024
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
条件编译APP-PLUS改为APP
上级
83711abb
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
23 addition
and
23 deletion
+23
-23
App.vue
App.vue
+2
-2
common/appInit.js
common/appInit.js
+3
-3
pages.json
pages.json
+2
-2
pages/list/detail.vue
pages/list/detail.vue
+8
-8
pages/list/list.nvue
pages/list/list.nvue
+4
-4
pages/ucenter/ucenter.vue
pages/ucenter/ucenter.vue
+4
-4
未找到文件。
App.vue
浏览文件 @
77c70ce4
...
...
@@ -21,7 +21,7 @@
initApp
();
uniIdPageInit
()
// #ifdef APP
-PLUS
// #ifdef APP
//checkIsAgree(); APP端暂时先用原生默认生成的。目前,自定义方式启动vue界面时,原生层已经请求了部分权限这并不符合国家的法规
// #endif
...
...
@@ -29,7 +29,7 @@
// checkIsAgree(); // 默认不开启。目前全球,仅欧盟国家有网页端同意隐私权限的需要。如果需要可以自己去掉注视后生效
// #endif
// #ifdef APP
-PLUS
// #ifdef APP
//idfa有需要的用户在应用首次启动时自己获取存储到storage中
/*var idfa = '';
var manager = plus.ios.invoke('ASIdentifierManager', 'sharedManager');
...
...
common/appInit.js
浏览文件 @
77c70ce4
import
uniStarterConfig
from
'
@/uni-starter.config.js
'
;
//应用初始化页
// #ifdef APP
-PLUS
// #ifdef APP
import
checkUpdate
from
'
@/uni_modules/uni-upgrade-center-app/utils/check-update
'
;
import
callCheckVersion
from
'
@/uni_modules/uni-upgrade-center-app/utils/call-check-version
'
;
...
...
@@ -111,7 +111,7 @@ export default async function() {
})
// #ifdef APP
-PLUS
// #ifdef APP
// 监听并提示设备网络状态变化
uni
.
onNetworkStatusChange
(
res
=>
{
console
.
log
(
res
.
isConnected
);
...
...
@@ -137,7 +137,7 @@ export default async function() {
* // 初始化appVersion
*/
function
initAppVersion
()
{
// #ifdef APP
-PLUS
// #ifdef APP
let
appid
=
plus
.
runtime
.
appid
;
plus
.
runtime
.
getProperty
(
appid
,
(
wgtInfo
)
=>
{
let
appVersion
=
plus
.
runtime
;
...
...
pages.json
浏览文件 @
77c70ce4
...
...
@@ -2,7 +2,7 @@
"pages"
:
[{
"path"
:
"pages/list/list"
,
"style"
:
{
//
#ifndef
APP
-PLUS
//
#ifndef
APP
"enablePullDownRefresh"
:
true
,
//
#endif
"navigationStyle"
:
"custom"
...
...
@@ -66,7 +66,7 @@
"enablePullDownRefresh"
:
true
}
}
//
#if
ndef
MP-WEIXIN
//
#if
def
APP
,
{
"path"
:
"pages/ucenter/about/about"
,
"style"
:
{
...
...
pages/list/detail.vue
浏览文件 @
77c70ce4
...
...
@@ -7,7 +7,7 @@
DB Schema 规范:https://uniapp.dcloud.net.cn/uniCloud/schema
-->
<view
class=
"article"
>
<!-- #ifdef APP
-PLUS
-->
<!-- #ifdef APP -->
<uni-nav-bar
:statusBar=
"true"
:border=
"false"
></uni-nav-bar>
<!-- #endif -->
<view
class=
"article-title"
>
{{
title
}}
</view>
...
...
@@ -218,7 +218,7 @@
imageUrl
:
avatar
+
'
?x-oss-process=image/resize,m_fill,h_100,w_100
'
//压缩图片解决,在ios端分享图过大导致的图片失效问题
},
menus
:
[{
"
img
"
:
"
/static/app
-plus
/sharemenu/wechatfriend.png
"
,
"
img
"
:
"
/static/app/sharemenu/wechatfriend.png
"
,
"
text
"
:
this
.
$t
(
'
common.wechatFriends
'
),
"
share
"
:
{
"
provider
"
:
"
weixin
"
,
...
...
@@ -226,7 +226,7 @@
}
},
{
"
img
"
:
"
/static/app
-plus
/sharemenu/wechatmoments.png
"
,
"
img
"
:
"
/static/app/sharemenu/wechatmoments.png
"
,
"
text
"
:
this
.
$t
(
'
common.wechatBbs
'
),
"
share
"
:
{
"
provider
"
:
"
weixin
"
,
...
...
@@ -234,7 +234,7 @@
}
},
{
"
img
"
:
"
/static/app
-plus
/sharemenu/mp_weixin.png
"
,
"
img
"
:
"
/static/app/sharemenu/mp_weixin.png
"
,
"
text
"
:
this
.
$t
(
'
common.wechatApplet
'
),
"
share
"
:
{
provider
:
"
weixin
"
,
...
...
@@ -250,26 +250,26 @@
}
},
{
"
img
"
:
"
/static/app
-plus
/sharemenu/weibo.png
"
,
"
img
"
:
"
/static/app/sharemenu/weibo.png
"
,
"
text
"
:
this
.
$t
(
'
common.weibo
'
),
"
share
"
:
{
"
provider
"
:
"
sinaweibo
"
}
},
{
"
img
"
:
"
/static/app
-plus
/sharemenu/qq.png
"
,
"
img
"
:
"
/static/app/sharemenu/qq.png
"
,
"
text
"
:
"
QQ
"
,
"
share
"
:
{
"
provider
"
:
"
qq
"
}
},
{
"
img
"
:
"
/static/app
-plus
/sharemenu/copyurl.png
"
,
"
img
"
:
"
/static/app/sharemenu/copyurl.png
"
,
"
text
"
:
this
.
$t
(
'
common.copy
'
),
"
share
"
:
"
copyurl
"
},
{
"
img
"
:
"
/static/app
-plus
/sharemenu/more.png
"
,
"
img
"
:
"
/static/app/sharemenu/more.png
"
,
"
text
"
:
this
.
$t
(
'
common.more
'
),
"
share
"
:
"
shareSystem
"
}
...
...
pages/list/list.nvue
浏览文件 @
77c70ce4
...
...
@@ -31,7 +31,7 @@
<!-- 通过body插槽定义布局 -->
<template v-slot:body>
<view class="main">
<text class="title">{{item.title}}</text>
<text class="title">{{item.title}}
-111
</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"
...
...
@@ -41,14 +41,14 @@
</template>
</uni-list-item>
<!-- 加载状态:上拉加载更多,加载中,没有更多数据了,加载错误 -->
<!-- #ifdef APP
-PLUS
-->
<!-- #ifdef APP -->
<uni-list-item>
<template v-slot:body>
<!-- #endif -->
<!-- #endif -->
<uni-load-state @networkResume="refresh" :state="{data,pagination,hasMore, loading, error}"
@loadMore="loadMore">
</uni-load-state>
<!-- #ifdef APP-PLUS
-->
<!-- #ifdef APP
-->
</template>
</uni-list-item>
<!-- #endif -->
...
...
pages/ucenter/ucenter.vue
浏览文件 @
77c70ce4
...
...
@@ -78,7 +78,7 @@
],
ucenterList
:
[
[
// #ifdef APP
-PLUS
// #ifdef APP
{
"
title
"
:
this
.
$t
(
'
mine.signInByAd
'
),
"
event
"
:
'
signInByAd
'
,
...
...
@@ -108,7 +108,7 @@
"
event
"
:
'
getScore
'
,
"
icon
"
:
"
paperplane
"
}
// #ifdef APP
-PLUS
// #ifdef APP
,
{
"
title
"
:
this
.
$t
(
'
mine.invite
'
),
"
event
"
:
'
share
'
,
...
...
@@ -125,7 +125,7 @@
"
to
"
:
'
/pages/ucenter/settings/settings
'
,
"
icon
"
:
"
gear
"
}],
// #ifdef APP
-PLUS
// #ifdef APP
[{
"
title
"
:
this
.
$t
(
'
mine.about
'
),
"
to
"
:
'
/pages/ucenter/about/about
'
,
...
...
@@ -287,7 +287,7 @@
company
,
slogan
}
=
this
.
appConfig
.
about
// #ifdef APP
-PLUS
// #ifdef APP
uniShare
.
show
({
content
:
{
//公共的分享类型(type)、链接(herf)、标题(title)、summary(描述)、imageUrl(缩略图)
type
:
0
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录