|
@@ -75,10 +75,12 @@ 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 jump = 'http://learn.uat.churenyiliao.com/active/#/pages/activities/order/order?id=' + order_id;
|
|
|
+ var jump = 'http://learn.uat.churenyiliao.com/active/';
|
|
|
var back = 'http://guanli.uat.churenyiliao.com/learn/active/?l=api.getDesc';
|
|
|
} else {
|
|
|
- var jump = 'http://learn.churenyiliao.com/active/#/pages/activities/order/order?id=' + order_id;
|
|
|
+ //var jump = 'https://learn.churenyiliao.com/active/#/pages/activities/order/order?id=' + order_id;
|
|
|
+ var jump = 'https://learn.churenyiliao.com/active/';
|
|
|
var back = 'https://www.churenyiliao.com/learn/active/?l=api.getDesc';
|
|
|
}
|
|
|
|