优化页面
This commit is contained in:
@@ -60,7 +60,7 @@ const _sfc_main = {
|
||||
page: this.page,
|
||||
size: 10
|
||||
},
|
||||
userInfo: false
|
||||
userInfo: true
|
||||
}).then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.pkList.push(...res.data);
|
||||
@@ -82,7 +82,7 @@ const _sfc_main = {
|
||||
data: {
|
||||
id: item.id
|
||||
},
|
||||
userInfo: false
|
||||
userInfo: true
|
||||
}).then((res) => {
|
||||
if (res.code == 200) {
|
||||
common_vendor.index.showToast({
|
||||
@@ -113,33 +113,37 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
c: common_vendor.o$1((...args) => $options.onBack && $options.onBack(...args)),
|
||||
d: common_vendor.f($data.pkList, (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.t(item.anchorId),
|
||||
b: item.sex === "2"
|
||||
a: item.anchorIcon,
|
||||
b: common_vendor.t(item.anchorId),
|
||||
c: item.sex === "2"
|
||||
}, item.sex === "2" ? {
|
||||
c: common_assets._imports_3
|
||||
d: common_assets._imports_3
|
||||
} : {
|
||||
d: common_assets._imports_2
|
||||
e: common_assets._imports_2
|
||||
}, {
|
||||
e: common_vendor.t(item.sex === "1" ? "男" : "女"),
|
||||
f: item.sex === "1" ? 1 : "",
|
||||
g: item.sex === "2" ? 1 : "",
|
||||
h: common_vendor.t(item.country),
|
||||
i: common_vendor.t(item.coin),
|
||||
j: common_vendor.t($options.formatDate(item.pkTime)),
|
||||
k: common_vendor.o$1(($event) => $options.onRecompose(item), index),
|
||||
l: common_vendor.o$1(($event) => $options.onExpurgate(item), index),
|
||||
m: index,
|
||||
n: "36b7ee78-0-" + i0
|
||||
f: common_vendor.t(item.sex === "1" ? "男" : "女"),
|
||||
g: item.sex === "1" ? 1 : "",
|
||||
h: item.sex === "2" ? 1 : "",
|
||||
i: common_vendor.t(item.country),
|
||||
j: common_vendor.t(item.coin),
|
||||
k: common_vendor.t($options.formatDate(item.pkTime)),
|
||||
l: item.inviteStatus === 0
|
||||
}, item.inviteStatus === 0 ? {
|
||||
m: common_assets._imports_5$1,
|
||||
n: common_vendor.o$1(($event) => $options.onRecompose(item), index),
|
||||
o: common_assets._imports_6,
|
||||
p: common_vendor.o$1(($event) => $options.onExpurgate(item), index)
|
||||
} : {}, {
|
||||
q: index,
|
||||
r: "36b7ee78-0-" + i0
|
||||
});
|
||||
}),
|
||||
e: common_assets._imports_4$1,
|
||||
f: common_assets._imports_5$1,
|
||||
g: common_assets._imports_6,
|
||||
h: common_vendor.o$1((...args) => $options.onRefresherRefresh && $options.onRefresherRefresh(...args)),
|
||||
i: common_vendor.o$1((...args) => $options.onScrollToLower && $options.onScrollToLower(...args)),
|
||||
j: $data.triggered,
|
||||
k: common_vendor.sr("createModule", "36b7ee78-1"),
|
||||
l: common_vendor.p({
|
||||
f: common_vendor.o$1((...args) => $options.onRefresherRefresh && $options.onRefresherRefresh(...args)),
|
||||
g: common_vendor.o$1((...args) => $options.onScrollToLower && $options.onScrollToLower(...args)),
|
||||
h: $data.triggered,
|
||||
i: common_vendor.sr("createModule", "36b7ee78-1"),
|
||||
j: common_vendor.p({
|
||||
message: $data.parentMessage
|
||||
})
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user