page.json里每个页面的导航栏是默认开启的,有一个navigationStyle属性,默认值是default,我们把它改成custom就能把他去掉了: {"path":"pages/index/index","style": {"navigationStyle":"custom"} 但是移动端导航依然在,这就需要我们使用 titleNView这个属性了,它是用来专门设置导航栏的,具体如下: {"path":"pages...
document.querySelector('.uni-page-head-hd').style.display = 'none' }, 1. 2. 3. 结果 前: 后:
AntV官网下载F6文件到项目中与uViewUI插件 <template> <view class="page"> <!-- 导航栏 --> <b-nav-bar class="title"> <template slot="left"> <view @click="nativeBack" class="iconfont icon-zuofanhui nBack ml15"></view> </template> <view>{{navTitle}}</view> </b-nav-bar> <!-...
latitude: location.latitude, currentPage: this.data.currentPage, pageSize: this.data.pageSize, sType: '1', token: app.globalData.token }, success: res => { if(res.data.state == 'true'){ console.log(res) this.setData({ shopList: this.data.shopList.concat(res.data.data.supplierList),...