去掉微信支付

This commit is contained in:
2024-06-19 17:29:22 +08:00
parent fc5f6415b9
commit a397fafd14
9 changed files with 73 additions and 57 deletions

View File

@@ -1,6 +1,7 @@
<template>
<view
class="container commonPageBox commonDetailPage" style="background-color: #f6f7fb"
class="container commonPageBox commonDetailPage"
style="background-color: #f6f7fb"
>
<!-- 公共组件-每个页面必须引入 -->
<public-module></public-module>
@@ -1580,4 +1581,9 @@ export default {
color: #9b9b9b;
font-size: 26rpx;
}
/deep/.commonDetailPage{
.uni-app--showtabbar uni-page-wrapper::after {
height: 0 !important;
}
}
</style>