onLoad(e) {if(e.type){this.type=e.type;}let pageTitle='贴子';switch(this.type){case 'post':pageTitle='贴子'break;case 'topic':pageTitle='话题'break;case 'user':pageTitle='用户'break;}// #ifdef APP-PLUS// 修改搜索占位// 获取当前页面实例let currentWebView= this.$scope.$getAppWebview();// 加计时器延时,不加延时的话重复点击其他请求会报错setTimeout(function() {// 获取titleNview信息let tn=currentWebView.getStyle().titleNView;// 设置搜索框的占位内容并更新tn.searchInput.placeholder='搜索'+pageTitle;currentWebView.setStyle({titleNView:tn})}, 10);// #endif},
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号