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
2. 商品生产分享图片的返回以前版本
2.直播详情页生成海报,除点击保存图片至相册外,点击其他地方关闭海报;