diff --git a/components/diy_heatImg/diy_heatImg.wxss b/components/diy_heatImg/diy_heatImg.wxss
index e68751e..6c49d7b 100644
--- a/components/diy_heatImg/diy_heatImg.wxss
+++ b/components/diy_heatImg/diy_heatImg.wxss
@@ -1,5 +1,7 @@
/* components/diy_heatImg/diy_heatImg.wxss */
.imgbox{
+ display: flex;
+ align-items: flex-start;
width: 100%;
position: relative;
overflow: hidden;
diff --git a/packageE/pages/cart/cart2/cart2.js b/packageE/pages/cart/cart2/cart2.js
index c5cd936..2af423a 100644
--- a/packageE/pages/cart/cart2/cart2.js
+++ b/packageE/pages/cart/cart2/cart2.js
@@ -3422,7 +3422,7 @@ Page({
if (cart_item.exp_type == 0 && th.data.user_addr != null && !cart_item.is_xz_yh) {
//看是不是有调用过包邮券,同时有使用非实收的订单促销,就也不能显示包邮券
- if (!th.data.isget_by_quan[pickid] && !this.data.can_use_ord_prom[pickid]) {
+ if (!th.data.isget_by_quan[pickid] && !this.data.can_use_ord_prom[pickid] && cart_item.check_quan_ware_list) {
//--判断要不要显示包邮券,调用接口,因为有for循环---
await getApp().request.promiseGet("/api/weshop/userfeemail/pageAndArea", {
data: {
diff --git a/pages/goods/goodsInfo/goodsInfo.wxml b/pages/goods/goodsInfo/goodsInfo.wxml
index c105b25..be34d9b 100644
--- a/pages/goods/goodsInfo/goodsInfo.wxml
+++ b/pages/goods/goodsInfo/goodsInfo.wxml
@@ -1100,6 +1100,7 @@
客服
-->
+
@@ -1430,6 +1431,39 @@
+
+
+
+ {{def_pick_store.pickup_name}}
+
+ 距离:{{def_pick_store.distance>1000?filters.toFix(def_pick_store.distance/1000,2)+"km":filters.toFix(def_pick_store.distance,0)+"m"}}
+
+
+
+
+
+ 选择门店
+
+ 更多门店
+
+ (库存不足)
+
+ (库存不足)
+
+ (配送不匹配)
+
+ (该店不可售)
+ (该店不可售)
+ (该店不可售)
+
+ (库存不足)
+
+
+
+
+ 地址:{{def_pick_store.fulladdress}}
+
+
@@ -1449,6 +1483,7 @@
+
购买数量
diff --git a/pages/user/order_list/order_list.js b/pages/user/order_list/order_list.js
index 9be8975..e86fa1a 100644
--- a/pages/user/order_list/order_list.js
+++ b/pages/user/order_list/order_list.js
@@ -3065,7 +3065,7 @@ Page({
if (e) {
currentIndex = e.target.dataset.index;
} else {
- currentIndex = this.data.currentIndex
+ currentIndex = this.data.tabIndex
};
// let || this.data.tabIndex;
@@ -3076,7 +3076,7 @@ Page({
user_id: oo.user_id,
};
this.setData({
- tabIndex: this.data.tabIndex || 0,
+ tabIndex: currentIndex,
is_no_data2: 0,
is_no_more2: 0,
cardList: [],
@@ -3157,6 +3157,7 @@ Page({
var pt_act=null; //-- 拼团活动的优化 --
for (const it of list) {
+
//秒杀
if ([1,2].includes(it.prom_type)) {
let act_details = null;