apps/taro/src/components/Layout/PageLayout.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
packages/components/src/views/SelectPayTypeView/SelectPayTypeView.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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); } ); }