官网示例:https://ext.dcloud.net.cn/plugin?id=2128 无其他改动。
setScrollRef(height) {
if (this.$refs['list'].setSpecialEffects) {
this.$refs['list'].setSpecialEffects({
id: this.parentId,
headerHeight: height-90 //IOS端修改这个值达到 兼容 titleNView 的 "type":"transparent", 但是安卓端完全无效。
});
}
},