【bug】去除验证码的显示 登录后不显示图标

This commit is contained in:
fengachen
2021-12-27 14:27:05 +08:00
parent 3e96e8c72d
commit 0b962abb11
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ Page({
val: '2',
},
{
path: '../../assets/images/ziliao-new .png',
path: '../../assets/images/ziliao-new.png',
text: '资料网员',
val: '4',
},
+1 -1
View File
@@ -34,7 +34,7 @@ Page({
if (res.success) {
this.countDown()
wx.showToast({
title: '发送成功' + res.result,
title: '发送成功',
icon: 'none',
duration: 2000
})