优化代码

This commit is contained in:
wuxw 2024-01-08 23:43:46 +08:00
parent b51f0c3bf1
commit 8626778da1

View File

@ -73,7 +73,7 @@ export function sendSmsCode(_link, _that) {
let _json = res.data; let _json = res.data;
if (_json.code == 0) { if (_json.code == 0) {
wx.showToast({ wx.showToast({
title:res.data, title:_json.data,
icon: 'none', icon: 'none',
duration: 2000 duration: 2000
}); });