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
e1b8a7e3
Commit
e1b8a7e3
authored
Jun 01, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户动态详情app交互
parent
5fa0dad5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
customerinfo_details_new.html
...ation/app_broker/view/index/customerinfo_details_new.html
+1
-1
customerinfo_details_new.js
public/app/js/customerinfo_details_new.js
+14
-1
No files found.
application/app_broker/view/index/customerinfo_details_new.html
View file @
e1b8a7e3
...
@@ -155,7 +155,7 @@
...
@@ -155,7 +155,7 @@
<script
type=
"text/javascript"
src=
"/app/js/jquery-1122-min.js"
></script>
<script
type=
"text/javascript"
src=
"/app/js/jquery-1122-min.js"
></script>
<script
src=
"/app/js/common.js?new39"
charset=
"utf-8"
></script>
<script
src=
"/app/js/common.js?new39"
charset=
"utf-8"
></script>
<script
src=
"/app/js/customerinfo_details_new.js?new4
5
"
></script>
<script
src=
"/app/js/customerinfo_details_new.js?new4
6
"
></script>
</body>
</body>
...
...
public/app/js/customerinfo_details_new.js
View file @
e1b8a7e3
...
@@ -90,7 +90,20 @@ function loadMain(){
...
@@ -90,7 +90,20 @@ function loadMain(){
$
(
'.edit-btn'
).
click
(
function
(
e
){
$
(
'.edit-btn'
).
click
(
function
(
e
){
e
.
preventDefault
();
e
.
preventDefault
();
e
.
stopPropagation
();
e
.
stopPropagation
();
location
.
href
=
ServerHost
+
'/app_broker/customerinfo_customer_add?customerId='
+
_customerId
;
//location.href = ServerHost+'/app_broker/customerinfo_customer_add?customerId='+_customerId;
Compatible
({
paraIos
:
{
'route'
:
'onClientEdit'
,
'userId'
:
_customerId
},
fnAndroid
:
function
()
{
window
.
android
.
onClientEdit
(
String
(
_customerId
));
},
fn
:
function
()
{
console
.
warn
(
'error'
);
}
});
});
});
};
};
...
...
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