const app = getApp() Page({ data: { userInfo: {} }, onLoad() { this.setData({ userInfo: app.globalData.userInfo }) }, copyNumber(){ my.setClipboard({ text : this.data.userInfo.gas_number, success : res=>{ my.showToast({ content: "渠道工号已复制", type : "none" }); } }) } });