['我的资产-我的足迹']

This commit is contained in:
2021-09-17 10:21:39 +08:00
parent 0e7dcb68c7
commit 84698c20bf
13 changed files with 1249 additions and 39 deletions

View File

@@ -139,7 +139,7 @@
id: 'signed'
},
{
name: '待退数权',
name: '待确认退货',
id: 'process'
},
{
@@ -238,7 +238,7 @@
console.log(index, no)
uni.showModal({
title: '哎呦,提醒你',
content: '是否确认要取消订单啊,取消后请去我的权中查看',
content: '是否确认要取消订单啊,取消后请去我的权中查看',
success: (res) => {
if (res.confirm) {
mallShipmentsCancel(no).then(res => {