var app = getApp(); var that; Page({ data: { knowFrom:'action', }, onLoad() { that = this; // dd.setNavigationBar({ title: "服务台" }); }, });