1、首页的食堂招租跳转页面的静态页面已完成,列表数据已对接,剩余搜索功能的实现; 2、个人中心的签到页面:静态页面已完成,剩余底部四行任务按钮的跳转和实现; 3、个人中心的采用原商城的页面能正常跳转,剩余部分需要与UI设计图对比进行调整
9 lines
104 B
Vue
9 lines
104 B
Vue
<template>
|
|
<s-layout title="我的发布"></s-layout>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style>
|
|
</style> |