From 88c80be724399efb6da316c50b825d759d55cb29 Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Thu, 15 Aug 2024 17:10:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 1 - pages/index/index.vue | 18 ++++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index d7f2772..8397946 100644 --- a/manifest.json +++ b/manifest.json @@ -208,7 +208,6 @@ "router" : { "mode" : "history" }, - "devServer" : { "https" : false, "port" : 8080, diff --git a/pages/index/index.vue b/pages/index/index.vue index 6a39fd8..a529fd8 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -497,15 +497,11 @@ - {{ item.ordersNo }} - - {{ item.ordersNo }} + + @click="goNav('/my/order/pay?id=' + item.ordersId + '&isTrue=1')">查看详情 --> 实收: @@ -2151,9 +2147,11 @@ uni-switch::before { height:64px; border-radius: 50%; } - .flex-sub{ - display: flex; - justify-content: right; + /deep/.flex-sub{ + display: flex; + // justify-content: right; + flex: none !important; + align-items: center; } .title-font{ font-size:28rpx;