From 4cfb053573b48b5033e9f50648aa429731253ec6 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Thu, 16 May 2024 18:07:33 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E5=85=A8=E5=9B=BD=E7=89=B9=E4=BA=A7):[#153?= =?UTF-8?q?8]=E5=9F=8E=E5=B8=82=E5=88=97=E8=A1=A8=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BA=8C=E7=BA=A7=E4=B8=89=E7=BA=A7=E5=88=86?= =?UTF-8?q?=E7=B1=BB=EF=BC=8C=E7=9B=B4=E6=8E=A5=E5=B1=95=E7=A4=BA=E6=89=80?= =?UTF-8?q?=E6=9C=89=E6=95=B0=E6=8D=AE=E6=96=B9=E4=BE=BF=E8=BF=90=E8=90=A5?= =?UTF-8?q?=E6=8E=A8=E5=B9=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/nativeList.vue | 192 ++++++++++--------- pkg_product/views/nativeList_bak20240516.vue | 189 ++++++++++++++++++ 2 files changed, 287 insertions(+), 94 deletions(-) create mode 100644 pkg_product/views/nativeList_bak20240516.vue diff --git a/pkg_product/views/nativeList.vue b/pkg_product/views/nativeList.vue index 002fbf6..e591188 100644 --- a/pkg_product/views/nativeList.vue +++ b/pkg_product/views/nativeList.vue @@ -2,143 +2,134 @@ - - + + - - - + + + 当前城市:{{ cityName }} + - - - {{ item.cateName }} - - - - - - - 当前城市:{{ cityName }} - - - - - + + + {{ item.storeName }} ¥{{ item.price }} - - + + + \ No newline at end of file