初始项目
This commit is contained in:
22
mallplusui-web-pc/src/page/Refresh/refreshgoods.vue
Normal file
22
mallplusui-web-pc/src/page/Refresh/refreshgoods.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data () {
|
||||
this.$router.push({
|
||||
path: '/goods',
|
||||
query: {
|
||||
cid: this.$route.query.cid
|
||||
}
|
||||
})
|
||||
return {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" rel="stylesheet/scss" scoped>
|
||||
|
||||
</style>
|
||||
22
mallplusui-web-pc/src/page/Refresh/refreshsearch.vue
Normal file
22
mallplusui-web-pc/src/page/Refresh/refreshsearch.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data () {
|
||||
this.$router.push({
|
||||
path: '/search',
|
||||
query: {
|
||||
keyword: this.$route.query.keyword
|
||||
}
|
||||
})
|
||||
return {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" rel="stylesheet/scss" scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user