Commit 80d3d309 authored by 黄奎's avatar 黄奎

页面修改

parent 1a855663
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
</div> </div>
</div> </div>
</div> </div>
<div flex="dir:left box:first" class="plugin-item" @click="goDiyCenter('FcircleMain')"> <div v-if="isShow==1" flex="dir:left box:first" class="plugin-item" @click="goDiyCenter('FcircleMain')">
<div style="margin-right: 12px;background:rgb(51, 153, 255);height:50px;"><img src="../../assets/img/sallCenter/circle.png" <div style="margin-right: 12px;background:rgb(51, 153, 255);height:50px;"><img src="../../assets/img/sallCenter/circle.png"
style="width: 50px; height: 50px; display: block;"></div> style="width: 50px; height: 50px; display: block;"></div>
<div> <div>
...@@ -147,7 +147,8 @@ ...@@ -147,7 +147,8 @@
return { return {
currentUser: {}, currentUser: {},
isChecked: 1, isChecked: 1,
Height: 0 Height: 0,
isShow:0,
}; };
}, },
created() { created() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment