Browse Source

文字修改

htc 4 ngày trước cách đây
mục cha
commit
06b6b2203e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(){