Commit b33ae503 by Denglingling

隐藏测试功能

(cherry picked from commit 81f53c91)
parent 64322131
Showing with 24 additions and 24 deletions
......@@ -61,7 +61,7 @@ import {
import ImagePicker from 'react-native-image-picker';
import { exitLoginStatus } from '../../action/LoginAction';
import moment from 'moment';
import ImageViewer from 'react-native-image-zoom-viewer';
// import ImageViewer from 'react-native-image-zoom-viewer';
class TransOrderPage extends Component {
constructor(props) {
......@@ -1319,29 +1319,29 @@ class TransOrderPage extends Component {
}
// 放大图片
renderBigImage() {
let images = [{
url: 'https://avatars2.githubusercontent.com/u/7970947?v=3&s=460',
props: {
// headers: ...
}
},{
url: 'https://avatars2.githubusercontent.com/u/7970947?v=3&s=460',
props: {
// headers: ...
}
},{
url: 'https://avatars2.githubusercontent.com/u/7970947?v=3&s=460',
props: {
// headers: ...
}
}]
return (
<Modal visible={true} transparent={true}>
<ImageViewer imageUrls={images}/>
</Modal>
)
}
// renderBigImage() {
// let images = [{
// url: 'https://avatars2.githubusercontent.com/u/7970947?v=3&s=460',
// props: {
// // headers: ...
// }
// },{
// url: 'https://avatars2.githubusercontent.com/u/7970947?v=3&s=460',
// props: {
// // headers: ...
// }
// },{
// url: 'https://avatars2.githubusercontent.com/u/7970947?v=3&s=460',
// props: {
// // headers: ...
// }
// }]
// return (
// <Modal visible={true} transparent={true}>
// <ImageViewer imageUrls={images}/>
// </Modal>
// )
// }
// 返回正在加载中
renderLodingItem() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment