详细问题描述
下拉刷新,down属性里面若设置html标签,样式则显示不正常
重现步骤
[步骤]
[结果]
样式异常
[期望]
能为down里面属性对象设置html标签,且样式不会出现异常
运行环境
ios 9.3.2
[浏览器版本]
[IDE版本]
HBuilder 7.1.2
[mui版本]
应该是最新的,从最新的HBuilder中新建的
附件
[代码片段]
.flushHead{
height:300px !important;
background-color: blue;
width: 300% !important;
margin: 0px auto !important;
padding: 0px !important;
color: white !important;
display: block;
font-size: 25px !important;
}
var flushHead ='
mui.init({
pullRefresh : {
container:"#refreshContainer",
down : {
contentdown : "下拉可以刷新",
contentover : flushHead,
contentrefresh : "正在刷新...",
callback :pullfreshFunction
}
}
});
function pullfreshFunction() {
document.getElementById("TT").innerHTML+="1"
mui('#refreshContainer').pullRefresh().endPulldownToRefresh();
}
[安装包]
联系方式
[QQ]
[电话]