You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
import React from 'react';
import { View, TouchableOpacity, StyleSheet,Text,Image,FlatList,Modal } from 'react-native';
// import RefreshListView, { RefreshState } from 'react-native-refresh-list-view';
// import { Toast } from 'teaset';
// import http from '../../../../util/Http';
// import { cleanObj,transDateTime1 } from '../../../../util/CommonUtils';
// import { Api,successCode } from '../../../../constant/Api';
// import Constants from '../../../../constant/Constants';
// import LinearGradient from 'react-native-linear-gradient';
import { isIphoneX, screenW } from '../../../../util/ScreenUtil';
import ImageViewer from 'react-native-image-zoom-viewer';
export default class ApplyPicDetail extends React.Component{
constructor(props){
super(props);
this.picList = this.props.navigation.getParam('picList','');
this.state = {
agreeVisible: false,//是否显示弹框
};
}
componentDidMount = () => {
}
setAgreeVisiblee = (value) => {
this.setState({
agreeVisible: true,
}
setAgreeVisiblee1 = (value) => {
this.setState({
agreeVisible: false,
}
renderCell(item){
}
render(){
},
]
}
}
The text was updated successfully, but these errors were encountered: