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