1
This commit is contained in:
parent
f32960e808
commit
4ebeed54a7
@ -261,6 +261,7 @@ func (this *ShopCartApi) Del(c *gin.Context) {
|
|||||||
dirty = true
|
dirty = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
cartDb.Goods = newGoods
|
||||||
if dirty {
|
if dirty {
|
||||||
this.save(openId, cartDb)
|
this.save(openId, cartDb)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user