zs 3 anos atrás
pai
commit
d86a0b37c6
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      pages/administration/detail.js

+ 2 - 2
pages/administration/detail.js

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