-
Status changed to merged
-
mentioned in commit 8b2a5a86ab43984b1dd38d08285d82efcdcf32c9
-
2.同时 在程序重新进入的时候,默认门店不显示的bug
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 qa git merge --no-ff dev git push origin qa
mentioned in commit 8b2a5a86ab43984b1dd38d08285d82efcdcf32c9
2.同时 在程序重新进入的时候,默认门店不显示的bug