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