gilberto.cancel 2 年之前
父節點
當前提交
55061ce452
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6
    2
      screens/main/Calendar.js

+ 6
- 2
screens/main/Calendar.js 查看文件

@@ -36,7 +36,7 @@ export default class Calendario extends Component {
36 36
             ,Username: this.state.username, I_Username: this.state.I_username});
37 37
         }
38 38
         else{
39
-          this.props.navigation.navigate('Map', {Appointment_Date: date._d, int_id : this.state.interpreter_id, 
39
+          this.props.navigation.navigate('Map', {Appointment: date._d, int_id : this.state.interpreter_id, 
40 40
             Flag: this.state.mapflag, I_Token: this.state.i_token, U_Token: this.state.u_token
41 41
             ,Username: this.state.username, I_Username: this.state.I_username});
42 42
         }
@@ -70,4 +70,8 @@ const styles = StyleSheet.create({
70 70
     backgroundColor: '#FFFFFF',
71 71
     marginTop: 100,
72 72
   },
73
-});
73
+});
74
+
75
+
76
+  
77
+