Showing
2 changed files
with
4 additions
and
1 deletions
| @@ -81,7 +81,7 @@ | @@ -81,7 +81,7 @@ | ||
| 81 | </AdditionalOptions> | 81 | </AdditionalOptions> |
| 82 | </TestAction> | 82 | </TestAction> |
| 83 | <LaunchAction | 83 | <LaunchAction |
| 84 | - buildConfiguration = "Release" | 84 | + buildConfiguration = "Debug" |
| 85 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | 85 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" |
| 86 | selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | 86 | selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" |
| 87 | language = "" | 87 | language = "" |
| @@ -51,6 +51,9 @@ export default class ArticleTemplate extends Component { | @@ -51,6 +51,9 @@ export default class ArticleTemplate extends Component { | ||
| 51 | share: this.share.bind(this) | 51 | share: this.share.bind(this) |
| 52 | }); | 52 | }); |
| 53 | } | 53 | } |
| 54 | + componentDidMount() { | ||
| 55 | + console.log(`https://devpay.brae.co/insurance.html?uid=${this.state.USER_ID}&sid=${this.state.id}`) | ||
| 56 | + } | ||
| 54 | share() { | 57 | share() { |
| 55 | const that = this; | 58 | const that = this; |
| 56 | console.log("share") | 59 | console.log("share") |
-
Please register or login to post a comment