-
Status changed to merged
-
mentioned in commit 0b5dee2fb616c704d93b75c654aa30847faed50d
-
Dev See merge request !909
-
1. 商品详情也要显示折数 2. 计算超出阶梯数量的折扣计算问题
-
2. 底部导航使用缓存技术,不实时调用接口 3. 首页再使用自定义模板的时候,就不能调用默认的接口 4. 判断要不要弹出全屏广告
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 0b5dee2fb616c704d93b75c654aa30847faed50d
Dev See merge request !909
1. 商品详情也要显示折数 2. 计算超出阶梯数量的折扣计算问题
2. 底部导航使用缓存技术,不实时调用接口 3. 首页再使用自定义模板的时候,就不能调用默认的接口 4. 判断要不要弹出全屏广告