Commit 81f53c91 by Denglingling

隐藏测试功能

parent 0d2b185b
Showing with 24 additions and 24 deletions
...@@ -61,7 +61,7 @@ import { ...@@ -61,7 +61,7 @@ import {
import ImagePicker from 'react-native-image-picker'; import ImagePicker from 'react-native-image-picker';
import { exitLoginStatus } from '../../action/LoginAction'; import { exitLoginStatus } from '../../action/LoginAction';
import moment from 'moment'; import moment from 'moment';
import ImageViewer from 'react-native-image-zoom-viewer'; // import ImageViewer from 'react-native-image-zoom-viewer';
class TransOrderPage extends Component { class TransOrderPage extends Component {
constructor(props) { constructor(props) {
...@@ -1319,29 +1319,29 @@ class TransOrderPage extends Component { ...@@ -1319,29 +1319,29 @@ class TransOrderPage extends Component {
} }
// 放大图片 // 放大图片
renderBigImage() { // renderBigImage() {
let images = [{ // let images = [{
url: 'https://avatars2.githubusercontent.com/u/7970947?v=3&s=460', // url: 'https://avatars2.githubusercontent.com/u/7970947?v=3&s=460',
props: { // props: {
// headers: ... // // headers: ...
} // }
},{ // },{
url: 'https://avatars2.githubusercontent.com/u/7970947?v=3&s=460', // url: 'https://avatars2.githubusercontent.com/u/7970947?v=3&s=460',
props: { // props: {
// headers: ... // // headers: ...
} // }
},{ // },{
url: 'https://avatars2.githubusercontent.com/u/7970947?v=3&s=460', // url: 'https://avatars2.githubusercontent.com/u/7970947?v=3&s=460',
props: { // props: {
// headers: ... // // headers: ...
} // }
}] // }]
return ( // return (
<Modal visible={true} transparent={true}> // <Modal visible={true} transparent={true}>
<ImageViewer imageUrls={images}/> // <ImageViewer imageUrls={images}/>
</Modal> // </Modal>
) // )
} // }
// 返回正在加载中 // 返回正在加载中
renderLodingItem() { 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