模拟了微信支付功能

This commit is contained in:
2025-08-08 19:21:04 +08:00
parent 85df7bfc4e
commit c1817b6255
14 changed files with 246 additions and 30 deletions

View File

@ -274,8 +274,8 @@
</view>
</view>
<view class="flex-col list">
<view class="flex-row justify-between items-center section_4" wx:if="{{isShowOrder}}">
<view class="flex-row items-center" bindtap="courseOrder">
<view class="flex-row justify-between items-center section_4" wx:if="{{isShowOrder}}" bindtap="courseOrder">
<view class="flex-row items-center">
<image
class="shrink-0 image_6"
src="./images/zhanghaoshezhi.png"

View File

@ -24,9 +24,10 @@
border-radius: 8.33rpx;
}
.image {
padding: 10rpx;
width: 151.25rpx;
height: 151.25rpx;
margin: 20rpx;
width: 141.25rpx;
height: 141.25rpx;
border-radius: 30rpx;
}
button {
/* 去掉默认最小宽度 */