|
@@ -7,15 +7,9 @@
|
|
|
</view>
|
|
|
<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>-->
|
|
|
- <!-- #endif -->
|
|
|
- <!-- #ifdef MP-WEIXIN -->
|
|
|
- <!-- <web-view :src="goodsInfo.userHtml" style="width: 100%; height: 800rpx; overflow: auto;"></web-view> -->
|
|
|
- <!-- #endif -->
|
|
|
+ <view style="padding: 10px;" v-html="goodsInfo.userHtml"></view>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <!-- {{ content }} -->
|
|
|
<view style="padding: 10px;" v-html="content"></view>
|
|
|
</template>
|
|
|
</view>
|