mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
b51f0c3bf1
commit
8626778da1
@ -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
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user