Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uniapp_vedio
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
android
uniapp_vedio
Commits
b033da5a
Commit
b033da5a
authored
Aug 22, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
8b958f6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
18 deletions
+25
-18
kefu-popup.vue
vedio/components/kefu-popup/kefu-popup.vue
+16
-15
pages.json
vedio/pages.json
+9
-3
No files found.
vedio/components/kefu-popup/kefu-popup.vue
View file @
b033da5a
<
template
>
<view>
<uni-popup
type=
"bottom"
ref=
"kefuPop"
:maskClick=
"false"
:isMaskClick=
"false"
>
<view
class=
"container"
>
<image
@
click=
"onClose"
style=
"width: 50rpx; height: 50rpx;margin-left:auto;margin-right: 30rpx;
margin-bottom: 30rpx;"
src=
"https://mints-web.oss-cn-beijing.aliyuncs.com/images/ic_close_white.png"
></image>
<uni-popup
type=
"bottom"
ref=
"kefuPop"
:maskClick=
"false"
:safe-area=
'false'
:isMaskClick=
"false"
>
<view
class=
"container"
>
<image
@
click=
"onClose"
style=
"width: 40rpx; height: 40rpx;margin-left:auto;margin-right: 30rpx;
margin-top: 20rpx;"
src=
"@/static/index/ic_quit_white.png"
></image>
<view
class=
"content"
>
<text
style=
"font-size: 40rpx;margin-bottom: 15rpx;"
>
客服时间: 工作日9:00-18:00
</text>
<text
class=
"button1"
@
click=
"tapMakePhoneCall"
>
客服电话
</text>
<button
class=
"button2"
open-type=
"im"
data-im-id=
"93264117800"
>
在线客服
</button>
</view>
<view
class=
"content"
>
<text
style=
"font-size: 40rpx;margin-bottom: 15rpx;"
>
客服时间: 工作日9:00-18:00
</text>
<text
class=
"button1"
@
click=
"tapMakePhoneCall"
>
客服电话
</text>
<button
class=
"button2"
open-type=
"im"
data-im-id=
"93264117800"
>
在线客服
</button>
</view>
</
uni-popup
>
</
view
>
</
view
>
</
uni-popup
>
</
template
>
<
script
>
...
...
@@ -77,20 +75,23 @@
<
style
lang=
"scss"
>
.container
{
background-color
:
white
;
width
:
100%
;
height
:
100%
;
position
:
relative
;
position
:
relative
;
border-radius
:
20rpx
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
}
.content
{
border-radius
:
20rpx
;
background-color
:
white
;
display
:
flex
;
width
:
100%
;
padding
:
30rpx
0
;
margin-bottom
:
100rpx
;
padding
:
10rpx
0
;
flex-direction
:
column
;
align-items
:
center
;
...
...
vedio/pages.json
View file @
b033da5a
...
...
@@ -60,21 +60,27 @@
"path"
:
"book-search/book-search"
,
"style"
:
{
"navigationBarTitleText"
:
"书籍搜索"
,
"enablePullDownRefresh"
:
false
"navigationStyle"
:
"default"
,
"navigationBarBackgroundColor"
:
"#ffffff"
,
"navigationBarTextStyle"
:
"black"
}
},
{
"path"
:
"book-content/book-content"
,
"style"
:
{
"navigationBarTitleText"
:
"阅读"
,
"enablePullDownRefresh"
:
true
"navigationStyle"
:
"default"
,
"navigationBarBackgroundColor"
:
"#ffffff"
,
"navigationBarTextStyle"
:
"black"
}
},
{
"path"
:
"book-long-content/book-long-content"
,
"style"
:
{
"navigationBarTitleText"
:
"阅读"
,
"enablePullDownRefresh"
:
true
"navigationStyle"
:
"default"
,
"navigationBarBackgroundColor"
:
"#ffffff"
,
"navigationBarTextStyle"
:
"black"
}
}]
...
...
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