EastWorld / wechat-app-mall

微信小程序商城,微信小程序微店
Apache License 2.0
19.7k stars 6.47k forks source link

商品详情页从“客服”返回会反复在“选择:”后面加单位 #178

Closed baitian3744 closed 5 years ago

baitian3744 commented 5 years ago

商品详情页(pages/goods-details/index.js第101行),selectSize: that.data.selectSize + selectSizeTemp, 比如在选择“客服“然后再回退回来的时候,会导致不停的在后面加单位,比如:“选择: 箱”,到“选择:箱 箱“,再到“选择:箱 箱 箱”。。。其他回退到该页面数据不刷新的情况应该都会导致这个,目前只发现这种情况。

gooking commented 5 years ago

感谢反馈。 期待高人可以贡献代码,修复该bug

baitian3744 commented 5 years ago

这个我改了,你看下https://github.com/EastWorld/wechat-app-mall/pull/180

gooking commented 5 years ago

十分感谢 @baitian3744