-
Status changed to merged
-
mentioned in commit f924e948b1ef9455bea1bf2ddbaa5e99f0778148
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 f924e948b1ef9455bea1bf2ddbaa5e99f0778148
2. 小程序使用券bug优化
Dev See merge request !477
2. 在兑换优惠券之前要有一个提示框 3. 平摊算法调用接口的优化