From b54aa03dcb58bf05e7b8f05b42e6668ef06aeb56 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Wed, 21 Feb 2024 10:52:14 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
manifest.json | 4 ++--
pages/gather/gather.vue | 1 +
pages/order_details/stay.vue | 11 ++++++-----
pages/store/settled/unit.vue | 6 +++---
4 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/manifest.json b/manifest.json
index e927935..244d374 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "惠农生活",
"appid" : "__UNI__3A527D1",
"description" : "",
- "versionName" : "1.8.8",
- "versionCode" : 188,
+ "versionName" : "1.8.9",
+ "versionCode" : 189,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue
index 6714595..f04ba10 100644
--- a/pages/gather/gather.vue
+++ b/pages/gather/gather.vue
@@ -72,6 +72,7 @@
用于向你推荐最近门店
x
+
+ {{goods.cart_info.product.store_name}}
{{goods.cart_info.productAttr.sku}}
发货时间:
@@ -89,9 +90,9 @@
¥{{goods.cart_info.productPresellAttr.presell_price}}x{{goods.product_num}}
-
+
diff --git a/pages/store/settled/unit.vue b/pages/store/settled/unit.vue
index 81bac3c..1c82d13 100644
--- a/pages/store/settled/unit.vue
+++ b/pages/store/settled/unit.vue
@@ -1008,9 +1008,9 @@ import { Toast } from '../../../libs/uniApi';
if (!/^1(3|4|5|7|8|9|6)\d{9}$/i.test(this.merchantData.phone)) return this.$util.Tips({
title: '请输入正确的手机号码'
});
- if (!this.isAgree) return this.$util.Tips({
- title: '请勾选并同意入驻协议'
- });
+ // if (!this.isAgree) return this.$util.Tips({
+ // title: '请勾选并同意入驻协议'
+ // });
this.$refs.verify.show();
}
}