优化页面
This commit is contained in:
@@ -17,7 +17,7 @@ const _sfc_main = {
|
||||
key: "userinfo",
|
||||
success: (res) => {
|
||||
this.userinfo = res.data;
|
||||
this.getPointsDetail();
|
||||
this.onRefresherRefresh();
|
||||
}
|
||||
});
|
||||
},
|
||||
@@ -48,10 +48,12 @@ const _sfc_main = {
|
||||
userInfo: true
|
||||
}).then((res) => {
|
||||
if (res.code === 200) {
|
||||
this.triggered = false;
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/points.vue:96", res.data);
|
||||
this.pointslist.push(...res.data);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/points.vue:98", "```````````````````", this.pointslist);
|
||||
this.triggered = false;
|
||||
} else {
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/points.vue:100", res.msg);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/points.vue:101", res.msg);
|
||||
}
|
||||
});
|
||||
},
|
||||
@@ -74,7 +76,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: common_vendor.t($options.formatDate(item.time)),
|
||||
b: common_vendor.t(item.info),
|
||||
c: common_vendor.t(item.num),
|
||||
c: common_vendor.t(item.number),
|
||||
d: item.status == 0 ? "#11ff002b" : "#ff000011",
|
||||
e: index,
|
||||
f: "cd2929c5-0-" + i0
|
||||
|
||||
Reference in New Issue
Block a user