[‘我的资产-我的优惠券’]

This commit is contained in:
2021-09-16 17:30:26 +08:00
parent 567b8e3971
commit 004536faeb
26 changed files with 2336 additions and 49 deletions

View File

@@ -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