提交 5f285072 authored 作者: 秦浙峰's avatar 秦浙峰

fix()去除condole, 人员列表

上级 00c239e5
...@@ -113,7 +113,6 @@ export default { ...@@ -113,7 +113,6 @@ export default {
uni.navigateBack(); uni.navigateBack();
}, },
onShow() { onShow() {
console.log(1111111, uni.getStorageSync("user_data"));
const value = this.$store.state.now_user; const value = this.$store.state.now_user;
if (value) { if (value) {
this.user = value; this.user = value;
...@@ -121,7 +120,6 @@ export default { ...@@ -121,7 +120,6 @@ export default {
const val = uni.getStorageSync("user_data"); const val = uni.getStorageSync("user_data");
if (val) { if (val) {
this.personList = JSON.parse(val); this.personList = JSON.parse(val);
console.log(this.personList, "personList", val);
} }
}, },
methods: { methods: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论