Commit dc86fc8506f5c54e48b41e7393b738b9805177e2

Authored by fengtao
1 parent 886531fc

fix:移除底部tabbar

... ... @@ -48,20 +48,15 @@
48 48 <!-- #endif -->
49 49 </view>
50 50 <view style="height: 20rpx;"></view>
51   - <f-tabbar></f-tabbar>
52 51 </view>
53 52 </view>
54 53 </template>
55 54
56 55 <script>
57   -import fTabbar from '@/components/module/f-tabbar/f-tabbar';
58 56 import baseUrl from '@/config/baseUrl.js';
59 57 import { mapState } from 'vuex';
60 58
61 59 export default {
62   - components: {
63   - fTabbar
64   - },
65 60 data() {
66 61 return {
67 62 feedbackData: {
... ...