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
d2cc8df0
Commit
d2cc8df0
authored
Aug 06, 2024
by
ly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录页一个协议
parent
08fab624
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
33 additions
and
72 deletions
+33
-72
.DS_Store
.DS_Store
+0
-0
index.vue
pages/agreement/index.vue
+3
-3
login.vue
pages/login/login.vue
+6
-2
myneed.vue
pages/myneed/myneed.vue
+2
-2
index.less
pages/productDetails/index.less
+3
-2
index.vue
pages/recruit/index.vue
+1
-1
.DS_Store
static/.DS_Store
+0
-0
app-service.js
unpackage/dist/dev/app-plus/app-service.js
+10
-27
app-view.js
unpackage/dist/dev/app-plus/app-view.js
+8
-35
.DS_Store
unpackage/dist/dev/app-plus/static/.DS_Store
+0
-0
No files found.
.DS_Store
View file @
d2cc8df0
No preview for this file type
pages/agreement/index.vue
View file @
d2cc8df0
...
...
@@ -11,8 +11,8 @@
</view>
<view>
<text>
为了加强对您个人信息的保护,根据最新法律法规要求,我们更新了隐私政策,请您仔细阅读并确认
</text>
<
text
@
click=
"Go(protocols)"
style=
"color: #3877F8"
>
“隐私相关政策”
</text
>
<
text>
及
</text
>
<
!--
<text
@
click=
"Go(protocols)"
style=
"color: #3877F8"
>
“隐私相关政策”
</text>
--
>
<
!--
<text>
及
</text>
--
>
<text
@
click=
"Go(protocolf)"
style=
"color: #3877F8"
>
“用户注册协议”
</text>
<text>
我们将严格按照政策内容使用和保护您的个人信息,为您提供更好的服务,感谢您的信任。
</text>
</view>
...
...
@@ -43,7 +43,7 @@ export default {
},
protocolf
:{
"protocolName"
:
"用户服务协议"
,
"protocolUrl"
:
"https://ddh.yyhock.com/appStatic/protocol/dd
h
-user.html"
"protocolUrl"
:
"https://ddh.yyhock.com/appStatic/protocol/dd-user.html"
},
}
},
...
...
pages/login/login.vue
View file @
d2cc8df0
...
...
@@ -21,7 +21,8 @@
<view
class=
'login-footer'
>
<view
:class=
"clickStatus ? 'footer-click' : 'footer-icon' "
@
click=
"btnIcon"
></view>
<view
class=
'footer-text'
>
我已阅读并同意
<text
@
click=
"goPro('1')"
>
《注册协议》
</text>
和
<text
@
click=
"goPro('2')"
>
《隐私政策》
</text>
我已阅读并同意
<text
@
click=
"goPro('1')"
>
《注册协议》
</text>
<!-- 和
<text
@
click=
"goPro('2')"
>
《隐私政策》
</text>
-->
</view>
</view>
</view>
...
...
@@ -54,8 +55,9 @@
const
{
protocol
,
phone
}
=
res
.
result
if
(
protocol
){
const
protocolList
=
JSON
.
parse
(
protocol
)
console
.
log
(
protocolList
,
'item966'
)
protocolList
.
map
((
item
)
=>
{
// console.log(item,'item966')
if
(
item
.
protocolName
==
'隐私协议'
){
self
.
protocols
=
item
}
else
if
(
item
.
protocolName
==
'用户服务协议'
){
...
...
@@ -74,6 +76,7 @@
goPro
(
type
){
if
(
type
==
'1'
){
const
{
protocolUrl
,
protocolName
}
=
this
.
protocolf
console
.
log
(
this
.
protocolf
,
'99'
)
const
items
=
{
name
:
protocolName
,
url
:
protocolUrl
...
...
@@ -83,6 +86,7 @@
})
}
else
{
const
{
protocolUrl
,
protocolName
}
=
this
.
protocols
console
.
log
(
this
.
protocols
,
'88'
)
const
items
=
{
name
:
protocolName
,
url
:
protocolUrl
...
...
pages/myneed/myneed.vue
View file @
d2cc8df0
...
...
@@ -38,12 +38,12 @@
methods
:
{
needSubmit
(){
const
self
=
this
if
(
self
.
mobileVal
==
''
){
if
(
self
.
desQuest
==
''
){
self
.
toast
(
'内容不能为空'
)
return
false
}
if
(
self
.
mobileVal
==
''
){
self
.
toast
(
'
手机号不能为空
'
)
self
.
toast
(
'
请输入正确的手机号
'
)
return
false
}
const
params
=
{
...
...
pages/productDetails/index.less
View file @
d2cc8df0
.product-page{
width: 100%;
height: calc(100vh-120px);
min-height:
30
76rpx;
min-height:
24
76rpx;
background: #F7FAFF;
.p-banner{
margin: 20rpx 29rpx 0;
...
...
@@ -82,7 +83,7 @@
}
.p-detail{
margin: 0 30rpx;
padding-bottom: 1
30rpx;
margin-bottom: 2
30rpx;
width: 690rpx;
height: 100%;
background: #FFFFFF;
...
...
pages/recruit/index.vue
View file @
d2cc8df0
...
...
@@ -42,7 +42,7 @@
return
false
}
if
(
mobileVal
==
''
){
self
.
toast
(
'
手机号不能为空
'
)
self
.
toast
(
'
请输入正确的手机号
'
)
return
false
}
if
(
desVal
==
''
){
...
...
static/.DS_Store
View file @
d2cc8df0
No preview for this file type
unpackage/dist/dev/app-plus/app-service.js
View file @
d2cc8df0
This diff is collapsed.
Click to expand it.
unpackage/dist/dev/app-plus/app-view.js
View file @
d2cc8df0
This diff is collapsed.
Click to expand it.
unpackage/dist/dev/app-plus/static/.DS_Store
View file @
d2cc8df0
No preview for this file type
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