Commit ed1505cd authored by Damon's avatar Damon

feat: 图片重传触发

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