Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
yjj5855 committed Dec 14, 2016
1 parent 54c2bdc commit be60df5
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions dd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<title>班步</title>


<link href="./styles.1307940a.css" rel="stylesheet"></head>
<link href="./styles.37408606.css" rel="stylesheet"></head>
<body>
<div class="weui_loading_toast" id="init-loading">
<div class="weui_mask_transparent"></div>
Expand Down Expand Up @@ -38,5 +38,5 @@


<script src="https://g.alicdn.com/dingding/open-develop/0.9.2/dingtalk.js"></script>
<script type="text/javascript" src="./vendor.1307940a.js"></script><script type="text/javascript" src="./web_app.1307940a.js"></script></body>
<script type="text/javascript" src="./vendor.37408606.js"></script><script type="text/javascript" src="./web_app.37408606.js"></script></body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion dd/vendor.1307940a.js → dd/vendor.37408606.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dd/web_app.1307940a.js → dd/web_app.37408606.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/vuex/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import axios from 'axios'

export function getRequestAuthCode({ dispatch, state }, corpId) {

console.log(state)
console.log(state.ddConfig.corpId);

dd.runtime.permission.requestAuthCode({
corpId : corpId,
corpId : state.ddConfig.corpId || corpId,
onSuccess : function(result) {
dispatch(mutations.UPDATE_CODE,result.code)

Expand Down

0 comments on commit be60df5

Please sign in to comment.