This commit is contained in:
2023-11-13 15:15:15 +08:00
parent 5ae165d3f8
commit 14ff1bd760

View File

@ -161,7 +161,6 @@
} }
}) })
uni.onSocketMessage(res => { uni.onSocketMessage(res => {
console.log("webScoket监听收到的信息", res);
this.uploadType = 2 this.uploadType = 2
this.number = JSON.parse(res.data).fbg this.number = JSON.parse(res.data).fbg
this.$forceUpdate() this.$forceUpdate()