优化页面
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user