export default { data() { return {}; }, onLoad(data) { uni.hideTabBar(); this.name = 'DIY_VIEW_INDEX'; }, onShow() { }, computed: {}, methods: {}, }