zs hace 3 años
padre
commit
d86a0b37c6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pages/administration/detail.js

+ 2 - 2
pages/administration/detail.js

@@ -22,7 +22,7 @@ Page({
   //点击驳回
   hui: function () {
     var that = this;
-    let id = that.team_id
+    let id = that.data.team_id
     wx.showModal({
       title: '',
       content: '是否驳回',
@@ -56,7 +56,7 @@ Page({
   //点击通过
   out: function () {
     var that = this;
-    let id = that.team_id
+    let id = that.data.team_id
     wx.showModal({
       title: '',
       content: '是否确认',