完善功能
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user