From 9ce2b7704070c2415a6dd929c961bb918c5c735b Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 26 二月 2025 10:47:05 +0800 Subject: [PATCH] fix: 对接 --- apps/taro/src/components/Layout/PageLayout.vue | 6 +++--- packages/components/src/views/SelectPayTypeView/SelectPayTypeView.vue | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/taro/src/components/Layout/PageLayout.vue b/apps/taro/src/components/Layout/PageLayout.vue index 9433d41..0117384 100644 --- a/apps/taro/src/components/Layout/PageLayout.vue +++ b/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; diff --git a/packages/components/src/views/SelectPayTypeView/SelectPayTypeView.vue b/packages/components/src/views/SelectPayTypeView/SelectPayTypeView.vue index 39475ba..0e784f8 100644 --- a/packages/components/src/views/SelectPayTypeView/SelectPayTypeView.vue +++ b/packages/components/src/views/SelectPayTypeView/SelectPayTypeView.vue @@ -114,6 +114,9 @@ // 浣跨敤浠ヤ笂鏂瑰紡鍒ゆ柇鍓嶇杩斿洖,寰俊鍥㈤槦閮戦噸鎻愮ず锛� //res.err_msg灏嗗湪鐢ㄦ埛鏀粯鎴愬姛鍚庤繑鍥瀘k锛屼絾骞朵笉淇濊瘉瀹冪粷瀵瑰彲闈狅紝鍟嗘埛闇�杩涗竴姝ヨ皟鐢ㄥ悗绔煡鍗曠‘璁ゆ敮浠樼粨鏋溿�� } + }, + function (res) { + console.log('res: ', res); } ); } -- Gitblit v1.9.1