feat:app改造
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user