处理待添加微信问题
This commit is contained in:
parent
719dbaf840
commit
5359bf0a6e
|
@ -93,7 +93,7 @@ export default function AlreadyAddWechat({ zid, currentIndex }) {
|
|||
className="flex-1 justify-center items-center bg-[#00000080]"
|
||||
>
|
||||
<div className="p-4 rounded-2xl bg-[#1E1C29] items-center">
|
||||
{!item.consumer_wechat ? (
|
||||
{item.consumer_wechat ? (
|
||||
<div className="flex flex-col w-full">
|
||||
<div className="flex flex-row items-center justify-center">
|
||||
<Image
|
||||
|
|
Loading…
Reference in New Issue