🎈 perf(补充订单详情配套螺纹标识):

This commit is contained in:
czm 2023-02-07 18:37:50 +08:00
parent 1f8387f7f8
commit b9bb41ee72
3 changed files with 14 additions and 3 deletions

View File

@ -5,7 +5,7 @@
// export const BASE_URL = `http://192.168.0.89:40001/lymarket`
// export const BASE_URL = `http://192.168.1.165:40001/lymarket` // 王霞
// export const BASE_URL = 'https://test.zzfzyc.com/lymarket' // 测试环境
export const BASE_URL = 'https://pre.zzfzyc.com/lymarket' // 预发布
// export const BASE_URL = 'https://pre.zzfzyc.com/lymarket' // 预发布
// export const BASE_URL = `http://192.168.1.9:40001/lymarket` // 发
// export const BASE_URL = `http://192.168.1.9:50005/lymarket` // 发
// export const BASE_URL = `http://192.168.1.30:50001/lymarket` // 发
@ -13,7 +13,7 @@ export const BASE_URL = 'https://pre.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.28:50001/lymarket' // 婷
export const BASE_URL = 'http://192.168.1.28:50001/lymarket' // 婷
// export const BASE_URL = 'http://192.168.1.42:50002/lymarket' // 杰
// CDN

View File

@ -31,6 +31,15 @@
color: $color_font_two;
font-size: $font_size_min;
}
.label {
width: 112px;
height: 34px;
background: #fcf4e9;
border-radius: 4px;
font-size: 24px;
text-align: center;
color: #c57c26ff;
}
}
}
.order_list_scroll {

View File

@ -195,7 +195,9 @@ const KindList = ({ order, comfirm = false }: Param) => {
<View className={styles.order_list_title}>
<View className={styles.tag}>{order.sale_mode_name}</View>
<View className={styles.title}>{formatHashTag(item.code, item.name)}</View>
<View className={styles.num}>{item?.product_colors.length}</View>
{!item.is_screw_recommend
? <View className={styles.num}>{item?.product_colors.length}</View>
: <View className={styles.label}></View>}
</View>
<View className={styles.order_list_scroll}>
{item?.product_colors?.map((colorItem) => {