| 12345678910111213141516171819202122 | <template>	<view class="tabPage" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">			</view></template><script>	export default {		data(){			return {							}		},		methods:{					}	}</script><style scoped lang="less">	</style>
 |