fix: 商品详情UI优化、提示增强

This commit is contained in:
2025-12-10 11:31:48 +08:00
parent 5dbf555370
commit ddaf176371
5 changed files with 1902 additions and 1141 deletions

View File

@@ -174,7 +174,7 @@
{
"path": "product/symptoms",
"style": {
"navigationBarTitleText": "填写病症",
"navigationBarTitleText": "商品详情",
"enablePullDownRefresh": false
}
}

View File

@@ -15,4 +15,12 @@ export async function getStoreDrugListBySalespersonApi(params) {
*/
export async function getStoreDrugDetailApi(params) {
return await get('/product/product-detail', params, 3)
}
/**
* 获取商品配送服务文本
* @param params
* @returns {Promise<*>}
*/
export async function getOrderTextApi(params) {
return await get('/product/order-text', params, 3)
}

File diff suppressed because it is too large Load Diff

View File

@@ -48,7 +48,7 @@
</view>
<view class="item-bottom">
<view class="price-section">
<text class="price-tag">¥{{ item.price }}</text>
<text class="price-tag">¥{{ item.drug.drug_store_drug.price }}</text>
<text class="stock-tag">库存999</text>
</view>
<!-- 简洁的购物车图标按钮 -->

File diff suppressed because it is too large Load Diff