Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
Commits
Go to a project
GitLab
Go to group
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
李奇
2018-10-30 17:55:44 +0800
Commit
783ff2abc922f750c680581017e4d97d624a1179
1 parent
d8edffd5
优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
public/vue/wheel-surf/list.vue
public/vue/wheel-surf/list.vue
View file @
783ff2a
...
...
@@ -94,9 +94,10 @@
this.$router.push({name: 'prizeSent', query: {actId}});
},
delete(id) {
this.$Modal.
warning
({
this.$Modal.
confirm
({
title: '删除',
content: '删除后不可恢复,确认删除?',
cancelText: '取消',
onOk: () => {
$.ajax({
method: 'post',
...
...
Please
register
or
login
to post a comment