apps/taro/src/subpackages/my/shareQrcode/InnerPage.vue
@@ -23,7 +23,11 @@ // const { virtualUserInfo } = useUser(); const { blLifeRecharge } = useLifeRechargeContext(); const userChannles = computed(() => blLifeRecharge.accountModel.userChannles ?? []); const userChannles = computed(() => (blLifeRecharge.accountModel.userChannles ?? []).filter( (x) => x.switchType !== blLifeRecharge.constants.LifePaySwitchTypeEnum.微信小程序 ) ); const channlesType = ref(userChannles.value[0]?.channlesNum ?? '');