Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -37,7 +37,6 @@
|
|||||||
|
|
||||||
mounted () {
|
mounted () {
|
||||||
this.injectJWeixin(['sendChatMessage', 'selectEnterpriseContact'])
|
this.injectJWeixin(['sendChatMessage', 'selectEnterpriseContact'])
|
||||||
console.log(this.params)
|
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
@@ -58,7 +57,7 @@
|
|||||||
this.wxInvoke(['shareAppMessage', {
|
this.wxInvoke(['shareAppMessage', {
|
||||||
title: this.params.title,
|
title: this.params.title,
|
||||||
desc: this.params.tableExplain,
|
desc: this.params.tableExplain,
|
||||||
link: res.params.linkUrl,
|
link: this.params.linkUrl,
|
||||||
imgUrl: this.params.headPicture
|
imgUrl: this.params.headPicture
|
||||||
}])
|
}])
|
||||||
})
|
})
|
||||||
@@ -69,7 +68,7 @@
|
|||||||
this.wxInvoke(['shareWechatMessage', {
|
this.wxInvoke(['shareWechatMessage', {
|
||||||
title: this.params.title,
|
title: this.params.title,
|
||||||
desc: this.params.tableExplain,
|
desc: this.params.tableExplain,
|
||||||
link: res.params.linkUrl,
|
link: this.params.linkUrl,
|
||||||
imgUrl: this.params.headPicture
|
imgUrl: this.params.headPicture
|
||||||
}])
|
}])
|
||||||
})
|
})
|
||||||
@@ -87,8 +86,9 @@
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.result {
|
.result {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
padding: 0 96px;
|
padding: 96px 96px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
box-sizing: border-box;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
||||||
.result-footer {
|
.result-footer {
|
||||||
@@ -129,7 +129,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
width: 192px;
|
width: 192px;
|
||||||
height: 192px;
|
height: 192px;
|
||||||
margin: 96px auto 16px;
|
margin: 0 auto 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|||||||
Reference in New Issue
Block a user