直接给出代码:
onLoad(e) {
...
// 修改搜索占位
// #ifdef APP-PLUS
let webview = this.$mp.page.$getAppWebview();
webview.setStyle({
titleNView: {
searchInput: {
placeholder: "test"
}
}
});
// #endif
},