Browse Source

在看文本修改

suxinf 4 years ago
parent
commit
edb2207ce4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/components/Modal.vue
  2. 1 1
      src/views/data/components/UploadLinkEditModal.vue

+ 1 - 1
src/components/Modal.vue

@@ -275,7 +275,7 @@ export default {
       }
       if (!this.lookingCount || this.lookingCount < 0) {
         this.noEditFlag = true;
-        alert("请填写正确的看/转发");
+        alert("请填写正确的看/转发");
         return;
       }
       if (!this.mediaTitle) {

+ 1 - 1
src/views/data/components/UploadLinkEditModal.vue

@@ -239,7 +239,7 @@ export default {
       }
       if (!this.lookingCount || this.lookingCount < 0) {
         this.noEditFlag = true;
-        alert("请填写正确的看/转发");
+        alert("请填写正确的看/转发");
         return;
       }
       if (!this.mediaTitle) {