Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
1
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Zhu-Arthur
7 years ago
Commit
aea98c1faaf3cf0e9f4cf98d74939bf4b83bcfdb
1 parent
7ed956fb
拼图UI修改 review by 戴强
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
13 deletions
js/groupPurchase/components/GroupDetailHeader.js
js/groupPurchase/components/ListSnapshootShare.android.js
js/groupPurchase/components/ListSnapshootShare.ios.js
js/groupPurchase/components/SnapshootShare.js
js/groupPurchase/containers/GroupPurchaseContainer.js
js/groupPurchase/components/GroupDetailHeader.js
View file @
aea98c1
...
...
@@ -150,9 +150,8 @@ export default class GroupDetailHeader extends React.Component {
buttonText
=
'查看更多拼团活动'
;
tipTitlecolor
=
'#000000'
}
else
{
tipTitle
=
'拼团失败'
;
buttonText
=
'查看更多拼团活动'
;
tipTitlecolor
=
'#000000'
;
tipTitle
=
''
;
buttonText
=
'去参团'
;
}
return
(
...
...
js/groupPurchase/components/ListSnapshootShare.android.js
View file @
aea98c1
...
...
@@ -107,7 +107,7 @@ export default class SnapshootShare extends React.Component {
<
Image
source
=
{{
uri
:
qrCode
}}
resizeMode
=
{
'contain'
}
style
=
{
styles
.
qr
}
/
>
<
View
style
=
{
styles
.
bottomDetail
}
>
<
View
style
=
{
styles
.
titleV
}
>
<
Text
style
=
{
styles
.
titleText
}
>
{
shareCodeInfo
.
title
}
<
/Text
>
<
Text
style
=
{
styles
.
titleText
}
>
有货友拼团,潮人专属福利团
<
/Text
>
<
/View
>
<
Text
style
=
{
styles
.
tipDetailText
}
>
长按图片识别小程序参团
<
/Text
>
<
/View
>
...
...
@@ -277,11 +277,11 @@ let styles = StyleSheet.create({
marginLeft
:
27
*
DEVICE_WIDTH_RATIO
,
},
titleText
:
{
fontSize
:
1
6
,
fontSize
:
1
3
,
color
:
'#444444'
,
},
tipDetailText
:
{
fontSize
:
1
2
,
fontSize
:
1
1
,
color
:
'#B0B0B0'
,
marginTop
:
12
*
DEVICE_WIDTH_RATIO
,
marginLeft
:
27
*
DEVICE_WIDTH_RATIO
,
...
...
js/groupPurchase/components/ListSnapshootShare.ios.js
View file @
aea98c1
...
...
@@ -107,7 +107,7 @@ export default class SnapshootShare extends React.Component {
<
Image
source
=
{{
uri
:
qrCode
}}
resizeMode
=
{
'contain'
}
style
=
{
styles
.
qr
}
/
>
<
View
style
=
{
styles
.
bottomDetail
}
>
<
View
style
=
{
styles
.
titleV
}
>
<
Text
style
=
{
styles
.
titleText
}
>
{
shareCodeInfo
.
title
}
<
/Text
>
<
Text
style
=
{
styles
.
titleText
}
>
有货友拼团,潮人专属福利团
<
/Text
>
<
/View
>
<
Text
style
=
{
styles
.
tipDetailText
}
>
长按图片识别小程序参团
<
/Text
>
<
/View
>
...
...
@@ -277,11 +277,11 @@ let styles = StyleSheet.create({
marginLeft
:
27
*
DEVICE_WIDTH_RATIO
,
},
titleText
:
{
fontSize
:
1
6
,
fontSize
:
1
3
,
color
:
'#444444'
,
},
tipDetailText
:
{
fontSize
:
1
2
,
fontSize
:
1
1
,
color
:
'#B0B0B0'
,
marginTop
:
12
*
DEVICE_WIDTH_RATIO
,
marginLeft
:
27
*
DEVICE_WIDTH_RATIO
,
...
...
js/groupPurchase/components/SnapshootShare.js
View file @
aea98c1
...
...
@@ -108,8 +108,8 @@ export default class SnapshootShare extends React.Component {
<
Image
source
=
{{
uri
:
qrCode
}}
resizeMode
=
{
'contain'
}
style
=
{
styles
.
qr
}
/
>
<
View
style
=
{
styles
.
bottomDetail
}
>
<
View
style
=
{
styles
.
titleV
}
>
<
Text
style
=
{
styles
.
titleText
}
>
{
nickName
}
<
/Text
>
<
Text
style
=
{
styles
.
titleText
}
>
邀请你参团
<
/Text
>
<
Text
style
=
{[
styles
.
titleText
,
styles
.
titleWidth
]}
numberOfLines
=
{
1
}
>
{
nickName
}
<
/Text
>
<
Text
style
=
{
styles
.
titleText
}
>
邀请你拼潮货
<
/Text
>
<
/View
>
<
Text
style
=
{
styles
.
tipDetailText
}
>
长按图片识别小程序参团
<
/Text
>
<
/View
>
...
...
@@ -281,6 +281,9 @@ let styles = StyleSheet.create({
fontSize
:
16
,
color
:
'#444444'
,
},
titleWidth
:
{
maxWidth
:
80
,
},
tipDetailText
:
{
fontSize
:
12
,
color
:
'#B0B0B0'
,
...
...
js/groupPurchase/containers/GroupPurchaseContainer.js
View file @
aea98c1
...
...
@@ -148,7 +148,8 @@ class GroupPurchaseContainer extends Component {
}
=
this
.
props
.
groupPurchase
;
let
{
host
host
,
unionType
,
}
=
this
.
props
.
app
;
let
param
=
{
...
...
@@ -159,9 +160,10 @@ class GroupPurchaseContainer extends Component {
return
(
<
View
style
=
{
styles
.
container
}
>
<
ShareViewModal
show
=
{
showShareView
}
showShareView
=
{
this
.
showShareView
}
shareMiniApp
=
{
this
.
shareMiniApp
}
showSnapshootShare
=
{
this
.
showSnapshootShare
}
/
>
<
ShareViewModal
show
=
{
showShareView
}
unionType
=
{
unionType
}
showShareView
=
{
this
.
showShareView
}
shareMiniApp
=
{
this
.
shareMiniApp
}
showSnapshootShare
=
{
this
.
showSnapshootShare
}
/
>
<
ListSnapshootShare
show
=
{
showSnapshootShare
}
unionType
=
{
unionType
}
shareCodeInfo
=
{
shareCodeInfo
}
showSnapshootShare
=
{
this
.
showSnapshootShare
}
shareSnapshootAction
=
{
this
.
shareSnapshootAction
}
...
...
aozhe.zhu
@aozhe.zhu
7 years ago
Developer
mentioned in commit
f6325a99
Please
register
or
login
to post a comment