修复了验证码bug

This commit is contained in:
2025-08-10 11:25:09 +08:00
parent 8a085da7dc
commit d17f6f09c5
2 changed files with 3 additions and 2 deletions

View File

@ -13,9 +13,9 @@
</swiper>
</view>
<view class="flex-row equal-division">
<view class="flex-col items-center group_2 group_1" bind:tap="gotoCourseList" data-type="{{ '考' }}">
<view class="flex-col items-center group_2 group_1" bind:tap="gotoCourseList" data-type="{{ '考' }}">
<image class="image_3" src="./image/kgky.png" />
<text class="font text_1 mt-12">考</text>
<text class="font text_1 mt-12">考</text>
</view>
<view class="flex-col items-center group_2 group_3" bind:tap="gotoCourseList" data-type="{{ '考公' }}">
<image class="image_3" src="./image/zmt.png" />

View File

@ -193,6 +193,7 @@ Page({
});
}, 1000);
} else {
console.log(res.data)
wx.showToast({
title: res.data.message || '注册失败',
icon: 'none',