Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shop_mobile_uni
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
郑秀明
shop_mobile_uni
Commits
07c254ef
Commit
07c254ef
authored
Mar 30, 2020
by
王建威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购分期
parent
23daeca1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
1 deletion
+30
-1
TopBar.vue
components/TopBar/TopBar.vue
+1
-1
applypage1.vue
pages/apply/applypage1.vue
+6
-0
choosetype.vue
pages/apply/choosetype.vue
+23
-0
No files found.
components/TopBar/TopBar.vue
View file @
07c254ef
<
template
>
<
template
>
<view
class=
"topbar_view"
>
<view
class=
"topbar_view"
>
<text
class=
"eosfont left_icon"
>

</text>
<text
class=
"eosfont left_icon"
@
click=
"back()"
>

</text>
{{
this
.
title
}}
{{
this
.
title
}}
</view>
</view>
</
template
>
</
template
>
...
...
pages/apply/applypage1.vue
View file @
07c254ef
<
template
>
<
template
>
<view
class=
"page1_content"
>
<view
class=
"page1_content"
>
<TopBar
title=
"金融分期"
/>
<view
class=
"page1_top"
>
<view
class=
"page1_top"
>
<view>
<view>
<view
class=
"apply_title"
>
企业信息
</view>
<view
class=
"apply_title"
>
企业信息
</view>
...
@@ -66,6 +67,7 @@
...
@@ -66,6 +67,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
TopBar
from
'@/components/TopBar/TopBar.vue'
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -80,12 +82,16 @@
...
@@ -80,12 +82,16 @@
}
}
})
})
}
}
},
components
:
{
TopBar
}
}
}
}
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.page1_content {
.page1_content {
padding-top: 80rpx;
.apply_title {
.apply_title {
font-size:32rpx;
font-size:32rpx;
font-family:PingFangSC-Medium,PingFang SC;
font-family:PingFangSC-Medium,PingFang SC;
...
...
pages/apply/choosetype.vue
View file @
07c254ef
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
<view>
申请线下审核资质
</view>
<view>
申请线下审核资质
</view>
<view>
专属业务人员上门收集企业资质
</view>
<view>
专属业务人员上门收集企业资质
</view>
</view>
</view>
<view
class=
"next_step"
@
click=
"nextStep()"
>
下一步
</view>
</view>
</view>
</
template
>
</
template
>
...
@@ -23,6 +24,13 @@
...
@@ -23,6 +24,13 @@
methods
:
{
methods
:
{
changeType
(
type
)
{
changeType
(
type
)
{
this
.
type
=
type
;
this
.
type
=
type
;
},
nextStep
()
{
if
(
this
.
type
===
1
)
{
uni
.
navigateTo
({
url
:
'/pages/apply/applypage1'
})
}
}
}
},
},
components
:
{
components
:
{
...
@@ -60,4 +68,19 @@
...
@@ -60,4 +68,19 @@
background: #f8f8f8;
background: #f8f8f8;
border-color: #f8f8f8;
border-color: #f8f8f8;
}
}
.next_step {
width: 678rpx;
height: 80rpx;
line-height: 80rpx;
text-align: center;
background-color: #FFDB00;
font-family:PingFangSC-Medium,PingFang SC;
font-weight:500;
font-size: 28rpx;
border-radius: 16rpx;
position: absolute;
bottom: 30rpx;
left: 50%;
margin-left: -339rpx;
}
</
style
>
</
style
>
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