master
ihzero 2023-12-30 22:36:21 +08:00
parent 67ce2bc43d
commit a78d77e159
3 changed files with 7 additions and 8 deletions

View File

@ -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",

View File

@ -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
})
},

View File

@ -1,6 +1,6 @@
<template>
<view>
<Appbar :show="showAppbar" title="基地概况"> </Appbar>
<!-- <Appbar :show="showAppbar" title="基地概况"> </Appbar> -->
<u-sticky>
<view class="bg-white">
<SearchForm