This commit is contained in:
2025-10-30 17:17:15 +08:00
parent 6579abe021
commit 7369be7fce
11 changed files with 57 additions and 24 deletions

View File

@@ -166,6 +166,10 @@
uni.showModal({
title: '提示',
content: '确认要放弃测评吗?',
cancelText: '取消',
confirmText: '确认',
confirmColor: '#1677ff',
cancelColor: '#999999',
success: function (res) {
if (res.confirm) {
uni.navigateBack(-1);
@@ -440,7 +444,7 @@
width: 630rpx;
height: 96rpx;
padding-left: 40rpx;
background: #F6F7F9;
background: #F5F5F5;
margin-bottom: 24rpx;
border-radius: 12rpx 12rpx 12rpx 12rpx;
font-size: 28rpx;
@@ -454,7 +458,7 @@
align-items: center;
width: 610rpx;
padding: 20rpx 30rpx;
background: #F6F7F9;
background: #F5F5F5;
margin-bottom: 24rpx;
line-height: 40rpx;
border-radius: 12rpx 12rpx 12rpx 12rpx;