...
|
...
|
@@ -20,7 +20,7 @@ |
|
|
<div class="product-item">
|
|
|
<div class="medal-img"></div>
|
|
|
<ImgSize class="product-image" :src="shareIdentifyInfo.productImageUrl" :width="200" :height="200"></ImgSize>
|
|
|
<div class="product-size">{{shareIdentifyInfo.productSize}}</div>
|
|
|
<div class="product-size">{{shareIdentifyInfo.productSize}}码</div>
|
|
|
<div class="product-name">{{shareIdentifyInfo.productName}}</div>
|
|
|
<div class="provideo-btn" @click="playVideoOperation(shareIdentifyInfo.vedioFileUrl)"></div>
|
|
|
<VideoPlayer ref="videoPlay" class="play-video" :source="shareIdentifyInfo.vedioFileUrl"></VideoPlayer>
|
...
|
...
|
|