-
Status changed to merged
-
mentioned in commit dc6a0072c2ab1bc626f3a082ba6e2e92ca52b719
-
2。 分类列表的等级名称最多要显示6个自以上 3。 商品详情页的积分分享标题的修改 4。 商品搜索列表和商品列表的排序默认要按 sort排序 5。 商品取消退款的功能
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 dc6a0072c2ab1bc626f3a082ba6e2e92ca52b719
2。 分类列表的等级名称最多要显示6个自以上 3。 商品详情页的积分分享标题的修改 4。 商品搜索列表和商品列表的排序默认要按 sort排序 5。 商品取消退款的功能