-
Status changed to merged
-
mentioned in commit 131205e9570f712045454a030f4ab876f98cb029
-
2. 再购买时,优惠券选择不使用的时候,没有反应的bug修复
-
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 131205e9570f712045454a030f4ab876f98cb029
2. 再购买时,优惠券选择不使用的时候,没有反应的bug修复
2. 再退款的时候,要把积分值带入