Authored by 张文文

npm version

... ... @@ -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>
... ...
{
"name": "ufo-app-web",
"version": "1.1.3",
"version": "1.1.4",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...