feat:新增登录验证
This commit is contained in:
@ -282,11 +282,11 @@ const sendMqttData = (data) => {
|
||||
});
|
||||
} else {
|
||||
console.log('✅ MQTT数据发送成功');
|
||||
uni.showToast({
|
||||
title: '数据发送成功',
|
||||
icon: 'success',
|
||||
duration: 1500
|
||||
});
|
||||
// uni.showToast({
|
||||
// title: '数据发送成功',
|
||||
// icon: 'success',
|
||||
// duration: 1500
|
||||
// });
|
||||
}
|
||||
});
|
||||
|
||||
@ -334,11 +334,11 @@ const sendMqttDataRecall = (data) => {
|
||||
duration: 2000
|
||||
});
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: '数据发送成功',
|
||||
icon: 'success',
|
||||
duration: 1500
|
||||
});
|
||||
// uni.showToast({
|
||||
// title: '数据发送成功',
|
||||
// icon: 'success',
|
||||
// duration: 1500
|
||||
// });
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user