Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
lumastoreapp
Commits
a41bb426
Commit
a41bb426
authored
May 25, 2020
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ll~
parent
30e1d912
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
components/showxieyi/showxieyi.vue
components/showxieyi/showxieyi.vue
+2
-1
manifest.json
manifest.json
+2
-2
utils/debug.js
utils/debug.js
+2
-2
No files found.
components/showxieyi/showxieyi.vue
View file @
a41bb426
...
...
@@ -5,7 +5,7 @@
<uni-popup
:show=
"showtip"
type=
"center"
:mask-click=
"false"
@
change=
"change"
>
<view
class=
"uni-tip"
>
<text
class=
"uni-tip-title"
>
用户协议和隐私政策
</text>
<
text
class=
"uni-tip-content flex ali-c"
>
请您务必审慎阅读、充分理解"用户协议"和"隐私政策"各条款,包括但不限于为您提供软件内容的服务,我们需要收集您的设备信息、操作日志等个人信息您可以在设置中查看个人信息并修改你的信息您可阅读
<navigator
class=
"xieyitags"
url=
"/pages/Agreement/Agreementuser"
>
《用户协议》
</navigator>
和
<navigator
class=
"xieyitags"
url=
"/pages/Agreement/Agreement"
>
《隐私政策》
</navigator>
了解详细信息。如您同意,请点击"同意"开始接受我们的服务
</text
>
<
view
class=
"uni-tip-content flex ali-c"
>
请您务必审慎阅读、充分理解"用户协议"和"隐私政策"各条款,包括但不限于为您提供软件内容的服务,我们需要收集您的设备信息、操作日志等个人信息您可以在设置中查看个人信息并修改你的信息您可阅读
<navigator
class=
"xieyitags"
url=
"/pages/Agreement/Agreementuser"
>
《用户协议》
</navigator>
和
<navigator
class=
"xieyitags"
url=
"/pages/Agreement/Agreement"
>
《隐私政策》
</navigator>
了解详细信息。如您同意,请点击"同意"开始接受我们的服务
</view
>
<view
class=
"uni-tip-group-button"
>
<text
class=
"uni-tip-button"
@
click=
"cancel('tip')"
>
暂不使用
</text>
<text
class=
"uni-tip-button"
@
click=
"tongyi('tip')"
>
同意
</text>
...
...
@@ -62,6 +62,7 @@
.uni-tip-content
{
text-align
:
left
!
important
;
display
:
inline-block
!
important
;
}
...
...
manifest.json
View file @
a41bb426
...
...
@@ -3,8 +3,8 @@
//
"appid"
:
"__UNI__FC9419E"
,
"appid"
:
"__UNI__1EA80F1"
,
//这个是
web
的
"description"
:
""
,
"versionName"
:
"1.0.
49
"
,
"versionCode"
:
1
49
,
"versionName"
:
"1.0.
55
"
,
"versionCode"
:
1
55
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
"app-plus"
:
{
...
...
utils/debug.js
View file @
a41bb426
...
...
@@ -2,8 +2,8 @@
//环境变量 这个是 鹿马商家助手的 商家助手的~~~~
module
.
exports
=
{
//是否为开发调试环境 true为本地环境 false 为正式环境
isdebug
:
true
,
//测试
//
isdebug:false,//正式
//
isdebug:true,//测试
isdebug
:
false
,
//正式
xqdebug
:
false
,
//正式权限
// xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
...
...
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