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
a51ebbae
Commit
a51ebbae
authored
Nov 23, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
32789
parent
b0abcdaf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
baidu_send.html
application/app/view/index/baidu_send.html
+2
-2
baidu_send.js
public/app/js/baidu_send.js
+7
-7
No files found.
application/app/view/index/baidu_send.html
View file @
a51ebbae
...
@@ -142,14 +142,14 @@
...
@@ -142,14 +142,14 @@
<div
class=
"w-50 "
>
<div
class=
"w-50 "
>
<div
style=
"text-align:center;margin-left:.7rem;"
>
<div
style=
"text-align:center;margin-left:.7rem;"
>
<img
src=
"/app/images/h59@2x.png"
style=
"width:1.86rem;"
/>
<img
src=
"/app/images/h59@2x.png"
style=
"width:1.86rem;"
/>
<div><span
style=
"color:#ff5c50;font-size:0.38rem"
id=
"shopNum"
></span></div>
<div><span
style=
"color:#ff5c50;font-size:0.38rem"
id=
"shopNum"
>
32789套
</span></div>
<div><span
style=
"color:#F79130 ; font-size:0.22rem"
>
真商铺量
</span></div>
<div><span
style=
"color:#F79130 ; font-size:0.22rem"
>
真商铺量
</span></div>
</div>
</div>
</div>
</div>
<div
class=
"w-50 "
>
<div
class=
"w-50 "
>
<div
style=
"text-align:center;margin-left:0rem;"
>
<div
style=
"text-align:center;margin-left:0rem;"
>
<img
src=
"/app/images/h5 copy@2x.png"
style=
"width:1.86rem;"
/>
<img
src=
"/app/images/h5 copy@2x.png"
style=
"width:1.86rem;"
/>
<div><span
style=
"color:#ff5c50;font-size:0.38rem;"
id=
"finishNum"
></span></div>
<div><span
style=
"color:#ff5c50;font-size:0.38rem;"
id=
"finishNum"
>
168套
</span></div>
<div><span
style=
"color:#F79130 ; font-size:0.22rem;"
>
上周成交量
</span></div>
<div><span
style=
"color:#F79130 ; font-size:0.22rem;"
>
上周成交量
</span></div>
</div>
</div>
</div>
</div>
...
...
public/app/js/baidu_send.js
View file @
a51ebbae
...
@@ -63,10 +63,10 @@
...
@@ -63,10 +63,10 @@
})
})
})();
})();
$
(
document
).
ready
(
function
(){
//
$(document).ready(function(){
console
.
log
(
"12312312321"
)
//
console.log("12312312321")
$
.
get
(
'/broker/getVolume'
,
function
(
data
){
//
$.get('/broker/getVolume',function(data){
$
(
'#shopNum'
).
text
(
data
.
data
.
shop_num
+
"套"
);
//
$('#shopNum').text(data.data.shop_num+"套");
$
(
'#finishNum'
).
text
(
data
.
data
.
volume_last_week
+
"
套"
);
// $('#finishNum').text("168
套");
})
//
})
});
//
});
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