-
Status changed to merged
-
mentioned in commit df554a7c9c32cc0a8cb02909083939d6aa5c448c
-
2. 线下门店库存 要根据门店来显示可售数量
-
2.商家有开通等级卡功能,不能等级会员在商品详情页购买商品会员bug
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b dev origin/dev
Step 2. Merge the branch and push the changes to GitLab
git checkout test git merge --no-ff dev git push origin test
mentioned in commit df554a7c9c32cc0a8cb02909083939d6aa5c448c
2. 线下门店库存 要根据门店来显示可售数量
2.商家有开通等级卡功能,不能等级会员在商品详情页购买商品会员bug