接着做首页的充值,,调试接口

This commit is contained in:
2024-03-28 16:49:49 +08:00
parent 4713116996
commit c9abd2cfa0
15 changed files with 125 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
/* components/avatar/index.wxss */
.wrapper {
width: 100rpx;
height: 100rpx;
width: 150rpx;
height: 150rpx;
border-radius: 50%;
background: radial-gradient(circle, var(--light-green), var(--middle-green),var(--deep-green) );
display: flex;

View File

@@ -18,11 +18,11 @@
<view class="content">
<template is="content" data="{{title, rightArrow}}" />
</view>
<view class="borderBottom border" wx:if="{{borderBottom}}"></view>
<view class="borderBottom" wx:if="{{borderBottom}}"></view>
</view>
<view wx:else bind:tap="click">
<button class="button" open-type="{{openType}}" plain="true">
<template is="content" data="{{title, rightArrow}}" />
</button>
<view class="borderBottom border" wx:if="{{borderBottom}}"></view>
<view class="borderBottom" wx:if="{{borderBottom}}"></view>
</view>

View File

@@ -15,6 +15,7 @@
border-radius: 5rpx;
box-sizing: border-box;
width: calc(100% - 64rpx);
max-height: 50vh;
}
.option {