支付接口调用

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

@@ -54,7 +54,7 @@
<view class="fourcontent_item flex-start" v-for="(item,index) in hometoplist.menu" :key="index"
@click="viewHistory(item,index)"
:class="!item.isChild && viewHistoryindex == index ? 'fourcontent_itemactev':''">
<text style="margin-right: 16rpx;">{{item.name}}</text>
<text style="margin-right: 10rpx;">{{item.name}}</text>
<u-icon v-if="item.isChild" style="margin-left: 10rpx;" name="arrow-down-fill" color="#333333"
size="16"></u-icon>
</view>
@@ -708,7 +708,7 @@
}
.fourcontent_itemactev {
background: #fee06a;
// background: #fee06a;
}
.fourcontent_item:nth-child(1) {
@@ -745,14 +745,14 @@
margin-top: 16rpx;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 24rpx;
color: #666666;
font-size: 28rpx;
color: #333;
}
.sixcontentitemP_itemactive {
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: bold;
font-size: 24rpx;
font-size: 28rpx;
color: #666666;
}
}
@@ -844,8 +844,8 @@
text {
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 700;
font-size: 28rpx;
// font-weight: 700;
font-size: 24rpx;
color: #999999;
}