Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
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
李伟
cust-app
Commits
c4ee6a9b
Commit
c4ee6a9b
authored
Mar 04, 2025
by
liwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
e7d28d9a
53634408
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
3 deletions
+41
-3
my.vue
pages/tab/my.vue
+40
-0
info.vue
pagesme/message/info.vue
+1
-3
No files found.
pages/tab/my.vue
View file @
c4ee6a9b
...
@@ -18,6 +18,12 @@
...
@@ -18,6 +18,12 @@
<view
class=
"noLogin-text"
>
登录后才能查看我的哦
</view>
<view
class=
"noLogin-text"
>
登录后才能查看我的哦
</view>
<!--
<view
class=
"noLogin-button"
@
click=
"login"
>
点此登录
</view>
-->
<!--
<view
class=
"noLogin-button"
@
click=
"login"
>
点此登录
</view>
-->
<button
class=
"noLogin-button"
open-type=
"getPhoneNumber"
@
getphonenumber=
"getPhoneNumber($event)"
>
点此登录
</button>
<button
class=
"noLogin-button"
open-type=
"getPhoneNumber"
@
getphonenumber=
"getPhoneNumber($event)"
>
点此登录
</button>
<view
class=
"div-popo"
>
<view
class=
"tips-content"
>
请您仔细阅读并充分理解相关条款
<view
class=
"agreement-btn"
@
click=
"gotoPage('0')"
>
《用户协议》
</view>
、
<view
class=
"agreement-btn"
@
click=
"gotoPage('1')"
>
《隐私政策》
</view>
</view>
</view>
</view>
</view>
...
@@ -1147,4 +1153,38 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article";
...
@@ -1147,4 +1153,38 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article";
}
}
}
}
}
}
.div-popo
{
position
:
absolute
;
top
:
80%
;
left
:
0
;
width
:
100%
;
height
:
100%
;
.tips-content
{
width
:
448rpx
;
margin
:
auto
;
text-align
:
center
;
margin-top
:
50rpx
;
line-height
:
56rpx
;
color
:
#666
;
font-size
:
28rpx
;
font-family
:
'PingFang SC-Regular, PingFang SC'
;
.agreement-btn
{
display
:
inline-block
;
color
:
#5b83e8
;
font-family
:
'PingFang SC-Bold, PingFang SC'
;
text-decoration
:
underline
;
}
}
.btn-c
{
display
:
flex
;
margin
:
auto
;
margin-top
:
64rpx
;
justify-content
:
space-between
;
width
:
428rpx
;
}
}
</
style
>
</
style
>
pagesme/message/info.vue
View file @
c4ee6a9b
...
@@ -183,9 +183,7 @@ export default {
...
@@ -183,9 +183,7 @@ export default {
this
.
isAgainConfirm
=
true
;
this
.
isAgainConfirm
=
true
;
this
.
$refs
.
elmAgain
.
showDialog
();
this
.
$refs
.
elmAgain
.
showDialog
();
}
else
{
}
else
{
this
.
tipMsg
=
"已拒绝对方请求"
;
this
.
wantWxC
()
this
.
isConfirm
=
true
;
this
.
$refs
.
elm
.
showDialog
();
}
}
}
}
}
}
...
...
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