feat:货品接口带分页
This commit is contained in:
@@ -282,11 +282,13 @@ export default {
|
||||
height: "100vh",
|
||||
isShowBalance: false,
|
||||
qrcodeVal: '',
|
||||
returnType: 1
|
||||
};
|
||||
},
|
||||
onLoad(options) {
|
||||
const id = options.id;
|
||||
this.id = id ? parseInt(id, 10) : 0;
|
||||
this.returnType = options.type || 1;
|
||||
this.getOrderInfo();
|
||||
const payOpen = options.payOpen;
|
||||
// 支付弹框
|
||||
@@ -302,10 +304,10 @@ export default {
|
||||
formatDate,
|
||||
formatDate1,
|
||||
jumpLeft() {
|
||||
const type = this.orderInfo.status + 1;
|
||||
// const type = this.orderInfo.status + 1;
|
||||
uni.navigateTo({
|
||||
url:
|
||||
"/pages/mine_package/mine_order/mine_order?type=" + type
|
||||
"/pages/mine_package/mine_order/mine_order?type=" + this.returnType
|
||||
});
|
||||
},
|
||||
wayShowFun(type) {
|
||||
|
||||
Reference in New Issue
Block a user