Commit 21ae16fb authored by 李晓兵's avatar 李晓兵

'迭代三打包'

parent 99669c43
Pipeline #2969 canceled with stages
......@@ -131,8 +131,13 @@ export default {
},
beforeRouteEnter (to, from, next) {
debugger
if (from.name === 'ProductList' || from.name === 'MyProductList' || from.name === 'HomePage') {
next(vm => {
vm.baseInfo = {}
vm.confgInfo = {}
vm.detailInfo = {}
vm.picLists = []
vm.tabNum = 0
vm.slide = false
vm.product_id = vm.$route.params.product_id
......
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