瀏覽代碼

fix: 修改bug

bill 2 年之前
父節點
當前提交
369dd6467b
共有 2 個文件被更改,包括 7 次插入1 次删除
  1. 4 1
      src/store/sync.ts
  2. 3 0
      src/views/roads/tabulation.vue

+ 4 - 1
src/store/sync.ts

@@ -142,7 +142,10 @@ export const api = !global.android
           return await new Promise<string>((resolve) => {
           return await new Promise<string>((resolve) => {
             const apiName = `getImageCallback${count++}`;
             const apiName = `getImageCallback${count++}`;
             global[apiName] = (base64) => {
             global[apiName] = (base64) => {
-              // console.error("请求url:" + fileUrl, "返回:" + base64.substring(0, 60))
+              console.error(
+                "请求url:" + fileUrl,
+                "返回:" + base64.substring(0, 60)
+              );
               resolve(URL.createObjectURL(base64ToBlob(base64)));
               resolve(URL.createObjectURL(base64ToBlob(base64)));
               delete global[apiName];
               delete global[apiName];
             };
             };

+ 3 - 0
src/views/roads/tabulation.vue

@@ -383,6 +383,9 @@ const saveHandler = async () => {
 }
 }
 
 
 .downMode {
 .downMode {
+  .reset {
+    display: none !important;
+  }
   .title {
   .title {
     span {
     span {
       height: 52px !important;
       height: 52px !important;