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