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
173e99fe
Commit
173e99fe
authored
Nov 14, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
1de1a574
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
25 deletions
+25
-25
detaila_tl.js
public/app/js/detaila_tl.js
+25
-25
No files found.
public/app/js/detaila_tl.js
View file @
173e99fe
...
@@ -336,27 +336,27 @@
...
@@ -336,27 +336,27 @@
})();
})();
$
(
document
).
ready
(
function
(){
//$(document).ready(function(){
console
.
log
(
"12312321321312321132"
)
// console.log("12312321321312321132")
//window.location.href = 'https://www.baidu.com';
// //window.location.href = 'https://www.baidu.com';
//
var
phone
=
''
;
// var phone = '';
//
$
.
ajax
({
// $.ajax({
url
:
'index/getWxInfoV2'
,
// url: 'index/getWxInfoV2',
data
:
{
// data: {
},
// },
type
:
"GET"
,
// type: "GET",
dataType
:
"json"
,
// dataType: "json",
beforeSend
:
function
()
{},
// beforeSend: function() {},
success
:
function
(
data
)
{
// success: function(data) {
},
// },
error
:
function
()
{
// error: function() {
//
}
// }
});
// });
console
.
log
(
$
(
'#open_id'
).
val
())
// console.log($('#open_id').val())
console
.
log
(
JSON
.
parse
(
$
(
'#open_id'
).
val
()));
// console.log(JSON.parse($('#open_id').val()));
console
.
log
(
JSON
.
parse
(
$
(
'#open_id'
).
val
()).
id
)
// console.log(JSON.parse($('#open_id').val()).id)
$
(
'#jump_link'
).
attr
(
"data-phone"
,
JSON
.
parse
(
$
(
'#open_id'
).
val
()).
is_user
)
// $('#jump_link').attr("data-phone" , JSON.parse($('#open_id').val()).is_user)
})
//})
\ No newline at end of file
\ No newline at end of file
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