版本,UI

This commit is contained in:
18631081161 2025-11-06 15:51:03 +08:00
parent 5ced2d0106
commit 32d0b0bd27
4 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

@ -44,9 +44,9 @@
</view>
<view class="cart-space-between">
<text class="cart-shoppingcard-remove cart-icons icon-msg" v-if="item.stockNo">库存不足</text>
<text class="cart-shoppingcard-remove cart-icons icon-msg" v-else-if="item.stockTension">库存紧张</text>
<text class="cart-shoppingcard-remove cart-icons" v-else=""></text>
<!-- <text class="cart-shoppingcard-remove cart-icons icon-msg" v-if="item.stockNo">库存不足</text>
<text class="cart-shoppingcard-remove cart-icons icon-msg" v-else-if="item.stockTension">库存紧张</text> -->
<text class="cart-shoppingcard-remove cart-icons"></text>
<u-icon class="cart-shoppingcard-remove cart-icons icon-remove" name="trash" size="28" @click="removeGoods" :index="index" label="删除"></u-icon>
</view>
</view>