Authored by 陈峰

commit

... ... @@ -125,12 +125,12 @@ export default {
content: '您确定不卖此商品吗?',
confirmBtn: {
text: '取消',
active: false,
active: true,
disabled: false,
},
cancelBtn: {
text: '确定',
active: true,
active: false,
disabled: false,
},
onCancel: () => {
... ...