第一版 支付微信

This commit is contained in:
2024-05-24 13:56:13 +08:00
parent b5264dc222
commit 8b74fc1611
98 changed files with 11892 additions and 11711 deletions

View File

@@ -25,6 +25,14 @@
融儒文为一体<br />
带你感受国学之美
</view>
</swiper-item>
<swiper-item>
<view class="guide_pages_bg4">
众妙之门
<br />
融儒文为一体<br />
带你感受国学之美
</view>
<button v-if="screenHeight > 667" style="color: #fff; border-color: #fff"
class="guide_pages_close close_1624" @click="onClose">
开始使用
@@ -95,7 +103,7 @@
let systemInfo = uni.getSystemInfoSync();
this.screenHeight = systemInfo.screenHeight;
this.show = true;
this.protocolShow = true;
// this.protocolShow = true;
} else {
uni.switchTab({
url: "/pages/homePage/index/index",
@@ -205,6 +213,20 @@
font-weight: bold;
line-height: 80rpx;
}
.guide_pages_bg4 {
width: 100vw;
height: 100vh;
background: url("@/static/icon/e_0ban_4.jpg") no-repeat;
background-size: cover;
// background-color: #EA552D;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 46rpx;
font-weight: bold;
line-height: 80rpx;
}
.guide_pages_close {
border: 2rpx solid #000;