Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
27b68cc7
Commit
27b68cc7
authored
Oct 31, 2023
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐私
parent
6ef876b7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
src/app.json
+2
-1
src/components/privacyPopup/index.vue
+1
-1
src/pages/login/index.vue
+1
-1
No files found.
src/app.json
View file @
27b68cc7
...
...
@@ -40,5 +40,6 @@
"desc"
:
"你的位置信息将用于获取附近的门店"
}
},
"requiredPrivateInfos"
:
[
"chooseLocation"
,
"getLocation"
,
"chooseAddress"
]
"requiredPrivateInfos"
:
[
"chooseLocation"
,
"getLocation"
,
"chooseAddress"
],
"__usePrivacyCheck__"
:
true
}
src/components/privacyPopup/index.vue
View file @
27b68cc7
...
...
@@ -30,7 +30,7 @@
}
},
onLoad
()
{
//
this.init();
this
.
init
();
},
methods
:
{
init
()
{
...
...
src/pages/login/index.vue
View file @
27b68cc7
...
...
@@ -83,7 +83,7 @@
<SelectEnterpriseAccount
ref=
"SelectEnterpriseAccount"
@
confirm=
"getEnterpriseAccount"
></SelectEnterpriseAccount>
<ProtocolDialog
v-model=
"isShowProtocol"
:index=
"currentIndex"
:isShowReadTime=
"isShowReadTime"
:protocolList=
"[userAgreement, privacyPolicy].filter(Boolean)"
@
onAgree=
"handleAgree"
/>
<!-- 隐私弹窗 -->
<
PrivacyPopup
@
onAgree=
"handleAgree"
@
onRefuse=
"back"
/
>
<
!--
<PrivacyPopup
@
onAgree=
"handleAgree"
@
onRefuse=
"back"
/>
--
>
</div>
</
template
>
...
...
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