This commit is contained in:
2024-08-22 12:53:28 +08:00
commit 1d65a849fd
360 changed files with 41757 additions and 0 deletions

View File

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