Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-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
xugong
hls-xcmg-vue-app
Commits
904cca3a
Commit
904cca3a
authored
Apr 03, 2020
by
Tyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tyh
parent
8ede6c19
Pipeline
#5455
canceled with stages
Changes
15
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
651 additions
and
0 deletions
+651
-0
bound@2x.png
src/assets/functionCenter/bound@2x.png
+0
-0
car@2x.png
src/assets/functionCenter/car@2x.png
+0
-0
con-que@2x.png
src/assets/functionCenter/con-que@2x.png
+0
-0
con-sign@2x.png
src/assets/functionCenter/con-sign@2x.png
+0
-0
in@2x.png
src/assets/functionCenter/in@2x.png
+0
-0
payment@2x.png
src/assets/functionCenter/payment@2x.png
+0
-0
rent@2x.png
src/assets/functionCenter/rent@2x.png
+0
-0
video@2x.png
src/assets/functionCenter/video@2x.png
+0
-0
xg-pic@2x.png
src/assets/functionCenter/xg-pic@2x.png
+0
-0
function@2x.png
src/assets/image/tab/function@2x.png
+0
-0
n_function@2x.png
src/assets/image/tab/n_function@2x.png
+0
-0
contract-records.vue
src/pages/contractInquire/contract-records.vue
+32
-0
function-list.vue
src/pages/functionCenter/function-list.vue
+610
-0
tab.vue
src/pages/tab.vue
+5
-0
index.js
src/router/index.js
+4
-0
No files found.
src/assets/functionCenter/bound@2x.png
0 → 100644
View file @
904cca3a
1.45 KB
src/assets/functionCenter/car@2x.png
0 → 100644
View file @
904cca3a
1.26 KB
src/assets/functionCenter/con-que@2x.png
0 → 100644
View file @
904cca3a
1.26 KB
src/assets/functionCenter/con-sign@2x.png
0 → 100644
View file @
904cca3a
1.29 KB
src/assets/functionCenter/in@2x.png
0 → 100644
View file @
904cca3a
513 Bytes
src/assets/functionCenter/payment@2x.png
0 → 100644
View file @
904cca3a
1.49 KB
src/assets/functionCenter/rent@2x.png
0 → 100644
View file @
904cca3a
1.52 KB
src/assets/functionCenter/video@2x.png
0 → 100644
View file @
904cca3a
1.11 KB
src/assets/functionCenter/xg-pic@2x.png
0 → 100644
View file @
904cca3a
438 KB
src/assets/image/tab/function@2x.png
0 → 100644
View file @
904cca3a
1.6 KB
src/assets/image/tab/n_function@2x.png
0 → 100644
View file @
904cca3a
1.6 KB
src/pages/contractInquire/contract-records.vue
View file @
904cca3a
...
...
@@ -233,6 +233,38 @@ export default {
vm
.
undo_flag
=
false
vm
.
bp_type
=
vm
.
$route
.
params
.
bp_type
vm
.
recordQuery
(
'全部'
,
vm
.
lists
)
}
else
{
vm
.
selected
=
'all'
vm
.
pagenum
=
1
vm
.
unSigned_pagenum
=
1
vm
.
unRepay_pagenum
=
1
vm
.
repaying_pagenum
=
1
vm
.
repayed_pagenum
=
1
vm
.
undo_pagenum
=
1
vm
.
other_pagenum
=
1
vm
.
searchInput
=
''
vm
.
contract_status_n
=
'全部'
vm
.
lists
=
[]
vm
.
unSignedLists
=
[]
vm
.
unRepayLists
=
[]
vm
.
repayingLists
=
[]
vm
.
repayedLists
=
[]
vm
.
undoLists
=
[]
vm
.
otherLists
=
[]
vm
.
unSigned_flag
=
false
vm
.
unRepay_flag
=
false
vm
.
repaying_flag
=
false
vm
.
repayed_flag
=
false
vm
.
other_flag
=
false
vm
.
undo_flag
=
false
if
(
window
.
localStorage
.
multipleRole
===
'TENANT'
)
{
vm
.
bp_type
=
'TENANT'
}
else
if
(
window
.
localStorage
.
bp_type
===
'TENANT'
&&
!
window
.
localStorage
.
multipleRole
)
{
vm
.
bp_type
=
'TENANT'
}
else
{
vm
.
bp_type
=
'TENANT'
}
vm
.
recordQuery
(
'全部'
,
vm
.
lists
)
}
})
},
...
...
src/pages/functionCenter/function-list.vue
0 → 100755
View file @
904cca3a
This diff is collapsed.
Click to expand it.
src/pages/tab.vue
View file @
904cca3a
...
...
@@ -26,6 +26,11 @@
<img
slot=
"icon"
src=
"../assets/image/tab/n_message@2x.png"
>
<span
slot=
"label"
>
消息
</span>
</tabbar-item>
<tabbar-item
:link=
"
{path:'/tab/function-center'}" :selected="$route.path === '/tab/function-center'">
<img
slot=
"icon-active"
src=
"../assets/image/tab/function@2x.png"
>
<img
slot=
"icon"
src=
"../assets/image/tab/n_function@2x.png"
>
<span
slot=
"label"
>
业务办理
</span>
</tabbar-item>
<tabbar-item
@
click
.
native=
"tabClick"
>
<img
slot=
"icon-active"
src=
"../assets/image/tab/my@2x.png"
>
<img
slot=
"icon"
src=
"../assets/image/tab/n_my@2x.png"
>
...
...
src/router/index.js
View file @
904cca3a
...
...
@@ -132,6 +132,9 @@ import About from '@/pages/myInfo/About'
import
UserAgree
from
'@/pages/myInfo/UserAgreement'
import
PrivacyPolicy
from
'@/pages/myInfo/PrivacyPolicy'
// 业务办理
import
FunctionCenter
from
'@/pages/functionCenter/function-list'
// 我的发票
import
MyInvoice
from
'@/pages/invoice/invoice'
Vue
.
use
(
Router
)
...
...
@@ -160,6 +163,7 @@ export default new Router({
{
path
:
'/tab/home-page'
,
component
:
HomePage
,
name
:
'HomePage'
,
meta
:
{
keepAlive
:
false
}},
{
path
:
'/tab/my-info'
,
component
:
MyInfo
,
name
:
'MyInfo'
,
meta
:
{
keepAlive
:
true
}},
{
path
:
'/tab/message-center'
,
component
:
MessageCenter
,
name
:
'MessageCenter'
,
meta
:
{
keepAlive
:
true
}},
{
path
:
'/tab/function-center'
,
component
:
FunctionCenter
,
name
:
'FunctionCenter'
,
meta
:
{
keepAlive
:
true
}},
],
},
...
...
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