diff --git a/app/my/streamerVerification/completeStreamerInformation/page.jsx b/app/my/streamerVerification/completeStreamerInformation/page.jsx index d8a5880..071d0b5 100644 --- a/app/my/streamerVerification/completeStreamerInformation/page.jsx +++ b/app/my/streamerVerification/completeStreamerInformation/page.jsx @@ -910,27 +910,25 @@ export default function CompleteStreamerInformation() { - 微信帐号} - layout="vertical" - name="wechat" - rules={[ - { - required: true, - message: messageEle("请填写正确的微信"), - pattern: /^[a-zA-Z0-9_-]+$/, - }, - ]} - > - - + {showWechatInput === 0 && ( + 微信帐号} + layout="vertical" + name="wechat" + rules={[ + { + required: true, + message: messageEle("请填写正确的微信"), + pattern: /^[a-zA-Z0-9_-]+$/, + }, + ]} + > + + + )} - 加微信价格(元) - * - - } + label={加微信价格(元)} >
diff --git a/components/BottomNav/index.js b/components/BottomNav/index.js index 06045eb..9fb7d2e 100644 --- a/components/BottomNav/index.js +++ b/components/BottomNav/index.js @@ -38,7 +38,7 @@ function BottomNav({ changeNoticeCount, changeInviter, noticeCount }) { if (_data.ret === -1) { return; } - if (!noticeCount) changeNoticeCount(_data.data.total); + changeNoticeCount(_data.data.total); } catch (error) {} }; getDtata(); diff --git a/components/UploadImgs/index.js b/components/UploadImgs/index.js index 730929a..200dd1b 100644 --- a/components/UploadImgs/index.js +++ b/components/UploadImgs/index.js @@ -259,20 +259,21 @@ export default function UploadImgs({ >
handleRemoveItem(index * 4 + ind)} >
{type == 2 && (
showPhotos(filesUrls)} > diff --git a/public/images/guildJoin.png b/public/images/guildJoin.png index dc9f6f8..bfcab9d 100644 Binary files a/public/images/guildJoin.png and b/public/images/guildJoin.png differ diff --git a/public/images/guildJoined.png b/public/images/guildJoined.png index e2ae6c5..1eb4f5e 100644 Binary files a/public/images/guildJoined.png and b/public/images/guildJoined.png differ