@@ -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 () {
content: '是否确认',