소스 검색

文字修改

htc 3 일 전
부모
커밋
06b6b2203e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/role.vue

+ 1 - 1
pages/role.vue

@@ -112,7 +112,7 @@
 					if(res.data.code!==0) return this.$showToast(res.data.msg)
 					this.deviceList = [res.data.data];
 					if(res.data.data.length>0) this.show = true;
-					else this.$showToast('暂无绑定的设备')
+					else this.$showToast('暂无绑定的设备')
 				})
 			},
 			addDevice(){