bug
This commit is contained in:
@@ -54,9 +54,7 @@ export default {
|
||||
oInput.remove()
|
||||
},
|
||||
share() {
|
||||
this.agentSign({
|
||||
corpId: this.wxwork.config.corpId
|
||||
}).then(() => {
|
||||
this.agentSign().then(() => {
|
||||
this.injectJWeixin(['shareAppMessage', 'shareWechatMessage']).then(() => {
|
||||
this.wxInvoke(['shareAppMessage', {
|
||||
title: this.params.title,
|
||||
@@ -68,9 +66,7 @@ export default {
|
||||
})
|
||||
},
|
||||
shareWechat() {
|
||||
this.agentSign({
|
||||
corpId: this.wxwork.config.corpId
|
||||
}).then(() => {
|
||||
this.agentSign().then(() => {
|
||||
this.injectJWeixin(['shareAppMessage', 'shareWechatMessage']).then(() => {
|
||||
this.wxInvoke(['shareWechatMessage', {
|
||||
title: this.params.title,
|
||||
|
||||
Reference in New Issue
Block a user