| | |
| | | aMapKey: "1f78544934b66c9fbc0104117f663973", //在高德中申请Web服务key |
| | | scanAuthNavigation: ["https://m-b2b2c.pickmall.cn/"], //扫码认证跳转域名配置 会根据此处配置的路由进行跳转 |
| | | iosAppId: "id1564638363", //AppStore的应用地址id 具体在分享->拷贝链接中查看 |
| | | logo: "https://lilishop-oss.oss-cn-beijing.aliyuncs.com/4c864e133c2944efad1f7282ac8a3b9e.png", //logo地址 |
| | | logo: "https://lmk-1356772813.cos.ap-chengdu.myqcloud.com/MANAGER/undefined/b84d86a47e404d27a46471d8c65722a8.png", //logo地址 |
| | | customerServiceMobile: "13161366885", //客服电话 |
| | | customerServiceEmail: "lili@lili.com", //客服邮箱 |
| | | imWebSrc: "https://im.pickmall.cn", //IM地址 |
| | |
| | | v-for="(item, index) in videoList" |
| | | :key="item.id" |
| | | > |
| | | |
| | | <image class="video-cover" @click="playAuthorVideo(index)" :src="item.videoContentType === 'video' ? item.coverUrl : item.imgs[0]" mode="aspectFill"></image> |
| | | <image v-if="item.videoContentType === 'img'" class="video-cover" @click="playAuthorVideo(index)" :src="item.imgs[0]" mode="aspectFill"></image> |
| | | <!-- <image class="video-cover" @click="playAuthorVideo(index)" :src="item.videoContentType === 'video' ? item.coverUrl : item.imgs[0]" mode="aspectFill"></image> --> |
| | | <video v-else :src="item.videoUrl" |
| | | :poster-for-crawler='item.coverUrl' |
| | | object-fit='"cover"' |
| | | :show-fullscreen-btn='false' |
| | | :show-play-btn='false' |
| | | :show-center-play-btn='false' |
| | | :enable-progress-gesture='false' |
| | | class="video-cover" @click="playAuthorVideo(index)"></video> |
| | | <view class="video-info"> |
| | | <view class="video-stats"> |
| | | <view class="stat"> |