首页基本完成

This commit is contained in:
2020-06-02 15:37:01 +08:00
parent 35799b3325
commit c02c1bef74
2 changed files with 11 additions and 2 deletions

View File

@@ -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>