完善功能

This commit is contained in:
wangxiaowei
2025-12-13 00:32:46 +08:00
parent 8c2803eebc
commit f29756ac58
13 changed files with 118 additions and 69 deletions

View File

@ -204,6 +204,8 @@
},
data() {
return {
id: '',// 接入微信小程序所需参数
/*手机高度*/
phoneHeight: 0,
/*可滚动视图区域高度*/
@ -252,6 +254,8 @@
}
},
onLoad(e) {
this.id = e.id || '';
if (typeof e.dataType != 'undefined') {
this.dataType = e.dataType;
}