|
|
@@ -40,7 +40,7 @@
|
|
|
<template v-if="stepIndex == 2">
|
|
|
<div class="wx-public-wrap">
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
- <official-account></official-account>
|
|
|
+ <official-account @binderror="officialErr"></official-account>
|
|
|
<!-- #endif -->
|
|
|
<!-- <div class="app-color-3">国兰华尚关联的公众号</div>
|
|
|
<div class="flex-center-between">
|
|
|
@@ -120,6 +120,9 @@ export default {
|
|
|
// 关注公众号
|
|
|
attentionPublish() {
|
|
|
this.stepIndex = 2
|
|
|
+ },
|
|
|
+ officialErr(e) {
|
|
|
+ console.log('关注公众号组件', e)
|
|
|
}
|
|
|
}
|
|
|
}
|