Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b33ae503
authored
Jul 29, 2020
by
Denglingling
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
隐藏测试功能
(cherry picked from commit
81f53c91
)
parent
64322131
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
24 deletions
app/containers/transOrder/TransOrderPage.js
app/containers/transOrder/TransOrderPage.js
View file @
b33ae503
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment