bindingOutlook.js 306 Bytes Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 import { getOutlookUrl } from "../../api/request"; Page({ data: { url: '' }, onLoad() { setTimeout(() => { let data = `0968162722860917,${dd.corpId}`; getOutlookUrl(data).then(res => { this.setData({ url: res.data.data }) }, 2000); }); } });