-
Status changed to merged
-
mentioned in commit 3d339cade420e8f7cf352a64a85392538cba1cbc
-
2. 商品详情页面优惠条件内容的正确显示
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 3d339cade420e8f7cf352a64a85392538cba1cbc
2. 商品详情页面优惠条件内容的正确显示