Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
66ec82dd
Commit
66ec82dd
authored
Apr 20, 2021
by
Morson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.banshouhui.com/lijundan/self-support
parents
dd2a3e88
6cd7445f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
course-detail.vue
src/pages/learn/course-detail.vue
+3
-2
prompt.vue
src/pages/settle/prompt.vue
+6
-2
No files found.
src/pages/learn/course-detail.vue
View file @
66ec82dd
...
...
@@ -242,9 +242,10 @@ export default {
}
.learn-list
{
.learn-list-item
{
font
:
24
rpx
;
font
-size
:
28
rpx
;
margin-top
:
30rpx
;
margin-bottom
:
30rpx
;
margin-bottom
:
30rpx
;
color
:
#333333
;
}
.line-view
{
...
...
src/pages/settle/prompt.vue
View file @
66ec82dd
<
template
>
<view
class=
"container u-row-between"
v-if=
"info"
>
<Settle
:index=
"pageIndex"
>
<view
class=
"content-view"
>
<view
class=
"content-view"
>
<view
style=
"min-height: 120rpx;"
v-if=
"status == 8"
></view>
<view
class=
"u-flex u-row-center"
>
<image
:class=
"['icon',
{active: status != 1}]"
:src="imageUrl">
...
...
@@ -14,10 +15,12 @@
<text
:class=
"['tips',info.tipsArr.length>1 && index===0 ? 'red' : '']"
v-for=
"(txt,index) in info.tipsArr"
:key=
"index"
>
{{
txt
}}
</text>
</view>
<view
class=
"services-view"
>
<view
class=
"services-view"
>
<view
v-if=
"status != 8"
>
<image
class=
"service-info-image"
:src=
"erweimaImage"
></image>
<view
class=
"content-info-tip"
>
长按二维码添加官方客服微信
</view>
<view
class=
"content-info-tip"
>
及时了解审核进度
</view>
</view>
</view>
<button
class=
"btn-submit"
@
click=
"$u.debounce(goPage, 500)"
>
{{
info
.
btnTxt
}}
</button>
</view>
...
...
@@ -261,6 +264,7 @@
.services-view
{
padding-top
:
50rpx
;
text-align
:
center
;
min-height
:
120rpx
;
.service-info-image
{
margin-bottom
:
30rpx
;
width
:
220rpx
;
...
...
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