|
@@ -38,6 +38,7 @@ Page({
|
|
isOverSaled: false, // 是否所有商品都没有库存
|
|
isOverSaled: false, // 是否所有商品都没有库存
|
|
selected: {} as any,
|
|
selected: {} as any,
|
|
opacity: 0,
|
|
opacity: 0,
|
|
|
|
+ showSelectedProduct: false, // 是否显示选中商品值
|
|
scrolIntoViewStr: '',
|
|
scrolIntoViewStr: '',
|
|
scrolIntoView: '',
|
|
scrolIntoView: '',
|
|
scrollDiscount: false, // 是否扣减启
|
|
scrollDiscount: false, // 是否扣减启
|
|
@@ -177,7 +178,8 @@ Page({
|
|
return
|
|
return
|
|
}
|
|
}
|
|
this.setData({
|
|
this.setData({
|
|
- popupShow: true
|
|
|
|
|
|
+ popupShow: true,
|
|
|
|
+ showSelectedProduct: true,
|
|
})
|
|
})
|
|
},
|
|
},
|
|
onClose() {
|
|
onClose() {
|