From 0f033c1d8dc4ac7493d3f2abb76c7e0be214157b Mon Sep 17 00:00:00 2001
From: dongjian <315328220@qq.com>
Date: Mon, 22 Sep 2025 12:02:55 +0800
Subject: [PATCH] no message
---
pages.json | 7 ++
pages/rwa_package/shop/sort-shop.vue | 116 +++++++++++++++++++++++++++
pages/rwa_package/shop/you-shop.vue | 2 +-
pages/sort/sort.vue | 6 +-
4 files changed, 129 insertions(+), 2 deletions(-)
create mode 100644 pages/rwa_package/shop/sort-shop.vue
diff --git a/pages.json b/pages.json
index 6e27754..28290ba 100644
--- a/pages.json
+++ b/pages.json
@@ -279,6 +279,13 @@
"navigationBarTextStyle": "black"
}
},
+ {
+ "path": "shop/sort-shop",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTextStyle": "black"
+ }
+ },
{
"path": "shop/fen-shop",
"style": {
diff --git a/pages/rwa_package/shop/sort-shop.vue b/pages/rwa_package/shop/sort-shop.vue
new file mode 100644
index 0000000..f934387
--- /dev/null
+++ b/pages/rwa_package/shop/sort-shop.vue
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/rwa_package/shop/you-shop.vue b/pages/rwa_package/shop/you-shop.vue
index bd659e3..fd7d07a 100644
--- a/pages/rwa_package/shop/you-shop.vue
+++ b/pages/rwa_package/shop/you-shop.vue
@@ -19,7 +19,7 @@
import Header from '@/components/common/header.vue';
import TopSafe from '@/components/common/top-safe.nvue'
import MyBtn from '@/components/common/my-btn.vue'
-import YouItem from '@/components/shop/you-item.vue'
+import YouItem from '@/components/shop/fen-item.vue'
import { searchList } from '@/api/product.js';
import func from '@/utils/func.js';
diff --git a/pages/sort/sort.vue b/pages/sort/sort.vue
index e53c5db..2bdb2bb 100644
--- a/pages/sort/sort.vue
+++ b/pages/sort/sort.vue
@@ -140,8 +140,12 @@ export default {
},
jumpInfo(item) {
+ console.log(item,'item');
+ // uni.navigateTo({
+ // url: `/pages/other_package/productInfo/productInfo?id=${item.id}`,
+ // })
uni.navigateTo({
- url: `/pages/other_package/productInfo/productInfo?id=${item.id}`,
+ url:`/pages/rwa_package/shop/sort-shop?id=${item.id}&name=${item.name}`
})
},
// 查询分类