Compare commits

...

4 Commits

Author SHA1 Message Date
ihzero bce9df6b1c 修改bug 2023-12-30 23:18:26 +08:00
ihzero f6f3e8197d 修改 2023-12-30 23:06:53 +08:00
ihzero fd74e0e696 修改 2023-12-30 22:38:08 +08:00
ihzero a78d77e159 修改 2023-12-30 22:36:21 +08:00
16 changed files with 48 additions and 49 deletions

View File

@ -1,2 +1,2 @@
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title></title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel="stylesheet" href="https://lcny.sk797.cn/h5/static/index.97465e7b.css"></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id="app"></div><script src="https://lcny.sk797.cn/h5/static/js/chunk-vendors.959091ef.js"></script><script src="https://lcny.sk797.cn/h5/static/js/index.0b310731.js"></script></body></html>
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel="stylesheet" href="https://lcny.sk797.cn/h5/static/index.97465e7b.css"></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id="app"></div><script src="https://lcny.sk797.cn/h5/static/js/chunk-vendors.959091ef.js"></script><script src="https://lcny.sk797.cn/h5/static/js/index.da3e7cd2.js"></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

@ -185,7 +185,7 @@ export default {
},
},
{
field: 'type',
field: 'industry',
label: '农业类型',
component: 'ApiSelect',
componentProps: ({ formActionType }) => {
@ -197,7 +197,7 @@ export default {
return data.data
},
labelField: 'name',
valueField: 'id',
valueField: 'key',
}
},
},

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
@ -157,7 +157,7 @@ export default {
},
},
{
field: 'type',
field: 'industry',
label: '农业类型',
component: 'ApiSelect',
componentProps: ({ formActionType }) => {
@ -169,7 +169,7 @@ export default {
return data.data
},
labelField: 'name',
valueField: 'id',
valueField: 'key',
}
},
},
@ -178,15 +178,15 @@ export default {
},
computed: {
options() {
return [
].filter((e) => checkPermission(e.permission))
return [].filter((e) => checkPermission(e.permission))
},
},
methods: {
handleSubmit(e) {
this.filterParmas = e
this.mescroll.resetUpScroll()
this.$nextTick(() => {
this.mescroll.resetUpScroll()
})
},
upCallback({ num, size }) {
this.getData({

View File

@ -135,7 +135,7 @@
</view>
<view class="content-box">
<view class="video_ul" v-show="current == 0">
<view class="video_li" v-for="(video, index) in videoList" :key="video.video_url+index">
<view class="video_li" v-for="(video, index) in videoList" :key="index+'s'">
<view class="video_cd">
<!-- #ifdef H5 -->
<!-- {{ video.video_url }} -->
@ -165,7 +165,7 @@
<view
class="video_li"
v-for="(video, index) in videoList2"
:key="video.video_url+index"
:key="index+'s2'"
>
<view class="video_cd">
<!-- #ifdef H5 -->