Explorar el Código

fix:提示 请刷新页面,重新选择打印

zh hace 2 años
padre
commit
84cf422102
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/supply/pickup/components/design/preview.vue

+ 1 - 1
src/views/supply/pickup/components/design/preview.vue

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