Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
6fd214527c7d892ed04eb5275406db45d69c47f0
1 parent
185741ac
do merge develop code to fixes some bugs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
static/dist/myohobuy/1.2.0/index-debug.js
static/dist/myohobuy/1.2.0/index-debug.js
View file @
6fd2145
...
...
@@ -7139,12 +7139,14 @@ $page.on('touchstart', '.del-icon', function() {
},
success
:
function
(
data
)
{
if
(
data
.
code
===
200
)
{
dialog
.
showDialog
({
dialog
.
showDialog
({
dialogText
:
'删除浏览记录成功'
,
autoHide
:
true
,
fast
:
true
});
setTimeout
(
function
(){
window
.
history
.
go
(
0
);},
1000
);
setTimeout
(
function
()
{
window
.
history
.
go
(
0
);
},
1000
);
}
},
complete
:
function
()
{
...
...
Please
register
or
login
to post a comment