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
b727b587
Commit
b727b587
authored
Apr 25, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui微调
parent
d57dac6a
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
40 additions
and
31 deletions
+40
-31
index.vue
src/components/settle/index.vue
+1
-1
index.vue
src/pages/exam/index.vue
+4
-3
index.vue
src/pages/index/index.vue
+15
-9
exam.vue
src/pages/learn/exam.vue
+6
-6
base.vue
src/pages/settle/base.vue
+9
-7
file.vue
src/pages/settle/file.vue
+1
-1
index.vue
src/pages/settle/index.vue
+1
-1
pay-ensure.vue
src/pages/settle/pay-ensure.vue
+1
-1
sign-contract.vue
src/pages/settle/sign-contract.vue
+2
-2
No files found.
src/components/settle/index.vue
View file @
b727b587
...
...
@@ -43,7 +43,7 @@
overflow
:
auto
;
position
:
fixed
;
top
:
370rpx
;
bottom
:
0
rpx
;
bottom
:
168
rpx
;
left
:
30rpx
;
right
:
30rpx
;
}
...
...
src/pages/exam/index.vue
View file @
b727b587
...
...
@@ -113,7 +113,7 @@
return
process
.
uniEnv
.
qn_base_url
+
'chenggong.png'
},
timuImage
()
{
return
process
.
uniEnv
.
qn_base_url
+
'timu.png'
return
process
.
uniEnv
.
qn_base_url
+
'timu
-new
.png'
}
},
onLoad
(
e
)
{
...
...
@@ -585,6 +585,7 @@
display
:
flex
;
flex-direction
:
column
;
overflow-y
:auto
;
overflow-y
:auto
;
}
.noticeView
{
...
...
@@ -805,10 +806,10 @@
}
.bottom-padding
{
margin-bottom
:
188rpx
;
//
margin-bottom: 188rpx;
background-color
:
#FFFFFF
;
border-radius
:
12rpx
;
padding
:
40rpx
30rpx
4
6
rpx
30rpx
;
padding
:
40rpx
30rpx
4
0
rpx
30rpx
;
}
.answerBottomView
{
...
...
src/pages/index/index.vue
View file @
b727b587
...
...
@@ -32,7 +32,7 @@
<view
class=
"msg-content-view"
>
<view
class=
"left-view"
>
<image
class=
"msg-icon"
:src=
"msgStyleImage[item.content_type]"
></image>
<text>
{{
item
.
title
}}
</text>
<text
class=
"msg-text"
>
{{
item
.
title
}}
</text>
</view>
<image
class=
"right-icon"
:src=
"shouyeyouImage"
></image>
</view>
...
...
@@ -174,9 +174,9 @@ export default {
}
},
onPullDownRefresh
()
{
console
.
log
(
'------下拉刷新------'
)
// 下拉刷洗
uni
.
stopPullDownRefresh
()
// 结束下拉刷新
this
.
initSettleInfo
()
},
methods
:
{
...
...
@@ -189,7 +189,6 @@ export default {
},
async
initSettleInfo
()
{
let
self
=
this
;
if
(
self
.
status
==
7
)
return
;
const
callBack
=
(
vm
,
result
)
=>
{
// 后台自动判断入驻流程是否完成,前台通过status确定状态
if
(
result
&&
result
.
record
)
{
...
...
@@ -208,6 +207,7 @@ export default {
loadMessageList
()
{
let
self
=
this
;
self
.
$u
.
api
.
listByNotice
().
then
((
res
)
=>
{
uni
.
stopPullDownRefresh
()
// 结束下拉刷新
if
(
res
.
code
==
200
)
{
if
(
res
.
data
&&
res
.
data
.
length
>
3
)
{
self
.
messageList
=
res
.
data
.
slice
(
0
,
3
);
...
...
@@ -224,6 +224,7 @@ export default {
// 加载订单列表
self
.
search
.
token
=
self
.
vuex_token
;
self
.
$u
.
api
.
listByRecommendOrder
(
self
.
search
).
then
((
res
)
=>
{
uni
.
stopPullDownRefresh
()
// 结束下拉刷新
if
(
res
.
code
==
200
)
{
if
(
res
.
data
&&
res
.
data
.
length
>
0
)
{
self
.
orderList
.
push
().
apply
(
res
.
data
);
...
...
@@ -368,12 +369,17 @@ export default {
.left-view
{
display
:
flex
;
align-items
:
center
;
.msg-icon
{
width
:
80rpx
;
height
:
36rpx
;
margin-right
:
20rpx
;
}
.msg-text
{
text-overflow
:
ellipsis
;
overflow
:
hidden
;
white-space
:
nowrap
;
width
:
448rpx
;
}
}
.right-icon
{
...
...
src/pages/learn/exam.vue
View file @
b727b587
...
...
@@ -141,7 +141,7 @@
return
{
'color'
:
'#FFFFFF'
,
'width'
:
'500rpx'
,
'height'
:
'1
12
rpx'
,
'height'
:
'1
04
rpx'
,
'background-color'
:
'#2272FF'
,
'font-size'
:
'32rpx'
,
'font-weight'
:
'bold'
...
...
@@ -235,10 +235,10 @@
font-weight
:
bold
;
}
.content-gap
{
height
:
1rpx
;
margin-bottom
:
200rpx
;
}
//
.content-gap {
//
height: 1rpx;
//
margin-bottom: 200rpx;
//
}
.tip-text
{
background-color
:
#FFFFFF
;
...
...
@@ -272,7 +272,7 @@
margin-bottom
:
20rpx
;
font-size
:
28rpx
;
color
:
#333333
;
margin-bottom
:
188rpx
;
//
margin-bottom: 188rpx;
.tip-bottom-h
{
font-size
:
24rpx
;
color
:
#999999
;
...
...
src/pages/settle/base.vue
View file @
b727b587
...
...
@@ -22,7 +22,7 @@
<view
class=
"city-text"
>
{{
cityText
}}
</view>
</view>
</view>
<view
class=
"base-item"
style=
"
height: 60
0rpx;"
>
<view
class=
"base-item"
style=
"
margin-bottom:
0rpx;"
>
<view
class=
"item item-select"
@
click=
"gopage('/pages/settle/select?selectType=working_age')"
>
<view
class=
"flex-center"
>
<image
class=
"item-image"
:src=
"mixingImage"
></image>
...
...
@@ -63,7 +63,7 @@
</view>
</view>
</view>
<
view
class=
"seat"
></view
>
<
!--
<view
class=
"seat"
></view>
--
>
<template
v-slot:bottom
>
<view
class=
"btn-wrap flex-xc"
>
<u-button
class=
"btn-submit"
@
click=
"$u.debounce(submitBaseInfo, 500)"
:custom-style=
"buttonStyle"
...
...
@@ -431,6 +431,7 @@
.label
{
color
:
#333
;
font-size
:
32rpx
;
font-weight
:
bold
;
}
.txt
{
...
...
@@ -585,9 +586,9 @@
font-weight
:
bold
;
}
.seat
{
padding-bottom
:
168rpx
;
}
//
.seat {
//
padding-bottom: 168rpx;
//
}
/*提交按钮*/
.btn-wrap
{
...
...
@@ -684,6 +685,7 @@
border
:
2rpx
solid
#ECECEC
;
height
:
112rpx
;
margin-top
:
30rpx
;
margin-bottom
:
20rpx
;
padding
:
16rpx
30rpx
;
}
...
...
src/pages/settle/file.vue
View file @
b727b587
...
...
@@ -739,7 +739,7 @@ export default {
}
.info-view
{
margin-bottom
:
188rpx
;
//
margin-bottom: 188rpx;
.title-view
{
background-color
:
#FFFFFF
;
...
...
src/pages/settle/index.vue
View file @
b727b587
...
...
@@ -194,7 +194,7 @@
.content-view
{
background-color
:
#FFFFFF
;
margin-bottom
:
188rpx
;
//
margin-bottom: 188rpx;
border-radius
:
12rpx
;
}
...
...
src/pages/settle/pay-ensure.vue
View file @
b727b587
...
...
@@ -239,7 +239,7 @@
border-radius
:
12rpx
;
padding
:
30rpx
;
min-height
:
160rpx
;
margin-bottom
:
188rpx
;
//
margin-bottom: 188rpx;
text-align
:
center
;
.txt
{
...
...
src/pages/settle/sign-contract.vue
View file @
b727b587
...
...
@@ -454,8 +454,8 @@
background-color
:
#FFFFFF
;
border-radius
:
12rpx
;
padding
:
30rpx
30rpx
0rpx
30rpx
;
margin-bottom
:
20rpx
;
margin-bottom
:
188rpx
;
//
margin-bottom: 20rpx;
//
margin-bottom: 188rpx;
/
deep
/
.u-radio__label
{
line-height
:
40rpx
;
...
...
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