feat:app改造

This commit is contained in:
2026-08-17 09:27:07 +08:00
parent aa20d121f7
commit 97d3e1cd36
11 changed files with 1923 additions and 271 deletions
@@ -298,10 +298,10 @@ export default {
formatDate,
formatDate1,
jumpLeft() {
const type = this.orderInfo.status + 1;
uni.navigateTo({
url:
"/pages/mine_package/mine_order/mine_order?type=" +
this.orderInfo.status,
"/pages/mine_package/mine_order/mine_order?type=" + type
});
},
wayShowFun(type) {