|
@@ -90,6 +90,7 @@
|
|
|
</scroll-view>
|
|
|
</swiper-item> -->
|
|
|
</swiper>
|
|
|
+ <u-tabbar activeColor="#01A6A8" inactive-color='#666666' :list="tabbar"></u-tabbar>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -104,7 +105,9 @@
|
|
|
article_good,
|
|
|
reply_good
|
|
|
} from '@/api/activity.js';
|
|
|
- import sunuiGrand from '@/components/sunui-grand/sunui-grand.vue';
|
|
|
+ import {
|
|
|
+ tabbar1
|
|
|
+ } from '@/utils/tabbar.js'; //底部导航栏
|
|
|
export default {
|
|
|
// #ifdef MP
|
|
|
onShareAppMessage: function(res) {
|
|
@@ -130,16 +133,14 @@
|
|
|
}
|
|
|
},
|
|
|
// #endif
|
|
|
- components: {
|
|
|
- sunuiGrand
|
|
|
- },
|
|
|
data() {
|
|
|
return {
|
|
|
tabCurrentIndex: 0,
|
|
|
height: '',
|
|
|
bjsclist: '',
|
|
|
mjfklist: '',
|
|
|
- share: ''
|
|
|
+ share: '',
|
|
|
+ tabbar: tabbar1,
|
|
|
};
|
|
|
},
|
|
|
onLoad() {},
|