Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
tt-yoho-app
·
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
Download as
Email Patches
Plain Diff
Browse Files
Authored by
huangyi
2018-12-20 15:21:31 +0800
Commit
768801b6349932f498a2a600c8600d24941459aa
1 parent
1a24b58a
跳转支付页面
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
components/picker/picker.js
components/picker/picker.js
View file @
768801b
...
...
@@ -6,7 +6,7 @@ Component({
type
:
Object
,
value
:
null
,
observer
:
function
(
value
,
oldValue
)
{
if
(
!
value
.
sourceType
)
if
(
value
.
sourceType
!==
'goodsDetail'
)
this
.
setData
({
pickerData
:
value
})
}
},
...
...
Please
register
or
login
to post a comment