zhengyiming
4 天以前 d33b55e5f1a22f77cb51c3da1a03a4fefccce71d
apps/cMiniApp/src/subpackages/authentication/authenticationRealName/InnerPage.vue
@@ -211,7 +211,8 @@
    };
    let res = await electronSignServices.personalUserFaceReal(params);
    if (res) {
      const encodedUrl = encodeURIComponent(res);
      // 为了兼容旧版本的api res直接是faceUrl
      const encodedUrl = encodeURIComponent(typeof res === 'string' ? res : res.faceUrl);
      updateUserInfo();
      Taro.navigateTo({ url: `${RouterPath.extraPage}?url=${encodedUrl}` });
    }