Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-app-web
·
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
陈峰
6 years ago
Commit
c57cba3623012af0919eb3801fbe20267d5f934f
1 parent
22f7122d
commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
apps/pages/single/order/ufo/order.vue
apps/pages/single/order/ufo/order.vue
View file @
c57cba3
...
...
@@ -124,16 +124,16 @@ export default {
type: 'confirm',
content: '您确定不卖此商品吗?',
confirmBtn: {
text: '确定',
active: true,
text: '取消',
active: false,
disabled: false,
},
cancelBtn: {
text: '取消',
active: false,
text: '确定',
active: true,
disabled: false,
},
onC
onfirm
: () => {
onC
ancel
: () => {
this.onNoSaleSure({skc, num: 1});
},
}).show();
...
...
Please
register
or
login
to post a comment