From c2968d5da000b840a82aae0aedc06ca0f49f10c9 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Thu, 23 May 2024 16:24:38 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E6=88=91=E7=9A=84/=E8=AE=A2=E5=8D=95):[#16?= =?UTF-8?q?20]=E5=90=84=E7=8A=B6=E6=80=81=E8=AE=A2=E5=8D=95=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85=E5=90=8E=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=90=8E=E4=BC=9A=E8=B7=B3=E8=BD=AC=E5=88=B0=E2=80=9C?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E2=80=9D=E8=AE=A2=E5=8D=95=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E4=BC=9A=E5=9B=9E=E5=88=B0=E7=9B=B8=E5=BA=94=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/MyOrder/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/order/MyOrder/index.vue b/pages/order/MyOrder/index.vue index cc6d81c..503e9c3 100644 --- a/pages/order/MyOrder/index.vue +++ b/pages/order/MyOrder/index.vue @@ -180,7 +180,7 @@ export default { }, computed: mapGetters(["userInfo"]), onShow: function () { - this.type = parseInt(this.$yroute.query.type) || 0; + this.type = this.type || parseInt(this.$yroute.query.type) || 0; this.changeType(this.type); this.getOrderData(); this.getOrderListReq();