-
Status changed to merged
-
mentioned in commit 1e10b65e5cd0dadb79e1e4c213d376599e8ac15d
-
1、参与拼团后下方的其他拼团商品的价格显示的金额设为固定了0.01 2、立省的金额会出现多个小数位的问题。 See merge request !164
-
2、立省的金额会出现多个小数位的问题。
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b test origin/test
Step 2. Merge the branch and push the changes to GitLab
git checkout qa git merge --no-ff test git push origin qa
mentioned in commit 1e10b65e5cd0dadb79e1e4c213d376599e8ac15d
1、参与拼团后下方的其他拼团商品的价格显示的金额设为固定了0.01 2、立省的金额会出现多个小数位的问题。 See merge request !164
2、立省的金额会出现多个小数位的问题。