优化页面
This commit is contained in:
@@ -19,7 +19,7 @@ const _sfc_main = {
|
||||
key: "userinfo",
|
||||
success: (res) => {
|
||||
this.userinfo = res.data;
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:111", this.userinfo);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:127", this.userinfo);
|
||||
this.getpkList();
|
||||
}
|
||||
});
|
||||
@@ -62,10 +62,10 @@ const _sfc_main = {
|
||||
}).then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.pkList.push(...res.data);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:154", this.pkList);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:170", this.pkList);
|
||||
this.triggered = false;
|
||||
} else {
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:157", res.msg);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:173", res.msg);
|
||||
}
|
||||
});
|
||||
},
|
||||
@@ -74,6 +74,9 @@ const _sfc_main = {
|
||||
this.parentMessage = item;
|
||||
this.createModule.open();
|
||||
},
|
||||
// 置顶
|
||||
onTop(item) {
|
||||
},
|
||||
// 删除pk
|
||||
onExpurgate(item) {
|
||||
components_request.request({
|
||||
@@ -92,7 +95,7 @@ const _sfc_main = {
|
||||
duration: 2e3
|
||||
});
|
||||
} else {
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:184", res.msg);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:204", res.msg);
|
||||
}
|
||||
});
|
||||
}
|
||||
@@ -123,18 +126,20 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
i: common_vendor.t($options.formatDate(item.pkTime)),
|
||||
j: item.inviteStatus === 0
|
||||
}, item.inviteStatus === 0 ? {
|
||||
k: common_vendor.o$1(($event) => $options.onRecompose(item), index),
|
||||
l: common_vendor.o$1(($event) => $options.onExpurgate(item), index)
|
||||
k: common_vendor.o$1(($event) => $options.onTop(item), index),
|
||||
l: common_vendor.o$1(($event) => $options.onRecompose(item), index),
|
||||
m: common_vendor.o$1(($event) => $options.onExpurgate(item), index)
|
||||
} : {}, {
|
||||
m: index,
|
||||
n: "36b7ee78-0-" + i0
|
||||
n: index,
|
||||
o: "36b7ee78-0-" + i0
|
||||
});
|
||||
}),
|
||||
c: common_vendor.o$1((...args) => $options.onRefresherRefresh && $options.onRefresherRefresh(...args)),
|
||||
d: common_vendor.o$1((...args) => $options.onScrollToLower && $options.onScrollToLower(...args)),
|
||||
e: $data.triggered,
|
||||
f: common_vendor.sr("createModule", "36b7ee78-1"),
|
||||
g: common_vendor.p({
|
||||
g: common_vendor.o$1($options.onRefresherRefresh),
|
||||
h: common_vendor.p({
|
||||
message: $data.parentMessage
|
||||
})
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user