Commit 26c47c98 authored by Damon's avatar Damon

Merge branch 'fix-photo-upload' into test

parents 61b4439f ed1505cd
......@@ -92,6 +92,7 @@
import TabBarPage from '@/components/tabBarList/index.vue'
import OrderCell from '@/components/order/index.vue'
import NoOrder from '@/components/order/noOrder.vue'
import upload from '@/components/upload/task.js'
export default {
components: {
......@@ -200,6 +201,9 @@ export default {
}
},
onShow() {
if (this.uploadTask.length > 0) {
upload.uploadImageTask(this)
}
this.reloadOrderInfo()
},
methods: {
......
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