🐞 fix(ID1001394 电子商城,色号显示的原价不正确):
This commit is contained in:
parent
bd3c33aa50
commit
4f2f86ed06
@ -12,9 +12,9 @@
|
||||
// export const BASE_URL = 'https://dev.zzfzyc.com/lymarket' // 开发环境
|
||||
// export const BASE_URL = 'https://www.zzfzyc.com/lymarket' // 正式环境
|
||||
// export const BASE_URL = `http://192.168.1.5:40001/lymarket` // 王霞
|
||||
// export const BASE_URL = 'http://192.168.1.7:50002/lymarket' // 添
|
||||
export const BASE_URL = 'http://192.168.1.7:50002/lymarket' // 添
|
||||
// export const BASE_URL = 'http://192.168.1.28:50001/lymarket' // 婷
|
||||
export const BASE_URL = 'http://192.168.1.42:50002/lymarket' // 杰
|
||||
// export const BASE_URL = 'http://192.168.1.42:50002/lymarket' // 杰
|
||||
|
||||
// CDN
|
||||
// 生成密钥
|
||||
|
||||
@ -43,6 +43,7 @@ interface CurrentDialogDetail {
|
||||
bulk_price: number
|
||||
update_price_time: string | Date
|
||||
length_cut_price: number
|
||||
last_bulk_price: number
|
||||
}
|
||||
const Details = (props: Params) => {
|
||||
const { getPhoneNumber, userInfo } = useLogin()
|
||||
@ -424,7 +425,7 @@ const Details = (props: Params) => {
|
||||
currentDialogDetail.current!.length_cut_price
|
||||
? <>
|
||||
<Text className={styles.productColorDialog_history}>更新于:{formatDateTime(currentDialogDetail.current!.update_price_time, 'YYYY-MM-DD') }</Text>
|
||||
<Text className={styles.productColorDialog_oldPrice}>¥{formatPriceDiv(currentDialogDetail.current!.length_cut_price)}/KG</Text>
|
||||
<Text className={styles.productColorDialog_oldPrice}>¥{formatPriceDiv(currentDialogDetail.current!.last_bulk_price)}/KG</Text>
|
||||
</>
|
||||
: <Text className={styles.productColorDialog_history}>暂无历史报价</Text>
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user