liujd hace 6 años
padre
commit
21f907b4cc
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      mobile-code/src/pages/home/components/login-popup.vue

+ 4 - 1
mobile-code/src/pages/home/components/login-popup.vue

@@ -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)
 		}
 	}
 }