zhengyiming
2025-02-24 3ee683d6b002f098e5b7fed11b54615126d82a3c
apps/taro/src/app.ts
@@ -10,8 +10,9 @@
import Taro from '@tarojs/taro';
import { VueQueryPlugin, VueQueryPluginOptions } from '@tanstack/vue-query';
import { myClient } from '@/constants/query';
import { VueLifeRechargePlugin } from '@life-payment/components';
import { VueLifeRechargePlugin } from '@life-payment/core-vue';
import { blLifeRecharge } from '@/utils/blLifeRecharge';
import { isWeChat } from '@/utils/env';
window.uni = Taro;
@@ -64,7 +65,9 @@
  // 对应 onShow
  onShow(options) {
    updateVersions();
    if (isWeChat) {
      updateVersions();
    }
  },
  // 对应 onHide