提交 高低电压穿越 页面
This commit is contained in:
@@ -46,6 +46,11 @@ export default {
|
||||
wp: {
|
||||
type: [Object, Array],
|
||||
},
|
||||
height: {
|
||||
type: [String,Number],
|
||||
default: false,
|
||||
},
|
||||
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
@@ -93,6 +98,8 @@ export default {
|
||||
created() {
|
||||
if (this.flag == 1) {
|
||||
this.vh = mainHeight(165).height
|
||||
}else if( this.height != false){
|
||||
this.vh = this.height
|
||||
} else {
|
||||
this.vh = mainHeight(165,2).height
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user