瀏覽代碼

修改二维码显示不出来问题

zhangyu 5 年之前
父節點
當前提交
f55c7c2a6d
共有 1 個文件被更改,包括 2 次插入5 次删除
  1. 2 5
      src/views/mbiH5/index.vue

+ 2 - 5
src/views/mbiH5/index.vue

@@ -127,10 +127,7 @@
                   v-if="detail.dataType == 'Attachment' && (typeof(valueData[detail.infoPointCode]) == 'string')"
                   class="img_a"
                 >
-                  <img
-                    :src=" 'img/image-service/common/image_get?systemId=saas&key=' + valueData[detail.infoPointCode] + '&width=200&height=200'"
-                    alt
-                  >
+                  <img width="200px" height="200px" :src=" 'img/image-service/common/file_get/'+ valueData[detail.infoPointCode] +'?systemId=dataPlatform'" alt>
                 </div>
               </div>
               <!-- 当其为Attachment类型,且undefined时,内容为- -->
@@ -520,7 +517,7 @@ html {
 
 @media screen and (min-width: 960px) and (max-width: 1199px) {
   html {
-    font-size: 40px;
+    font-size: 45px;
   }
 }
 /* ipad尺寸 */