-
Status changed to merged
-
mentioned in commit 5e2245ce8bd09f472d110f427fac00d05d088047
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b qa origin/qa
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff qa git push origin master
mentioned in commit 5e2245ce8bd09f472d110f427fac00d05d088047
2、 购物车失效的优化 3、评价删除的优化
Dev See merge request !1130
2、 微信小程序超包处理