htc 1 deň pred
rodič
commit
06b6b2203e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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(){