Commit 50db8166 authored by 肖健's avatar 肖健

bug修复

parent 291791ae
This diff is collapsed.
......@@ -228,6 +228,9 @@ export default {
margin: 20rpx 0;
text-indent: 20rpx;
margin-bottom: 10rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.one__item__price {
......
......@@ -61,6 +61,9 @@ export default {
id: '',
};
},
onShow() {
this.getMyMoveCodeList()
},
methods: {
// 加载数据
// load(paging) {
......@@ -120,10 +123,6 @@ export default {
}
},
created() {
this.getMyMoveCodeList()
}
}
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment