YY 2 年之前
父节点
当前提交
575e875be8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();