12
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user