瀏覽代碼

feat: update

gemercheung 1 年之前
父節點
當前提交
bac8157802
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/view/case/photos/index.vue
  2. 1 1
      src/view/user/edit.vue

+ 1 - 1
src/view/case/photos/index.vue

@@ -262,7 +262,7 @@ const renderCanvas = () => {
           const title = `${props.title}-照片卷.jpg`;
           if (data && data.imgUrl) {
             if (save) {
-              debugger;
+              // debugger;
               saveAs(data.imgUrl, title);
             }
           }

+ 1 - 1
src/view/user/edit.vue

@@ -54,7 +54,7 @@
         >
           <template v-slot:suffix>
             <img
-              v-if="plainFlag"
+              v-if="!plainFlag"
               @click="plainFlag = !plainFlag"
               style="width: 20px"
               src="@/assets/image/pasword.png"