From 4192328e3cc952864daf48c0232a4ee1eb6f2e97 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Fri, 29 Dec 2023 19:27:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E8=B1=86=E8=B1=86?= =?UTF-8?q?=E7=A7=AF=E5=88=86=E6=8A=B5=E6=89=A3=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 11 ++- pages.json | 18 ++-- pages/activity/liveBroadcast/index.vue | 6 +- pages/index/component/liveBroadcast.vue | 30 +++--- pages/users/order_confirm/index.vue | 121 +++++++++++++++--------- project.config.json | 4 +- 6 files changed, 111 insertions(+), 79 deletions(-) diff --git a/manifest.json b/manifest.json index 78447fb..854113c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "name" : "万马奔腾", + "name" : "众创公社", "appid" : "__UNI__FADD765", "description" : "", - "versionName" : "1.0.4", - "versionCode" : 127, + "versionName" : "1.0.0", + "versionCode" : 1, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -158,7 +158,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx7aac64d4d4419260", + "appid" : "wx3333c42c5f068ac6", "setting" : { "urlCheck" : false, "minified" : true, @@ -201,5 +201,6 @@ }, "title" : "加载中...", "template" : "template.h5.html" - } + }, + "vueVersion" : "2" } diff --git a/pages.json b/pages.json index 5fcf9e2..dd7897c 100644 --- a/pages.json +++ b/pages.json @@ -15,7 +15,7 @@ "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom", - // #ifdef APP-PLUS + // #ifdef APP-PLUS "enablePullDownRefresh": true, // #endif "app-plus": { @@ -57,7 +57,7 @@ "path": "pages/goods_details/index", "style": { "navigationStyle": "custom" - // #ifdef MP || APP-PLUS + // #ifdef MP || APP-PLUS , "navigationBarBackgroundColor": "#F2F2F2" // #endif @@ -664,7 +664,7 @@ { "path": "goods_details/index", "style": { - "navigationBarTitleText": "商品详情" + "navigationBarTitleText": "商品详情" } }, { @@ -904,7 +904,7 @@ // "plugins": { // "live-player-plugin": { // "version": "1.3.2", -// "provider": "wx7aac64d4d4419260" +// "provider": "wx3333c42c5f068ac6" // } // } }, @@ -1066,7 +1066,7 @@ "enablePullDownRefresh": false, //#ifdef APP "path": "appSwiper/index", - //#endif + //#endif //#ifndef APP "path": "nvueSwiper/index", //#endif @@ -1169,7 +1169,7 @@ "style": { "navigationBarTitleText": "兑换订单详情" } - } + } ] }, { @@ -1248,7 +1248,7 @@ "navigationBarTitleText": "加载中...", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#F8F8F8" - //#ifndef H5 + //#ifndef H5 , "titleNView": true //#endif @@ -1286,7 +1286,7 @@ { "pagePath": "pages/order_addcart/order_addcart", "iconPath": "static/images/3-001.png", - "selectedIconPath": "static/images/3-002.png", + "selectedIconPath": "static/images/3-002.png", "text": "购物车" }, { @@ -1306,4 +1306,4 @@ }] }, "sitemapLocation": "sitemap.json" -} \ No newline at end of file +} diff --git a/pages/activity/liveBroadcast/index.vue b/pages/activity/liveBroadcast/index.vue index ebfb12c..42021aa 100644 --- a/pages/activity/liveBroadcast/index.vue +++ b/pages/activity/liveBroadcast/index.vue @@ -3,7 +3,7 @@ - + @@ -266,12 +266,12 @@ color: #fff; min-width: 130rpx; max-width: 140rpx; - height: 50rpx; + height: 50rpx; font-size: 22rpx; &.playRadius { border-radius: 18rpx 0px 0 0px; } - + &.notPlayRadius { border-radius: 18rpx 0px 18rpx 0px; } diff --git a/pages/index/component/liveBroadcast.vue b/pages/index/component/liveBroadcast.vue index ea91758..2567cc7 100644 --- a/pages/index/component/liveBroadcast.vue +++ b/pages/index/component/liveBroadcast.vue @@ -14,7 +14,7 @@ - + - + 预告 @@ -73,7 +73,7 @@ - + ¥{{goods.goods.price}} @@ -85,7 +85,7 @@ - +{{item.broadcast.length}} + +{{item.broadcast.length}} @@ -98,7 +98,7 @@ - + 预告 @@ -153,7 +153,7 @@ } }, watch: { - + }, data() { return { @@ -187,7 +187,7 @@ res.data.list.forEach(val => { val.link = (val.live_status == 103 && val.replay_status) || val.live_status === 101 || val.live_status === 102 - ? 'plugin-private://wx7aac64d4d4419260/pages/live-player-plugin?room_id=' + val.room_id + ? 'plugin-private://wx3333c42c5f068ac6/pages/live-player-plugin?room_id=' + val.room_id : ''; }); that.$set(that,'liveList',res.data.list) @@ -219,8 +219,8 @@ justify-content: center; color: #fff; width: 120rpx; - height: 32rpx; - } + height: 32rpx; + } .broadcast-time { z-index: 20; position: absolute; @@ -299,10 +299,10 @@ border-radius: 16rpx 0px 16rpx 0px; &.playRadius { border-radius: 16rpx 0 0 0; - } + } &.notPlayRadius { border-radius: 16rpx 0px 16rpx 0px; - } + } image { width: 30rpx; height: 30rpx; @@ -391,7 +391,7 @@ align-items: center; color: #999; font-size: 24rpx; - margin-top: 10rpx; + margin-top: 10rpx; } .goods-wrapper{ display: flex; @@ -476,7 +476,7 @@ .goods-wrapper{ flex: 1; } - } + } } } } @@ -556,7 +556,7 @@ width: 38px; height: 100%; text-align: center; - background: linear-gradient(270deg, #2FA1F5 0%, #0076FF 100%); - } + background: linear-gradient(270deg, #2FA1F5 0%, #0076FF 100%); + } } diff --git a/pages/users/order_confirm/index.vue b/pages/users/order_confirm/index.vue index eebc2d0..fc9e7be 100644 --- a/pages/users/order_confirm/index.vue +++ b/pages/users/order_confirm/index.vue @@ -101,9 +101,9 @@ 不支持快递 - 不支持到店核销 + 不支持到店核销 - + @@ -135,14 +135,19 @@ - - 本商户积分抵扣 - 使用{{item.order.use_mer_integral}}积分抵扣{{item.order.use_mer_integral_price}} - - - 平台积分抵扣 - 使用{{item.order.use_platform_integral}}积分抵扣{{item.order.use_platform_integral_price}} + + + + + + + + + + 积分抵扣 + 使用{{item.order.use_legumes_integral}}积分抵扣{{item.order.use_legumes_integral_price}} + 快递费用 - + *收货人电话 @@ -337,7 +342,7 @@ 积分抵扣: - + + + 持有积分{{hold_legumes_integral}} + + 使用了{{order_use_legumes_integral}}个积分,共抵扣{{order_use_legumes_integral_price}}元 + + + + +