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