diff --git a/components/commentList.vue b/components/commentList.vue
new file mode 100644
index 0000000..66ddc66
--- /dev/null
+++ b/components/commentList.vue
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+
+
+
+ +{{item.img_list.length}}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 1e8b933..3a2b688 100644
--- a/pages.json
+++ b/pages.json
@@ -380,6 +380,18 @@
"navigationBarTitleText" : "绿色有机标准认证"
}
},
+ {
+ "path": "user/comment",
+ "style": {
+ "navigationBarTitleText": "填写评价"
+ }
+ },
+ {
+ "path": "user/commentList",
+ "style": {
+ "navigationBarTitleText": "全部评价"
+ }
+ },
{
"path": "pointsMall/index",
"style": {
diff --git a/subPackages/activity/dazhaxie.vue b/subPackages/activity/dazhaxie.vue
index 6dc41a1..653aa14 100644
--- a/subPackages/activity/dazhaxie.vue
+++ b/subPackages/activity/dazhaxie.vue
@@ -34,6 +34,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -75,23 +87,43 @@
-
-
-
- {{item.title}}
-
-
- 查看详情
+
+
+
+
+ {{item.title}}
+
+ {{item.price/100}}
+ 立即抢购
+
-
-
-
+
+
+
+
+
+
+ {{item.title}}
+
+
+ {{item.price/100}}
+ 立即抢购
+
+
+
+
+
+
+
@@ -124,6 +156,10 @@
typeIndex: 0,
xieTypeIndex:0,
xieList: {list: [], viewNum: 6,id: 113},
+
+ routeTypeIndex:0,
+ routeList: {list: [], viewNum: 6,id: 114},
+
typeList: [
{
id: 109,title: "品蟹鲜",viewNum:6, list: [],
@@ -140,7 +176,7 @@
{
id: 111,title: "玩蟹路",viewNum:6, list: [],
img:"https://static.ticket.sz-trip.com/uploads/20250923/84ec930200a2a7421785fc146ea6d29a.png",
- imgs:"https://static.ticket.sz-trip.com/uploads/20250923/963148360925eaaf4c5dc9f5a3a9a641.png",
+ imgs:"https://static.ticket.sz-trip.com/uploads/20250929/a323e447e845d21c1001bb8ae87645fd.png",
bgImg:"https://static.ticket.sz-trip.com/uploads/20250923/7dd6ead7144b2d4d1630a4fc3b4ca673.png",
},
{
@@ -212,6 +248,17 @@
}
this.xieList.list = res.data.list
})
+
+ this.Post({
+ tag_id: this.routeList.id,
+ offset: 0,
+ limit: 999,
+ },'/api/product/get_product_by_tag_subject').then(res => {
+ if (res.data.list.length < this.routeList.viewNum) {
+ this.routeList.viewNum = 999
+ }
+ this.routeList.list = res.data.list
+ })
},
getCoupon(item) {
@@ -375,15 +422,7 @@
justify-content: space-between;
padding: 4rpx 10rpx 10rpx;
}
- .price{
- font-weight: bold;
- font-size: 28rpx;
- color: #FF0014;
- &::before{
- content: "¥";
- font-size: 24rpx;
- }
- }
+
.btn{
width: 140rpx;
height: 50rpx;
@@ -514,4 +553,14 @@
height: 100vh;
overflow-y: auto;
}
+
+ .price{
+ font-weight: bold;
+ font-size: 28rpx;
+ color: #FF0014;
+ &::before{
+ content: "¥";
+ font-size: 24rpx;
+ }
+ }
\ No newline at end of file
diff --git a/subPackages/food/detail.vue b/subPackages/food/detail.vue
index 68fbe10..6c033ba 100644
--- a/subPackages/food/detail.vue
+++ b/subPackages/food/detail.vue
@@ -50,6 +50,8 @@
+
+
限制:{{info.display_tags.split(',').join(' | ')}}
+
+
@@ -192,10 +200,10 @@
+
+
diff --git a/subPackages/user/commentList.vue b/subPackages/user/commentList.vue
new file mode 100644
index 0000000..551d363
--- /dev/null
+++ b/subPackages/user/commentList.vue
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
+ {{item.create_time.slice(0,10)}}
+
+
+
+ {{item.sku_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file