add
This commit is contained in:
parent
f684436210
commit
7e7109a411
|
@ -110,6 +110,9 @@
|
|||
import {
|
||||
ref
|
||||
} from 'vue';
|
||||
import {
|
||||
onPullDownRefresh
|
||||
} from "@dcloudio/uni-app"
|
||||
import good from "./component/good.vue";
|
||||
import orderCanclePopup from "@/components/orderCanclePopup.vue"
|
||||
import modal from "@/components/modal.vue"
|
||||
|
@ -408,6 +411,12 @@
|
|||
onUnload(() => {
|
||||
uni.$off('reLoadOrderList', reloadAll)
|
||||
})
|
||||
|
||||
onPullDownRefresh(() => {
|
||||
// getBanlance(true)
|
||||
uni.stopPullDownRefresh()
|
||||
// getBanlance(true)
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
|
Loading…
Reference in New Issue