Parcourir la source

在看文本修改

suxinf il y a 4 ans
Parent
commit
edb2207ce4

+ 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) {