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