...
|
...
|
@@ -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,
|
|
|
},
|
|
|
onConfirm: () => {
|
|
|
onCancel: () => {
|
|
|
this.onNoSaleSure({skc, num: 1});
|
|
|
},
|
|
|
}).show();
|
...
|
...
|
|