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