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

bug修复

parent 291791ae
This diff is collapsed.
...@@ -228,6 +228,9 @@ export default { ...@@ -228,6 +228,9 @@ export default {
margin: 20rpx 0; margin: 20rpx 0;
text-indent: 20rpx; text-indent: 20rpx;
margin-bottom: 10rpx; margin-bottom: 10rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
} }
.one__item__price { .one__item__price {
......
...@@ -61,6 +61,9 @@ export default { ...@@ -61,6 +61,9 @@ export default {
id: '', id: '',
}; };
}, },
onShow() {
this.getMyMoveCodeList()
},
methods: { methods: {
// 加载数据 // 加载数据
// load(paging) { // load(paging) {
...@@ -120,10 +123,6 @@ export default { ...@@ -120,10 +123,6 @@ export default {
} }
}, },
created() {
this.getMyMoveCodeList()
}
} }
</script> </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