|
@@ -20,6 +20,8 @@
|
|
|
</view>
|
|
|
<van-toast id="van-toast"/>
|
|
|
<van-dialog id="van-dialog"/>
|
|
|
+ <!-- <official-account @load="official_success"></official-account>-->
|
|
|
+
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -72,9 +74,13 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
user_store.setters.set_invite_code($code)
|
|
|
+ },
|
|
|
+ official_success($e) {
|
|
|
+ console.log('关注组件加载成功', $e)
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
|
+ console.log(1)
|
|
|
},
|
|
|
onLoad(options) {
|
|
|
let $this = this
|