瀏覽代碼

修改显示bug

wzh 2 年之前
父節點
當前提交
c6835b54c1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/work/index.vue

+ 1 - 1
pages/work/index.vue

@@ -179,7 +179,7 @@ export default {
             getDevcieByQrcode(res.result).then(res=>{
               let device = res.data;
               if(!device){
-                self.$modal.showToast('未查到设备信息')
+                self.$modal.showToast('设备不存在或该已经绑定用户')
               }else{
                 if(device.deptId != null){
                   self.$modal.showToast('该设备已经绑定了用户')