From 093f7b10f698919f5c7d333ab8e981a585a1b975 Mon Sep 17 00:00:00 2001
From: guoxing <1369478551@qq.com>
Date: Sun, 21 Jan 2024 23:15:31 +0800
Subject: [PATCH] 1111111111
---
components/NavBar/NavBar.vue | 2 +-
pages/good/reservation.vue | 2 ++
pages/good/shoppCart.vue | 6 +++---
pages/home/cloudCard2.vue | 2 +-
pages/home/myCellar.vue | 6 +++---
pages/login/login.vue | 2 +-
6 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/components/NavBar/NavBar.vue b/components/NavBar/NavBar.vue
index f60859a..0b00cda 100644
--- a/components/NavBar/NavBar.vue
+++ b/components/NavBar/NavBar.vue
@@ -174,7 +174,7 @@
return;
}else{
uni.switchTab({
- url: '/pages/home/pickUpCard'
+ url: '/pages/home/myCellar'
})
}
diff --git a/pages/good/reservation.vue b/pages/good/reservation.vue
index f4faa77..d967570 100644
--- a/pages/good/reservation.vue
+++ b/pages/good/reservation.vue
@@ -219,6 +219,8 @@
this.pickingUpGoods = JSON.parse(options.pickingUpGoods)
this.affiliation = options.affiliation
+
+ console.log(">>>>>",options);
},
onUnload() {
diff --git a/pages/good/shoppCart.vue b/pages/good/shoppCart.vue
index 3e84762..6337a94 100644
--- a/pages/good/shoppCart.vue
+++ b/pages/good/shoppCart.vue
@@ -74,7 +74,7 @@
- 起订协议
+ 起订说明
>>
@@ -105,9 +105,9 @@
-
+ content="菜窖起订量为20斤,\n\n20-100斤需额外支付10%附加费用,\n\n101斤-200斤需额外支付5%附加费用,\n\n200斤以上无附加费。">
diff --git a/pages/home/cloudCard2.vue b/pages/home/cloudCard2.vue
index da034f9..bdd82bc 100644
--- a/pages/home/cloudCard2.vue
+++ b/pages/home/cloudCard2.vue
@@ -188,7 +188,7 @@
+ content="菜窖起订量为20斤,\n\n20-100斤需额外支付10%附加费用,\n\n101斤-200斤需额外支付5%附加费用,\n\n200斤以上无附加费。">
diff --git a/pages/home/myCellar.vue b/pages/home/myCellar.vue
index 6389992..6a804e2 100644
--- a/pages/home/myCellar.vue
+++ b/pages/home/myCellar.vue
@@ -18,8 +18,8 @@
- 全部分类
+
@@ -531,7 +531,7 @@
uni.navigateTo({
url: '/pages/good/reservation?pickingUpGoods=' + JSON.stringify(this.pickingUpGoods) +
- "&affiliation=" + this.brandType,
+ "&affiliation=" + this.data[this.selectIndex].id,
})
// this.showModal = true
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 0e1aaa7..58014c1 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -127,7 +127,7 @@
showCancel: false,
success: function(res) {
uni.switchTab({
- url: '/pages/home/pickUpCard'
+ url: '/pages/home/myCellar'
})
}
});