🐞 fix(支付弹窗):修改支付方式图标的大小
This commit is contained in:
parent
0992ef1208
commit
682054bf51
@ -1,4 +1,4 @@
|
|||||||
export const BASE_URL = CURRENT_BASE_URL
|
// export const BASE_URL = CURRENT_BASE_URL
|
||||||
// export const BASE_URL = `http://192.168.0.75:50001/lymarket`
|
// export const BASE_URL = `http://192.168.0.75:50001/lymarket`
|
||||||
// export const BASE_URL = `http://192.168.0.89:50001/lymarket`
|
// export const BASE_URL = `http://192.168.0.89:50001/lymarket`
|
||||||
// export const BASE_URL = `http://10.0.0.5:50001/lymarket`
|
// export const BASE_URL = `http://10.0.0.5:50001/lymarket`
|
||||||
@ -12,7 +12,7 @@ export const BASE_URL = CURRENT_BASE_URL
|
|||||||
// export const BASE_URL = `https://dev.zzfzyc.com/lymarket` // 开发环境
|
// export const BASE_URL = `https://dev.zzfzyc.com/lymarket` // 开发环境
|
||||||
// export const BASE_URL = `https://www.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.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.42:50002/lymarket' // 杰
|
// export const BASE_URL = 'http://192.168.1.42:50002/lymarket' // 杰
|
||||||
// export const BASE_URL = `http://192.168.1.95:40001/lymarket` // 华
|
// export const BASE_URL = `http://192.168.1.95:40001/lymarket` // 华
|
||||||
// export const BASE_URL = 'http://192.168.1.28:50002/lymarket' // 婷
|
// export const BASE_URL = 'http://192.168.1.28:50002/lymarket' // 婷
|
||||||
|
|||||||
@ -136,7 +136,7 @@ const PayPopup = (props: Props) => {
|
|||||||
<View className={styles.leftCrile}
|
<View className={styles.leftCrile}
|
||||||
style={{ backgroundColor: `${item.name == '线下汇款' ? '#fca846' : item.name == '货主自提' ? '#00c760' : '#4a7fff'}` }}
|
style={{ backgroundColor: `${item.name == '线下汇款' ? '#fca846' : item.name == '货主自提' ? '#00c760' : '#4a7fff'}` }}
|
||||||
>
|
>
|
||||||
<IconFont name={item.iconfont} size={35} color={item.color}></IconFont>
|
<IconFont name={item.iconfont} size={item.name === '扫码支付' || item.name === '货到付款' ? 35 : 50} color={item.color}></IconFont>
|
||||||
{/* <View className={classnames('iconfont', item.iconfont, styles.lujing)}></View> */}
|
{/* <View className={classnames('iconfont', item.iconfont, styles.lujing)}></View> */}
|
||||||
</View>
|
</View>
|
||||||
<View className={styles.rightLeft}>
|
<View className={styles.rightLeft}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user