全部显示物流
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user