@@ -105,6 +105,8 @@ export default {
this.$confirm(err, '提示', {
confirmButtonText: '确定',
showCancelButton: false,
+ showClose: false,
+
type: 'warning',
center: true
}).then(() => {
@@ -126,7 +126,7 @@ export default {
},
myConfirm(err) {
this.$confirm(err || '系统提示:单被商家取消预约,请刷新页面,重新选择打印', '提示', {
-