Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 761 Bytes

File metadata and controls

26 lines (21 loc) · 761 Bytes

trip-app

仿携程网页版。技术栈 react + antd + toolkit + redux-persist。
express 模拟 api。文件在 server 目录。启动 api:

node ./index

登录页

{
    username: "tom",
    password: "000000",
    phone: "13688888888"
}

image

首页

image

订单

image

订单详情

image