| | |
| | | <script> |
| | | export default { |
| | | onLaunch: function() { |
| | | var that = this |
| | | console.log('App Launch') |
| | | console.log(this.$dd) |
| | | console.log(this.$dd.env.platform) |
| | | if (this.$dd.env.platform !== 'notInDingTalk') { |
| | | let href = window.location.href; |
| | | this.$dd.requestAuthCode({ |
| | | corpId: 'dingulzemj5bynjciapg', |
| | | clientId: 'dingulzemj5bynjciapg', |
| | | onSuccess: function(result) { |
| | | that.$u.api.ddLogin({ |
| | | code: '', |
| | | corpId: '' |
| | | }) |
| | | }, |
| | | onFail: function(err) { |
| | | console.log(err) |
| | | } |
| | | }); |
| | | } |
| | | }, |
| | | onShow: function() { |
| | | console.log('App Show') |
| | |
| | | |
| | | <style lang="scss"> |
| | | @import "uview-ui/index.scss"; |
| | | </style> |
| | | </style> |