Browse Source

Merge branch 'master' of http://192.168.4.246:3000/zhangs/surveyMaker

曹冬冬 5 years ago
parent
commit
bafcc19d9b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      index.html
  2. 1 1
      src/views/h5editor/index.vue

+ 1 - 1
index.html

@@ -2,7 +2,7 @@
 <html>
 <html>
   <head>
   <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>调研宝</title>
+    <title>调研宝H5编辑器</title>
   </head>
   </head>
   <body>
   <body>
     <div id="app"></div>
     <div id="app"></div>

+ 1 - 1
src/views/h5editor/index.vue

@@ -996,7 +996,7 @@
                     this.canSave = false;
                     this.canSave = false;
                 }else {
                 }else {
                     this.canSave = true;
                     this.canSave = true;
-                    return
+                    return false
                 }
                 }
                 if (this.isChangeStatus) {
                 if (this.isChangeStatus) {
                     this.element.backgroundUnselectedImg = that.buttonData.backgroundUnselectedImg;
                     this.element.backgroundUnselectedImg = that.buttonData.backgroundUnselectedImg;