zhengyiming
2025-02-26 9ce2b7704070c2415a6dd929c961bb918c5c735b
fix: 对接
2个文件已修改
9 ■■■■■ 已修改文件
apps/taro/src/components/Layout/PageLayout.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
packages/components/src/views/SelectPayTypeView/SelectPayTypeView.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/taro/src/components/Layout/PageLayout.vue
@@ -80,9 +80,9 @@
const _showNavigationBar = computed(() => {
  if (props.showNavigationBar) {
    if (isWeb) {
      return !isInAlipay && !isInWeChat;
    }
    // if (isWeb) {
    //   return !isInAlipay && !isInWeChat;
    // }
    return true;
  } else {
    return false;
packages/components/src/views/SelectPayTypeView/SelectPayTypeView.vue
@@ -114,6 +114,9 @@
            // 使用以上方式判断前端返回,微信团队郑重提示:
            //res.err_msg将在用户支付成功后返回ok,但并不保证它绝对可靠,商户需进一步调用后端查单确认支付结果。
          }
        },
        function (res) {
          console.log('res: ', res);
        }
      );
    }