From 2512db3e0814a9d2ba36a0bd66e2bff55bbfe05b Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Mon, 22 Dec 2025 10:44:37 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4731=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=8D=83?= =?UTF-8?q?=E5=8E=BF=E8=B5=84=E8=AE=AF=E5=B7=B2=E7=82=B9=E8=B5=9E=E7=9A=84?= =?UTF-8?q?=E6=83=85=E5=86=B5=E4=B8=8B=EF=BC=8C=E8=B5=84=E8=AE=AF=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E7=9A=84=E7=82=B9=E8=B5=9E=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E4=B8=8E=E5=88=97=E8=A1=A8=E7=9A=84=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/newsInfo.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg_product/views/newsInfo.vue b/pkg_product/views/newsInfo.vue index 008bb87..1705ea6 100644 --- a/pkg_product/views/newsInfo.vue +++ b/pkg_product/views/newsInfo.vue @@ -53,7 +53,7 @@ import { getCommentList, addComment } from "@/api/inn" -import { getCityNewsDetail, postCountyFamousShopZan } from "@/api/qianxian" +import { getCityNewsDetail, postCountyFamousNewsZan } from "@/api/qianxian" import imgBox from '@/components/imageTypeSet/imagebox.vue' export default { components: { @@ -341,7 +341,7 @@ export default { uni.showLoading({ mask: true }) - postCountyFamousShopZan({ countyFamousDataId: this.id }).then((res) => { + postCountyFamousNewsZan({ countyFamousNewsId: this.id }).then((res) => { uni.hideLoading() getCityNewsDetail(this.id).then(({ data }) => (this.item = data)) })