wupengfei
3 天以前 4db3e7cf1ebc85f13c1381b9b61e8a1126087a71
apps/cMiniApp/src/subpackages/login/authorization/authorization.vue
@@ -173,7 +173,7 @@
async function handleLoginSuccess() {
  try {
    if (!Taro.requestSubscribeMessage) {
      await Message.confirm({ message: '你的微信版本过低,不支持订阅消息,是否继续报名' });
      await Message.confirm({ message: '你的微信版本过低,不支持订阅消息,是否继续?' });
    }
    const res = await Taro.getSetting({
      withSubscriptions: true,