| | |
| | | <u-badge :isDot="true" |
| | | type="error" |
| | | v-if="dotShow"></u-badge> |
| | | <u-icon name="chat" |
| | | color="#fff" |
| | | <u-icon |
| | | name="chat" |
| | | :color="[roleType == 4 ? '#3b56eb' : '#fff']" |
| | | size="50"></u-icon> |
| | | </view> |
| | | </view> |
| | |
| | | if(v) { |
| | | if (v.startsWith('weigh')) { |
| | | let nowWeighObj = JSON.parse(v.slice(7)); |
| | | console.log(nowWeighObj,'nowWeighObj-----') |
| | | console.log(this.globalweighHouseCode,'this.globalweighHouseCode-----') |
| | | console.log('我进来了--------------1111111') |
| | | if (this.globalweighHouseCode && nowWeighObj.eqCode == this.globalweighHouseCode) { |
| | | console.log('我进来了--------------22') |
| | | if (nowWeighObj.eqInfraredStatus) { |
| | | this.changeinfraredStatus(true); |
| | | this.changeWeigh(nowWeighObj.weigh); |