<store-product
:appid="erqiPeizhi.appId1"
:product-id="erqiPeizhi.productId1"
custom-content="true"
class="store-product-container"
>
<view class="ipcontainer">
<image
:src="util.checkFileUrl(erqiPeizhi.ipImg1)"
class="ip1"
/>
<view class="ipcontext">
<view class="ipcontext-desc">
{{ erqiPeizhi.ipDesc1 || '' }}
</view>
<view class="ipcontext-title">
{{ erqiPeizhi.ipTitle1 || '' }}
</view>
</view>
</view>
</store-product>只会展示里面自定义的内容,点击也没反应,不管是开发者工具还是微信小程序。
