Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uni-app-ddh-shop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanhai
uni-app-ddh-shop
Commits
c85ec662
Commit
c85ec662
authored
Feb 20, 2025
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增优化日志文件,记录每次修改(优化)的内容
parent
ac436bc7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
9 deletions
+18
-9
manifest.json
manifest.json
+5
-2
index.vue
pages/agreement/index.vue
+7
-7
优化日志.md
优化日志.md
+6
-0
No files found.
manifest.json
View file @
c85ec662
...
...
@@ -3,7 +3,7 @@
"appid"
:
"__UNI__670BD78"
,
"description"
:
""
,
"versionName"
:
"2.0.0"
,
"versionCode"
:
20
1
,
"versionCode"
:
20
2
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
"app-plus"
:
{
...
...
@@ -73,7 +73,10 @@
"NSLocationAlwaysUsageDescription"
:
"为保护您账户安全,便于为您提供所在区域专属产品和服务,请您开启定位权限"
,
"NSLocationAlwaysAndWhenInUseUsageDescription"
:
"为保护您账户安全,便于为您提供所在区域专属产品和服务,请您开启定位权限"
,
"NSPhotoLibraryUsageDescription"
:
"为了给您提供意见反馈服务,请允许访问您的相册信息"
,
"NSCameraUsageDescription"
:
"以便于您可以使用正常使用身份证认证、刷脸等功能"
"NSCameraUsageDescription"
:
"以便于您可以使用正常使用身份证认证、刷脸等功能"
,
"NSUserTrackingUsageDescription"
:
"请放心,开启权限不会获取您在其它站点的隐私信息,改权限仅用于标识设备并保障服务安全与提示浏览体验"
,
"NSMicrophoneUsageDescription"
:
""
,
"NSContactsUsageDescription"
:
""
},
"idfa"
:
false
},
...
...
pages/agreement/index.vue
View file @
c85ec662
...
...
@@ -67,13 +67,13 @@ export default {
key
:
"m-agreement"
,
data
:
'true'
,
success
:
function
()
{
//
const platform = uni.getSystemInfoSync()
//
if (platform.osName === 'ios') {
//
loadNetwork()
//
loadDevice()
//
loadLocation()
//
loadUuid()
//
}
const
platform
=
uni
.
getSystemInfoSync
()
if
(
platform
.
osName
===
'ios'
)
{
loadNetwork
()
loadDevice
()
loadLocation
()
loadUuid
()
}
uni
.
navigateBack
({
delta
:
1
})
...
...
优化日志.md
0 → 100644
View file @
c85ec662
### 2025-2-20
这版本对花花有米进行了大的优化;把原来的商城剔除,自己写了一套商城,重新对接的支付,提交IOS审核被拒,因为5.1.2,已下是社区讨论的情况
[
链接
](
https://ask.dcloud.net.cn/question/131993
)
需求文档:
[
https://ermo.yuque.com/cxq03k/tl02zi/zl2gfesqxe20430e
](
https://ermo.yuque.com/cxq03k/tl02zi/zl2gfesqxe20430e
)
蓝湖文档:
[
https://lanhuapp.com/link/#/invite?sid=qxwnc8aa
](
https://lanhuapp.com/link/#/invite?sid=qxwnc8aa
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment