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
66ed74a8
Commit
66ed74a8
authored
Nov 23, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
com
parent
578fdd3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
13 deletions
+30
-13
baidu_send.js
public/app/js/baidu_send.js
+30
-13
No files found.
public/app/js/baidu_send.js
View file @
66ed74a8
...
@@ -25,19 +25,36 @@
...
@@ -25,19 +25,36 @@
}
}
console
.
log
(
number
);
console
.
log
(
number
);
$
.
get
(
'/broker/addSpreadUser'
,
params
,
function
(
data
){
$
.
get
(
'/broker/addSpreadUser'
,
params
,
function
(
data
){
$
.
confirm
({
if
(
data
.
code
==
200
){
title
:
'领取成功'
,
$
.
confirm
({
content
:
'500元代金券领取成功,即将返回商铺列表.'
,
title
:
'领取成功'
,
buttons
:
{
content
:
'500元代金券领取成功,即将返回商铺列表.'
,
'确定'
:
function
()
{
buttons
:
{
location
.
href
=
'/app/dist/#/shopList?isSendFiveHundred=1'
+
"&"
+
url
;
'确定'
:
function
()
{
},
location
.
href
=
'/app/dist/#/shopList?isSendFiveHundred=1'
+
"&"
+
url
;
// '取消': function () {
},
// window.location="www.baidu.com"
// '取消': function () {
// },
// window.location="www.baidu.com"
}
// },
}
});
});
}
else
{
$
.
confirm
({
title
:
'领取失败'
,
content
:
data
.
message
,
buttons
:
{
'返回商铺'
:
function
()
{
location
.
href
=
'/app/dist/#/shopList?isSendFiveHundred=1'
+
"&"
+
url
;
},
'重新提交'
:
function
()
{
},
}
});
}
},
'json'
);
},
'json'
);
})
})
})();
})();
...
...
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