master
parent
67ce2bc43d
commit
a78d77e159
|
|
@ -234,16 +234,15 @@
|
|||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "基地概况",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle":"custom"
|
||||
"enablePullDownRefresh": false
|
||||
|
||||
}
|
||||
},{
|
||||
"path" : "pages/basics/profile-detail",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "基地详情",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle":"custom"
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},{
|
||||
"path" : "pages/crop/town-crop",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<view>
|
||||
<Appbar :show="showAppbar" :title="title"> </Appbar>
|
||||
<!-- <Appbar :show="showAppbar" :title="title"> </Appbar> -->
|
||||
<view class="space-y-20rpx">
|
||||
<BaseChat
|
||||
:baseId="id"
|
||||
|
|
@ -73,7 +73,7 @@ export default {
|
|||
const { crops, devices, name } = data.data
|
||||
this.title = name
|
||||
this.devices = devices
|
||||
console.log(this.devices);
|
||||
uni.setNavigationBarTitle({ title: name })
|
||||
this.crops = crops
|
||||
})
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<view>
|
||||
<Appbar :show="showAppbar" title="基地概况"> </Appbar>
|
||||
<!-- <Appbar :show="showAppbar" title="基地概况"> </Appbar> -->
|
||||
<u-sticky>
|
||||
<view class="bg-white">
|
||||
<SearchForm
|
||||
|
|
|
|||
Loading…
Reference in New Issue