Files
2024-08-22 12:53:28 +08:00

14 lines
494 B
JavaScript

Page({
data: {
url2: "https://ltwxminiapp.19year.cn/2.html",
url1: "https://ltwxminiapp.19year.cn/1.html",
url: ""
},
onLoad: function(t) {
console.log("id", t.id), "1" == t.id ? (console.log(1), this.setData({
url: "https://ltwxminiapp.19year.cn/1.html?dat=" + Date.now()
})) : (console.log(2), this.setData({
url: "https://ltwxminiapp.19year.cn/2.html?dat=" + Date.now()
})), console.log(this.url);
}
});