| xqd
@@ -311,6 +311,9 @@
|
|
|
activityDetails: function (order_id) {
|
|
|
return window.location.href=$h.U({ c: 'my', a: 'sign_my_order', q: {order_id: order_id } });
|
|
|
},
|
|
|
+ specialDetails: function (order_id) {
|
|
|
+ return window.location.href=$h.U({ c: 'special', a: 'details', q: {id: order_id } });
|
|
|
+ },
|
|
|
// 获取活动列表
|
|
|
getActivitySignList: function () {
|
|
|
var that = this;
|