rabin 3 年之前
父節點
當前提交
b50c3c90a0
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      data/payback/active.html

+ 3 - 3
data/payback/active.html

@@ -52,7 +52,7 @@ src="https://wx.gtimg.com/pay_h5/goldplan/js/jgoldplan-1.0.0.js"></script>
   <div class="app">
     <img src="./icon-success.68ddda96.png" alt="" />
     <span id="msg">购买成功!<br />请耐心等待并关注活动变动</span>
-    <a class="button" id="backHome" href="javascript:;">返回代理商系统</a>
+    <a class="button" id="backHome" href="javascript:;">返回活动首页</a>
   </div>
 </body>
 <script type="text/javascript">
@@ -76,10 +76,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://learn.uat.churenyiliao.com/active/#/pages/activities/order/order?id=' + order_id;
-      var back = 'http://guanli.uat.churenyiliao.com/learn/active/?l=api.getDesc';
+      var back = 'http://guanli.uat.churenyiliao.com/learn/active/?l=user.getDesc';
   } else {
       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';
+      var back = 'https://www.churenyiliao.com/learn/active/?l=user.getDesc';
   }
   
   if (!order_id) {