main
Lei OT 2 years ago
parent b46dd7294f
commit 6a8e458479

@ -0,0 +1,9 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
}
}

@ -5,11 +5,11 @@ import { WhiteSpace } from 'antd-mobile';
import * as Icons from '@/components/Icons';
const destinations = [
{ name: 'beijing', cover: "https://www.trippest.com/wp-content/uploads/2018/05/d1.jpg" },
{ name: 'xi\'an', cover: "https://www.trippest.com/wp-content/uploads/2018/05/d4.jpg" },
{ name: 'guilin', cover: "https://www.trippest.com/wp-content/uploads/2018/05/d3.jpg" },
{ name: 'chengdu', cover: "https://www.trippest.com/wp-content/uploads/2019/02/chengdu.jpg" },
{ name: 'shanghai', cover: "https://www.trippest.com/wp-content/uploads/2018/05/d2.jpg" }
{ name: 'beijing', cover: "https://data.trippest.com/images/destinations/beijing/mobile.jpg" },
{ name: 'xi\'an', cover: "https://data.trippest.com/images/destinations/xian/000.jpg" },
{ name: 'guilin', cover: "https://data.trippest.com/images/destinations/guilin/mobile.jpg" },
{ name: 'chengdu', cover: "https://data.trippest.com/images/destinations/chengdu/mobile.jpg" },
{ name: 'shanghai', cover: "https://data.trippest.com/images/destinations/shanghai/mobile.jpg" }
];
@inject("store")

Loading…
Cancel
Save