fix: 商品详情UI优化、提示增强
This commit is contained in:
@@ -174,7 +174,7 @@
|
||||
{
|
||||
"path": "product/symptoms",
|
||||
"style": {
|
||||
"navigationBarTitleText": "填写病症",
|
||||
"navigationBarTitleText": "商品详情",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
@@ -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
Reference in New Issue
Block a user