Commit 22620c93 authored by GuanHua's avatar GuanHua

fix:店铺列表地区修改显示字段

parent ce2e87d6
...@@ -81,7 +81,7 @@ const WechatPayWay: React.FC<WechatPayWayPropsType> = (props) => { ...@@ -81,7 +81,7 @@ const WechatPayWay: React.FC<WechatPayWayPropsType> = (props) => {
checkCount++ checkCount++
checkTimer = setTimeout(() => { checkTimer = setTimeout(() => {
checkPayState() checkPayState()
}, 8000) }, 5000)
} }
} else { } else {
message.error(res.message) message.error(res.message)
......
...@@ -52,7 +52,7 @@ const CommodityList: React.FC<CommodityListPropsType> = (props) => { ...@@ -52,7 +52,7 @@ const CommodityList: React.FC<CommodityListPropsType> = (props) => {
<div className={styles.shop_list_info_box}> <div className={styles.shop_list_info_box}>
<div className={styles.shop_list_info_name}> <div className={styles.shop_list_info_name}>
<Link to={`/shop?shopId=${btoa(JSON.stringify({ shopId: item.id, memberId: item.memberId }))}`}>{item.memberName}</Link> <Link to={`/shop?shopId=${btoa(JSON.stringify({ shopId: item.id, memberId: item.memberId }))}`}>{item.memberName}</Link>
<span className={styles.shop_list_info_city}>{item.memberShopAreas}</span> <span className={styles.shop_list_info_city}>{item.areas}</span>
</div> </div>
<div className={styles.shop_list_info_about}> <div className={styles.shop_list_info_about}>
<div className={styles.shop_list_info_about_item}> <div className={styles.shop_list_info_about_item}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment