hive-app/pages/member/index.vue
@@ -1,9 +1,28 @@ <template> <!-- 会员 --> <view class="container"> <search-bar></search-bar> </view> </template> <script> import searchBar from '../../components/searchBar/index.vue'; export default { components:{ searchBar }, data() { return { }; }, methods:{ } } </script> <style> .container{ padding: 0 10px; } </style>