Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
cailing
9 years ago
Commit
35bb251e6fd667061e2b9495f2b536a8c0500a07
1 parent
ccfbf22f
领券频道样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
web-static/dist/yohobuy/0.0.27/index-debug.js
web-static/dist/yohobuy/0.0.27/index.css
web-static/dist/yohobuy/0.0.27/index.js
web-static/dist/yohobuy/0.0.27/index-debug.js
View file @
35bb251
...
...
@@ -4322,7 +4322,8 @@ var $ = require("jquery"),
var
defaultOptions
=
{
mask
:
true
,
closeIcon
:
true
closeIcon
:
true
,
refreshOnClose
:
false
};
var
tpl
=
...
...
@@ -4403,6 +4404,9 @@ function Dialog(options) {
//绑定x关闭事件
that
.
$el
.
find
(
'.close'
).
click
(
function
()
{
that
.
close
();
if
(
options
.
refreshOnClose
)
{
window
.
location
.
reload
();
}
});
//绑定btn关闭事件
...
...
@@ -17667,6 +17671,7 @@ alertConfig = {
content
:
'恭喜您,成功领取优惠券'
,
subContents
:
[
'特殊情况下到账有延时'
,
'请耐心等待'
],
className
:
'subcontent-dialog'
,
refreshOnClose
:
true
,
btns
:
[
{
id
:
1
,
...
...
web-static/dist/yohobuy/0.0.27/index.css
View file @
35bb251
This diff could not be displayed because it is too large.
web-static/dist/yohobuy/0.0.27/index.js
View file @
35bb251
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment