Commit b682a210 authored by 黄奎's avatar 黄奎

页面修改

parent 069370da
......@@ -155,7 +155,7 @@
</div>
</div>
<div class="order-status-ch">
<div class="order-status-tag">{{item.DemandStatusStr}}</div>
<div class="order-status-tag" @click="CommonJump('/demandinfo/'+item.Id,{})">{{item.DemandStatusStr}}</div>
</div>
</a>
</li>
......
......@@ -43,6 +43,11 @@ const routes = [{
component: () =>
import('pages/usercenter/demandlist.vue')
},
{
path: '/demandinfo/:id', //需求单详情
component: () =>
import('pages/usercenter/demandinfo.vue')
},
{
path: '/orderlist', //订单列表
component: () =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment