|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
</swiper>
|
|
|
</view>
|
|
|
- <view class="name" v-if="loading">{{info.name}} | {{info.specificationModel}} | {{info.partsCode}}</view>
|
|
|
+ <view class="name" v-if="loading">{{info.name}} | {{info.specificationModel}} </view>
|
|
|
<view style="height: 30rpx;background: #F4F5F7;"></view>
|
|
|
<view class="detail">
|
|
|
<view class="datailTitle">商品详情</view>
|
|
@@ -20,8 +20,22 @@
|
|
|
<!-- <video style="width:750rpx;" class="edui-faked-video twtcs" src="https://66km.oss-cn-beijing.aliyuncs.com/yanghuziliao/shachepan/%E6%AC%A7%E6%B4%B2%E7%BB%B4%E4%BF%AE%E5%88%B9%E8%BD%A6%E7%9B%98%E7%89%87%E6%A0%87%E5%87%86%E6%9B%B4%E6%8D%A2SOP%E6%B5%81%E7%A8%8B.mp4" width="420" height="280" enable-danmu danmu-btn controls></video> -->
|
|
|
<!-- <player-component vid="f3310d4pktb"></player-component> -->
|
|
|
<!-- <rich-text :nodes="html"></rich-text> -->
|
|
|
- <u-parse :content="html" ></u-parse>
|
|
|
+
|
|
|
<!-- <view v-html="html"></view> -->
|
|
|
+ <view class="contLine">
|
|
|
+ 出厂编码: {{ info.factoryNumber }}
|
|
|
+ </view>
|
|
|
+ <view class="contLine">
|
|
|
+ 包装规格: {{ info.packagingSpecification }}
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="contLine">
|
|
|
+ 单位: {{ info.measurementUnit }}
|
|
|
+ </view>
|
|
|
+ <view class="contLine">
|
|
|
+ 车型备注: {{ info.modelRemark }}
|
|
|
+ </view>
|
|
|
+ <u-parse :content="html" ></u-parse>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
@@ -123,4 +137,9 @@
|
|
|
/deep/ video{
|
|
|
width: 750rpx;
|
|
|
}
|
|
|
+.contLine{
|
|
|
+ font-size: 26rpx;
|
|
|
+ color: #666;
|
|
|
+ padding: 10rpx 24rpx;
|
|
|
+}
|
|
|
</style>
|