Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
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
hujun
tl_estate
Commits
08ebbe06
Commit
08ebbe06
authored
Aug 23, 2019
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改城市等一系列问题1
parent
75560196
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
achieveFork.vue
public/appnew/src/components/achieveMain/achieveFork.vue
+4
-1
No files found.
public/appnew/src/components/achieveMain/achieveFork.vue
View file @
08ebbe06
...
...
@@ -241,6 +241,8 @@
ajaxUl
()
{
let
_this
=
this
;
let
_index
=
_this
.
initTabNumMain
;
_this
.
total1
=
0
;
_this
.
total2
=
0
;
_this
.
axios
({
method
:
'get'
,
url
:
'/broker/selectPerformanceByTime'
,
...
...
@@ -258,7 +260,8 @@
if
(
response
.
data
.
code
==
200
)
{
if
(
response
.
data
.
data
){
if
(
Array
.
isArray
(
response
.
data
.
data
)){
_this
.
total1
=
0
;
_this
.
total2
=
0
;
}
else
{
_this
.
total1
=
_this
.
dealJine
(
response
.
data
.
data
.
all_performance_total
)
;
_this
.
total2
=
_this
.
dealJine
(
response
.
data
.
data
.
all_official_receipts_total
);
...
...
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