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 @@