Toggle navigation
Toggle navigation
This project
Loading...
Sign in
罗广聪
/
ProtectGod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
罗广聪
2017-10-01 12:22:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1493e7e1a7e7beffb578a5f253d70e0e27161f7b
1493e7e1
1 parent
9a7aa2f9
ll
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
ios/ProtectGod.xcodeproj/xcshareddata/xcschemes/ProtectGod.xcscheme
src/Components/articleTemplate.js
ios/ProtectGod.xcodeproj/xcshareddata/xcschemes/ProtectGod.xcscheme
View file @
1493e7e
...
...
@@ -81,7 +81,7 @@
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration =
"
Release
"
buildConfiguration =
"
Debug
"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
language =
""
...
...
src/Components/articleTemplate.js
View file @
1493e7e
...
...
@@ -51,6 +51,9 @@ export default class ArticleTemplate extends Component {
share
:
this
.
share
.
bind
(
this
)
});
}
componentDidMount
()
{
console
.
log
(
`https://devpay.brae.co/insurance.html?uid=
${
this
.
state
.
USER_ID
}
&sid=
${
this
.
state
.
id
}
`
)
}
share
()
{
const
that
=
this
;
console
.
log
(
"share"
)
...
...
Please
register
or
login
to post a comment