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

@@ -94,6 +94,10 @@
uni.showModal({
title: '提示',
content: '确认要放弃测评吗?',
cancelText: '取消',
confirmText: '确认',
confirmColor: '#1677ff',
cancelColor: '#999999',
success: function (res) {
if (res.confirm) {
uni.navigateBack(-1);
@@ -371,7 +375,7 @@
width: 630rpx;
height: 96rpx;
padding-left: 40rpx;
background: #F6F7F9;
background: #EDF6FF;
margin-bottom: 24rpx;
border-radius: 12rpx 12rpx 12rpx 12rpx;
font-size: 28rpx;