首页基本完成
This commit is contained in:
parent
35799b3325
commit
c02c1bef74
@ -3,7 +3,7 @@
|
||||
<image class="head">
|
||||
|
||||
</image>
|
||||
<view class="title">这是标题这是标题这是标题</view>
|
||||
<view class="title" v-if="!isguanzhu">这是标题这是标题这是标题</view>
|
||||
<view class="jianjie">这是简介这是简介这是简介</view>
|
||||
<view class="user">
|
||||
<view>
|
||||
@ -91,6 +91,7 @@ export default {
|
||||
return {
|
||||
|
||||
}
|
||||
}
|
||||
},
|
||||
props:["isguanzhu"]
|
||||
}
|
||||
</script>
|
@ -60,6 +60,14 @@
|
||||
|
||||
</view>
|
||||
</view>
|
||||
<view class="list">
|
||||
<view >
|
||||
<videoItem isguanzhu="true" v-for="item in 10"></videoItem>
|
||||
</view>
|
||||
<view style="margin-left:20rpx">
|
||||
<videoItem isguanzhu="true" v-for="item in 10"></videoItem>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</scroll-view>
|
||||
|
Loading…
Reference in New Issue
Block a user