mqtt报错处理

This commit is contained in:
kerwincui
2022-08-03 22:35:25 +08:00
parent 339e065031
commit 145e02c7ad
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ mqttTool.subscribe = function (topics) {
qos: 1
}, function (err, res) {
console.log("订阅主题:", topics);
if (!err && res.length > 0) {
if (!err) {
console.log("订阅成功")
resolve('订阅成功')
} else {

View File

@@ -230,7 +230,7 @@
</div>
<div style="display:table;">
<div style="width:70px;font-weight: bold;display:table-cell;">赞助用户</div>
<div style="display:table-cell;line-height:22px;"><b style="color:#F56C6C">可用于商业用途并提供移动端源码包含一年的更新</b>但是不能低价或批量转售源码不能随意分发源码目前赞助费为2500元项目不断完善后会对应增加费用</div>
<div style="display:table-cell;line-height:22px;"><b style="color:#F56C6C">可用于商业用途并提供移动端源码包含一年的更新</b>但是不能低价或批量转售源码不能随意分发源码目前赞助费为3000元项目不断完善后会对应增加费用</div>
</div>
</el-card>
<el-card shadow="hover" style="padding:20px 0;margin-bottom:40px;font-size:14px;">