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();
}
}