This commit is contained in:
weipengfei 2024-02-22 15:20:36 +08:00
parent 16c3d3936c
commit 3feb7ab225
1 changed files with 2 additions and 2 deletions

View File

@ -247,6 +247,7 @@
onLoad((options) => {
sn.value = options.sn;
where.value.animal_sn = sn.value;
// sn.value = 8;
getFenceHouseDetail();
getSuYuanData();
@ -280,7 +281,7 @@
initFeedingTypeLists();
const where = ref({
animal_sn: '6655',
animal_sn: '',
page_no: 1,
page_size: 10
})
@ -303,7 +304,6 @@
//
const perviewFn = (url) => {
console.log(url)
uni.previewImage({
urls: url
})