diff --git a/CoreCms.Net.Uni-App/CoreShop/common/setting/constVarsHelper.js b/CoreCms.Net.Uni-App/CoreShop/common/setting/constVarsHelper.js index af017c5..33a91e7 100644 --- a/CoreCms.Net.Uni-App/CoreShop/common/setting/constVarsHelper.js +++ b/CoreCms.Net.Uni-App/CoreShop/common/setting/constVarsHelper.js @@ -5,7 +5,7 @@ //接口请求地址,如果需要不部署接口端的情况下测试uni-app,可以直接替换为官方测试接口:https://api.demo.coreshop.cn // export const apiBaseUrl = 'https://api.demo.coreshop.cn'; -export const apiBaseUrl = 'https://shop.api.zpc-xy.com'; +export const apiBaseUrl = 'http://62.234.32.200:2406'; //项目静态资源请求地址,如果使用官方的静态文件地址可以直接替换为:https://files.cdn.coreshop.cn export const apiFilesUrl = 'https://files.cdn.coreshop.cn'; diff --git a/CoreCms.Net.Uni-App/CoreShop/manifest.json b/CoreCms.Net.Uni-App/CoreShop/manifest.json index 431417d..a05e356 100644 --- a/CoreCms.Net.Uni-App/CoreShop/manifest.json +++ b/CoreCms.Net.Uni-App/CoreShop/manifest.json @@ -2,8 +2,8 @@ "name" : "雨宝庄严", "appid" : "__UNI__353D3E6", "description" : "", - "versionName" : "1.0", - "versionCode" : 1, + "versionName" : "1.2.0", + "versionCode" : 2, "transformPx" : false, "app-plus" : { /* 5+App特有相关 */ diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/index/cart/cart.scss b/CoreCms.Net.Uni-App/CoreShop/pages/index/cart/cart.scss index 712ea7c..e695e66 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/index/cart/cart.scss +++ b/CoreCms.Net.Uni-App/CoreShop/pages/index/cart/cart.scss @@ -1,4 +1,4 @@ -.wrap { display: flex; flex-direction: column; height: calc(100vh - var(--window-top)); width: 100%; } +.wrap { display: flex; flex-direction: column; height: calc(100vh - var(--window-top)); width: 100%; } .nobox { height: 130rpx; width: 100%; line-height: 130rpx; font-size: 28rpx; text-align: center; -webkit-flex-shrink: 0; flex-shrink: 0; } @@ -14,7 +14,7 @@ .cart-shoppingcard-goods-title { line-height: 1.4em; } .cart-shoppingcard-goods-price { color: #e54d42; font-size: 32rpx; display: flex; flex-wrap: nowrap; justify-content: space-between; } .cart-shoppingcard-goods-number { padding: 2px 0; } -.cart-shoppingcard-remove { display: block; text-align: right; line-height: 50rpx; margin-top: 30rpx; color: #CCCCCC; font-size: 24rpx; } +.cart-shoppingcard-remove {text-align: right; line-height: 50rpx; margin-top: 30rpx; color: #CCCCCC; font-size: 24rpx; } .cart-shoppingcard-checkbtn { width: 200rpx; margin-left: 50rpx; flex-shrink: 0; } .cart-shoppingcard-checkout { width: 180rpx; height: 100rpx; line-height: 100rpx; font-size: 28rpx; text-align: center; flex-shrink: 0; } .cart-bg-gray { background: #A5A7B2 !important; color: #FFFFFF !important; } diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/index/cart/cart.vue b/CoreCms.Net.Uni-App/CoreShop/pages/index/cart/cart.vue index 1d5d6e8..3bf87a3 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/index/cart/cart.vue +++ b/CoreCms.Net.Uni-App/CoreShop/pages/index/cart/cart.vue @@ -44,9 +44,9 @@ - 库存不足 - 库存紧张 - + +