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