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
fdd946bd
Commit
fdd946bd
authored
Nov 06, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改变 版本号
parent
c9f89dc3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
footer_tpl.html
application/index/view/global/footer_tpl.html
+2
-2
shopList.vue
public/appnew/src/components/shop/shopList.vue
+3
-3
No files found.
application/index/view/global/footer_tpl.html
View file @
fdd946bd
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=123123'
charset=
'utf-8'
></script>
\ No newline at end of file
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=123126'
charset=
'utf-8'
></script>
\ No newline at end of file
public/appnew/src/components/shop/shopList.vue
View file @
fdd946bd
...
...
@@ -108,6 +108,7 @@
initTabNumYeTai
:
''
,
initTabNumArea
:
''
,
initTabNumRent
:
''
,
initTabCity
:
''
,
mainDataChoose
:[{
'title'
:
'区域'
,
'isShow'
:
false
,
...
...
@@ -188,7 +189,7 @@
url
:
'/api/filtrateConditionV2'
,
responseType
:
'json'
,
data
:
{
'city'
:
'上海市'
'city'
:
_this
.
initTabCity
,
}
})
.
then
(
function
(
response
)
{
...
...
@@ -222,8 +223,7 @@
},
changeCity
(
c
)
{
let
_this
=
this
;
console
.
log
(
c
.
target
.
value
);
_this
.
initTabCity
=
c
.
target
.
value
;
},
tabYeTai
(
index
){
let
_this
=
this
;
...
...
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