Commit 96a6efc2 by 程智春

home

parent 76add0e0
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
<div v-if="item.componentCode == 'float-button'"> <div v-if="item.componentCode == 'float-button'">
<float-button :datas="item"></float-button> <float-button :datas="item"></float-button>
</div> </div>
</div>
<div v-if="item.componentCode == 'goods-search'"> <div v-if="item.componentCode == 'goods-search'">
<goods-search :datas="item"></goods-search> <goods-search :datas="item"></goods-search>
</div> </div>
...@@ -47,6 +46,8 @@ ...@@ -47,6 +46,8 @@
<pop-up :datas="item"></pop-up> <pop-up :datas="item"></pop-up>
</div> </div>
</div> </div>
</div>
<bottomCont></bottomCont> <bottomCont></bottomCont>
</scroll-view> </scroll-view>
<!-- <image <!-- <image
......
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