From 7ff654ab227440fb5a2c3a5b6dc3ab2b3139af3c Mon Sep 17 00:00:00 2001 From: xiaogang <825201136@qq.com> Date: Wed, 25 Jun 2025 10:33:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E9=93=B6=E8=A1=8C=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=AF=95=E8=BF=90=E8=A1=8C=E7=8E=AF=E5=A2=83=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=89=8D=E6=8F=90=E4=BA=A4=E4=B8=80=E6=AC=A1=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/pages/ycnc/detail.vue | 325 +++++++++++++++++---------------- src/pages/ycnc/index.vue | 12 +- src/pages/ycnc/order.vue | 13 +- src/pages/ycnc/orderDetail.vue | 7 +- src/utils/utils.js | 32 +++- 6 files changed, 218 insertions(+), 173 deletions(-) diff --git a/.env.production b/.env.production index 9045317..70681f8 100644 --- a/.env.production +++ b/.env.production @@ -1,7 +1,7 @@ NODE_ENV = 'production' # 邮储奶茶活动(正式环境) -VITE_BASE_URL = 'https://milk.api.cdlsxd.cn' +VITE_BASE_URL = 'https://tea.cdlsxd.cn' VITE_YCNC_MERCH_CODE = '100510102303326' # 邮储音视频活动(生产环境) diff --git a/src/pages/ycnc/detail.vue b/src/pages/ycnc/detail.vue index 94cf036..c651af9 100644 --- a/src/pages/ycnc/detail.vue +++ b/src/pages/ycnc/detail.vue @@ -1,185 +1,188 @@ - { - style: { - navigationStyle: 'custom', - navigationBarTitleText: '商品详情', - navigationBarBackgroundColor:'#FFF', - }, - } +{ + style: { + navigationStyle: "custom", + navigationBarTitleText: "商品详情", + navigationBarBackgroundColor: "#FFF", + }, +} - \ No newline at end of file +.pay-container { + width: 100%; + height: 138rpx; + border-top: 1px solid rgba(0, 0, 0, 0.1); +} +.pay-btn { + width: 600rpx; + height: 88rpx; + background: #ea0000; + border-radius: 54rpx 54rpx 54rpx 54rpx; + display: flex; + align-items: center; + justify-content: center; + font-weight: 500; + font-size: 32rpx; + color: #ffffff; + margin: 25rpx auto; +} + diff --git a/src/pages/ycnc/index.vue b/src/pages/ycnc/index.vue index 845ee6f..448d3ad 100644 --- a/src/pages/ycnc/index.vue +++ b/src/pages/ycnc/index.vue @@ -10,7 +10,7 @@