template.js 162 字节 原文件 审查 历史 永久链接 1 2 3 // 请注意常量的命名必须是Page const Page = require('../../utils/ald-stat.js').Page; var app = getApp(); Page({ data: { }, onLoad: function () { } });