全部显示物流

This commit is contained in:
2020-08-21 10:18:10 +08:00
parent 3d2e0a9525
commit fc44bb5fd6
7 changed files with 15 additions and 27 deletions

View File

@@ -1,6 +1,5 @@
<template>
<view class="listItem">
<!-- <video :src="url" :show-fullscreen-btn="true"></video> -->
<view v-if="type == '2'" class="video-container">
<image :src="url" mode="aspectFill" class="video"></image>
<view class="backs"></view>
@@ -58,8 +57,5 @@ export default {
}
},
props:['url','type'],
created() {
console.log(this.url, this.type);
}
}
</script>