去掉验证码的显示

This commit is contained in:
fengachen
2021-11-11 17:24:24 +08:00
parent 8f0cbff3f1
commit 6c43783a25
+1 -1
View File
@@ -34,7 +34,7 @@ Page({
if (res.success) {
this.countDown()
wx.showToast({
title: '发送成功'+ res.result,
title: '发送成功',
icon: 'none',
duration: 2000
})