|
@@ -93,8 +93,8 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
|
return {
|
|
|
a: item.logo || common_vendor.unref(config).logoUrl,
|
|
|
b: common_vendor.t(item.name || "暂无名称"),
|
|
|
- c: common_vendor.t(item.label || "队长"),
|
|
|
- d: common_vendor.n(item.user_type == "0" ? "label_1" : "label_2"),
|
|
|
+ c: common_vendor.t(item.userId == user.value.id ? "队长" : "队员"),
|
|
|
+ d: common_vendor.n(item.userId == user.value.id ? "label_1" : "label_2"),
|
|
|
e: common_vendor.t(item.activity || "暂无活动"),
|
|
|
f: index,
|
|
|
g: common_vendor.o(($event) => toInfo(item), index)
|