This commit is contained in:
cansnow
2025-12-08 18:10:51 +08:00
parent 22ee59cd3d
commit b2e1b8930e
19 changed files with 218 additions and 300 deletions
+4 -2
View File
@@ -9,8 +9,10 @@
linkUrl: "",
};
},
onShow() {
this.linkUrl = 'https://doc.rentsoft.cn/'
onLoad(opt) {
if(opt.url){
this.linkUrl = opt.url;
}
},
onReady() {
// #ifdef APP-PLUS