修改邀请成员页面文件命名

This commit is contained in:
dragon
2024-05-24 18:34:37 +08:00
parent 154c451396
commit a7bf8c2ee5
5 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<title>إضافة</title>
<!-- 邀请成员 -->
<link rel="stylesheet" href="../../common/css/reset.css">
<link rel="stylesheet" href="./css/invite.css?v=1.0">
<link rel="stylesheet" href="./css/invitation.css?v=1.0">
</head>
<body>
@@ -55,4 +55,4 @@
<script src="../../common/js/layer.js"></script>
<script src="../../common/js/vconsole.min.js"></script>
<script src="../../common/js/route-constant.js"></script>
<script src="./js/invite.js?v=1.0"></script>
<script src="./js/invitation.js?v=1.0"></script>

View File

@@ -238,5 +238,5 @@ $('.header .memberFlowMy').click(function (params) {
})
// 查看成员流水
$('.header .inveMember').click(function (params) {
window.location.href = `./invite.html`
window.location.href = `./invitation.html`
})