|
@ -101,10 +101,6 @@ |
|
|
// this.getList('refresh'); |
|
|
// this.getList('refresh'); |
|
|
// }, |
|
|
// }, |
|
|
|
|
|
|
|
|
// onReady() { |
|
|
|
|
|
// this.detailOptions = getDetailOption(); |
|
|
|
|
|
// this.detailGiveupOptions = getDetailGiveupOption(); |
|
|
|
|
|
// }, |
|
|
|
|
|
|
|
|
|
|
|
// onReachBottom() { |
|
|
// onReachBottom() { |
|
|
// //避免多次触发 |
|
|
// //避免多次触发 |
|
@ -137,7 +133,10 @@ |
|
|
// } |
|
|
// } |
|
|
// }, |
|
|
// }, |
|
|
mounted() { |
|
|
mounted() { |
|
|
|
|
|
this.detailOptions = getDetailOption(); |
|
|
|
|
|
this.detailGiveupOptions = getDetailGiveupOption(); |
|
|
this.refresh(); |
|
|
this.refresh(); |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
methods: { |
|
|
methods: { |
|
|