Quellcode durchsuchen

学习记录详情调整

赵启卫 vor 2 Jahren
Ursprung
Commit
fe969a3b9a
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      application/wap/view/first/my/history.html

+ 3 - 0
application/wap/view/first/my/history.html

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;