罗广聪

ll

... ... @@ -81,7 +81,7 @@
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Release"
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
... ...
... ... @@ -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")
... ...