|
@@ -48,9 +48,15 @@ export default {
|
|
|
url:"https://page.dingtalk.com/wow/dingtalk/act/serviceconversation?wh_biz=tm&showmenu=false&goodsCode=DT_GOODS_881607043109331&corpId="+localStorage.getItem('corpId')+"&token=5784a3e6b5e025ee891517ea814180f4",
|
|
|
title: 'title',
|
|
|
onSuccess : function(result) {
|
|
|
+ console.log('onSuccess')
|
|
|
+ console.log(result)
|
|
|
+ // this.onFail()
|
|
|
/**/
|
|
|
},
|
|
|
- onFail : function(err) {}
|
|
|
+ onFail : function(err) {
|
|
|
+ console.log('onFail')
|
|
|
+ console.log(err)
|
|
|
+ }
|
|
|
})
|
|
|
},
|
|
|
//重新登录
|