[‘我的资产-我的优惠券’]
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
|
||||
// 查看详情
|
||||
goDetail(no){
|
||||
this.$Router.push({
|
||||
this.$router.push({
|
||||
name: 'MallRefundsInfo',
|
||||
params:{
|
||||
no:no
|
||||
|
||||
@@ -313,7 +313,7 @@
|
||||
|
||||
// 申请退货
|
||||
nowRefund(no) {
|
||||
this.$Router.push({
|
||||
this.$router.push({
|
||||
name: 'MallShipmentsRefund',
|
||||
params: {
|
||||
no: no
|
||||
@@ -322,7 +322,7 @@
|
||||
},
|
||||
// 查看物流
|
||||
nowLogistics(no) {
|
||||
this.$Router.push({
|
||||
this.$router.push({
|
||||
name: 'Orderlogistics',
|
||||
params: {
|
||||
no: no
|
||||
@@ -331,7 +331,7 @@
|
||||
},
|
||||
// 查看详情
|
||||
goDetail(no) {
|
||||
this.$Router.push({
|
||||
this.$router.push({
|
||||
name: 'MallShipmentsInfo',
|
||||
params: {
|
||||
no: no
|
||||
@@ -341,7 +341,7 @@
|
||||
// 查看退货单详情
|
||||
// 查看详情
|
||||
goDetail1(no){
|
||||
this.$Router.push({
|
||||
this.$router.push({
|
||||
name: 'MallRefundsInfo',
|
||||
params:{
|
||||
no:no
|
||||
|
||||
@@ -211,7 +211,7 @@
|
||||
},
|
||||
// 申请退货
|
||||
nowRefund(no){
|
||||
this.$Router.push({
|
||||
this.$router.push({
|
||||
name: 'MallShipmentsRefund',
|
||||
params:{
|
||||
no:no
|
||||
|
||||
Reference in New Issue
Block a user