// pages/train/train.js import { postApi } from "../../apis/api" Page({ data: { }, onLoad(options) { }, })