修改邀请成员页面文件命名
This commit is contained in:
@@ -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>
|
@@ -238,5 +238,5 @@ $('.header .memberFlowMy').click(function (params) {
|
||||
})
|
||||
// 查看成员流水
|
||||
$('.header .inveMember').click(function (params) {
|
||||
window.location.href = `./invite.html`
|
||||
window.location.href = `./invitation.html`
|
||||
})
|
Reference in New Issue
Block a user