优化页面

This commit is contained in:
pengxiaolong
2025-06-18 16:01:55 +08:00
parent e464d99af5
commit ec9dcb486f
122 changed files with 349 additions and 251 deletions

View File

@@ -182,7 +182,6 @@ export default {
userInfo: true
}).then((res) => {
this.PkIDInfodata = res.data;
console.log(this.PkIDInfodata);
});
},
//发布者
@@ -196,7 +195,6 @@ export default {
userInfo: true,
}).then((res) => {
this.SenderData = res.data;
console.log(this.SenderData);
});
},
//被邀请者
@@ -210,7 +208,7 @@ export default {
userInfo: true,
}).then((res) => {
this.ReceiverData = res.data;
console.log(this.ReceiverData);
});
},
@@ -221,9 +219,6 @@ export default {
},
formatDate: formatDate,
async operation(status) {
console.log("``````", this.customData);
console.log(status);
const res = await request({
url: "pk/updatePkStatus",
method: "POST",
@@ -233,7 +228,6 @@ export default {
},
userInfo: true,
}).then((res) => {
console.log(res.data);
const Hinttext = status === 1 ? "接受邀请成功" : "拒绝邀请成功";
if (res.code === 200) {
this.getPkIDInfo()