yshop1.6发布:新增砍价功能,新增加锁功能,修复其他bug

This commit is contained in:
hupeng
2019-12-23 20:10:03 +08:00
parent d2585cdd8b
commit 1ccc3e7092
5 changed files with 27 additions and 40 deletions

View File

@ -293,7 +293,8 @@ export default {
merId: data.merId,
image: data.image,
images: data.sliderImage,
title: data.storeName,
title: '',
storeName: data.storeName,
info: data.storeInfo,
postage: data.postage,
unitName: data.unitName,
@ -313,7 +314,11 @@ export default {
num: 1,
giveIntegral: 0,
isDel: 0,
browse: 0
browse: 0,
bargainMaxPrice: 10,
bargainMinPrice: 0.01,
minPrice: 0.01,
bargainNum: 1
}
_this.dialog = true
},