支付接口调用

This commit is contained in:
duan
2024-05-21 16:59:31 +08:00
parent 07a6425ec4
commit 75ac4e967c
20 changed files with 512 additions and 245 deletions

View File

@@ -69,7 +69,7 @@
},
activeBackgroundColor: {
type: String,
default: '#fff'
default: 'rgba(0,0,0,0)'
},
label: {
type: String,
@@ -169,10 +169,11 @@
.nav-left-item {
padding: 10rpx 0;
font-size: 14px;
font-size: 28rpx;
display: flex;
align-items: center;
justify-content: center;
color: #666;
}
.nav-right {