Эх сурвалжийг харах

Merge branch 'master' of http://42.194.163.46:9001/zrd/app

zhangyaowen 1 сар өмнө
parent
commit
d37797196f

+ 2 - 1
pages/goods/components/detail/detail-content-card.vue

@@ -8,7 +8,7 @@
     <view class="card-content">
       <template v-if="goodsInfo.userHtml">
         <!-- #ifdef H5 -->
-        <iframe :src="goodsInfo.userHtml" style="width: 100%; height: calc(100vh - 94px); border: none;"></iframe>
+        <!--        <iframe :src="goodsInfo.userHtml" style="width: 100%; height: calc(100vh - 94px); border: none;"></iframe>-->
         <!-- #endif -->
         <!-- #ifdef MP-WEIXIN -->
         <!-- <web-view :src="goodsInfo.userHtml" style="width: 100%; height: 800rpx; overflow: auto;"></web-view> -->
@@ -24,6 +24,7 @@
 
 <script setup>
 import sheep from '@/sheep';
+
 const { safeAreaInsets } = sheep.$platform.device;
 
 const props = defineProps({