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
961ac25b
Commit
961ac25b
authored
Nov 06, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台 修改
parent
3579e8e3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
shopList.vue
public/appnew/src/components/shop/shopList.vue
+1
-1
agent.js
public/resource/js/agent.js
+3
-2
houseList.js
public/resource/js/houseList.js
+3
-1
No files found.
public/appnew/src/components/shop/shopList.vue
View file @
961ac25b
...
...
@@ -272,7 +272,7 @@
tabArea
(
index
,
area
){
let
_this
=
this
;
_this
.
initTabNumArea
=
index
;
// _this
_ajaxArea = area;
_this
.
_ajaxArea
=
area
;
console
.
log
(
area
);
_this
.
mainDataChoose
[
_this
.
initTabNumMainChoose
].
isShow
=
false
;
},
...
...
public/resource/js/agent.js
View file @
961ac25b
...
...
@@ -510,8 +510,9 @@ define(['doT', 'text!temp/agent_template_tpl.html', 'text!temp/phoneBinding_temp
success
:
function
(
data
)
{
if
(
data
.
code
==
200
)
{
alert
(
'提交成功'
);
$
(
"#modal-business"
).
modal
(
'hide'
);
agent
.
Edit
();
//转勤弹框关闭 更新编辑经纪人弹框
$
(
"#modal-business"
).
modal
(
'hide'
);
//转勤 提交成功之后 关闭弹出框
$
(
"#modal-edit"
).
modal
(
'hide'
);
agent
.
getList
(
agent
.
pageNo
);
}
else
if
(
data
.
code
==
101
){
alert
(
data
.
msg
);
...
...
public/resource/js/houseList.js
View file @
961ac25b
...
...
@@ -149,10 +149,12 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
var
p_district_id
=
$
(
'#district_id_panfang'
).
val
();
var
p_store_id
=
$
(
'#guest_stores_panfang'
).
val
();
var
p_agent_id
=
business
.
agent_id_choose_p
;
var
type
=
$
(
'#shop_type'
).
val
();
var
city
=
$
(
'.shop_city_choose_site_list'
).
val
();
if
(
p_store_id
==
null
){
p_store_id
=
''
;
}
var
_shopLink
=
'https://www.tonglianjituan.com/shop_link.html?
type=1&city=1'
+
'&'
+
'p_district_id'
+
'='
+
p_district_id
+
'&'
+
'p_store_id'
+
'='
+
p_store_id
+
'&'
+
'p_agent_id'
+
'='
+
p_agent_id
;
var
_shopLink
=
'https://www.tonglianjituan.com/shop_link.html?
'
+
'p_district_id'
+
'='
+
p_district_id
+
'&'
+
'p_store_id'
+
'='
+
p_store_id
+
'&'
+
'p_agent_id'
+
'='
+
p_agent_id
+
'&'
+
'type'
+
'='
+
(
type
==
-
1
?
1
:
type
)
+
'&'
+
'city'
+
'='
+
escape
(
city
==
""
?
'上海市'
:
city
)
;
if
(
p_district_id
||
p_store_id
||
p_agent_id
){
$
(
'#link_content'
).
html
(
_shopLink
);
}
else
{
...
...
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