Skip to content

Commit

Permalink
fix(bugs): some bugs 详细见feishu
Browse files Browse the repository at this point in the history
  • Loading branch information
eleliauk committed Dec 24, 2024
1 parent a9ea530 commit 9cd862f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/modules/guide/components/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Contact: React.FC = memo(() => {
data: 'https://jwc.ccnu.edu.cn/info/1048/9828.htm',
success: () => {
void Taro.showToast({
title: '已复制链接',
title: '已复制链接,请在浏览器中打开',
icon: 'success',
});
},
Expand Down
4 changes: 1 addition & 3 deletions src/modules/login/components/Popper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ const Content: React.FC<{ onClose: () => void }> = memo(({ onClose }) => (
</p>

<h3 className="text-lg font-semibold text-gray-700">联系我们</h3>
<p>
如您对本条例或其他相关事宜有疑问,请通过QQ群:799651462与我们联系,或发送邮件至:[email protected]
</p>
<p>如您对本条例或其他相关事宜有疑问,请通过QQ群:764752182与我们联系</p>
</View>
</View>
</>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/shareGrades/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const ShareGrades = () => {
});
}
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
if (r.msg === 'success') {
if (r.msg === 'Success') {
void Taro.showToast({
icon: 'success',
title: '签约成功!',
Expand Down

0 comments on commit 9cd862f

Please sign in to comment.