YY 2 anni fa
parent
commit
575e875be8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/selfShop/message/index.vue

+ 1 - 1
src/views/selfShop/message/index.vue

@@ -158,7 +158,7 @@ export default {
         else form.content = this.file[0].url;
       }
       let res = await this.create(form);
-      if (this.$checkRes(res, '操作成功', '操作失败')) {
+      if (this.$checkRes(res, '发送成功', '发送失败')) {
         let data = { _id: res.data.room, customer: this.customer, shop: this.shop };
         this.toClose();
         this.search();