|
@@ -30,7 +30,7 @@
|
|
|
<view class="subtitle" v-if="detail.subtitle">{{ detail.subtitle }}</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="introduce">
|
|
|
+ <view class="introduce" v-if="detail.notes">
|
|
|
<view class="introduce-title">
|
|
|
产品介绍
|
|
|
</view>
|
|
@@ -38,6 +38,7 @@
|
|
|
{{ detail.notes }}
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <storeInfo />
|
|
|
<bottom1 />
|
|
|
<view style="position: absolute;z-index: -999;top: 0;">
|
|
|
<l-painter ref="painter" hidden css="padding:10px;background:#fff;width: 148px;">
|