|
@@ -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({
|