浏览代码

git pushMerge branch 'master' of ssh://git.dever.cc:10022/dever-product/churen

rabin 3 年之前
父节点
当前提交
c47fdda346
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      data/payback/active.html

+ 2 - 2
data/payback/active.html

@@ -75,10 +75,10 @@ src="https://wx.gtimg.com/pay_h5/goldplan/js/jgoldplan-1.0.0.js"></script>
   }
   var url = location.href;
   if (url.indexOf('uat.') != -1) {
-      var jump = 'http://daili.uat.churenyiliao.com/?act';
+      var jump = 'http://learn.uat.churenyiliao.com/active/#/pages/activities/order/order?id=' + order_id;
       var back = 'http://guanli.uat.churenyiliao.com/learn/active/?l=api.getDesc';
   } else {
-      var jump = 'https://daili.churenyiliao.com/?act';
+      var jump = 'http://learn.churenyiliao.com/active/#/pages/activities/order/order?id=' + order_id;
       var back = 'https://www.churenyiliao.com/learn/active/?l=api.getDesc';
   }