tangxin 54e5f60efa 回调 | 5 月之前 | |
---|---|---|
public | 6 月之前 | |
src | 5 月之前 | |
.env.development | 6 月之前 | |
.env.production | 6 月之前 | |
.gitignore | 6 月之前 | |
.postcssrc.js | 6 月之前 | |
README.md | 6 月之前 | |
babel.config.js | 6 月之前 | |
package-lock.json | 6 月之前 | |
package.json | 6 月之前 | |
vue.config.js | 6 月之前 |
npm install
npm run serve
npm run build
npm run lint
See Configuration Reference. trainoa ui hezong
{
arriveTime: aT,
startTime: this.getDate(sT, "time"), //出发时间
trainDate: this.getDate(sT, "year"), //出发日期
fromStationCode: fSC, //出发站code
fromStationName: fSN, //出发站名称
isTransfer, // 1为中转 0 为直达 2为往返
middleStationCode: mSC, //中转站code
middleStationName: mSN, //中转站名称
endStationCode: tSC, //到达站code
endStationName: tSN, //到达站名称
firstDayDifference: fDD, //第一行程历时
secondDayDifference: sDD, //第二千历时
waitTime, //停留时间
fPrice, //第一行程金额
sPrice, //第二行程金额
fSeat, //第一程座席
sSeat, //第二行程
seTD, //第二程结束时间
seT, //第二程开始时间
sT, //第一程出发站日期
tD, //第一程到达⽇期
fAriv, //第一行程到达
sAriv, //第二行程到达
sSta, //第二程出发站
fiTC, //第一行程车次
seTC, //第二行程车次
fLiShi, //第一程行程耗费时间
fLiShiFromat, //第一程行程耗时格式化
sLiShi, //第二程行程耗费时间
sLiShiFromat, //第二程行程耗时格式化
}