Commit 6d3eee00 authored by fwz's avatar fwz

Merge remote-tracking branch 'origin/dev_cd' into dev_cd

parents 3f26a727 50db8166
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