diff --git a/src/views/hall/ClanAdminView.vue b/src/views/hall/ClanAdminView.vue index 1e807e2..619a07b 100644 --- a/src/views/hall/ClanAdminView.vue +++ b/src/views/hall/ClanAdminView.vue @@ -284,7 +284,15 @@ let currParams = {}; export default { name: "ClanAdminView", setup() { - return {}; + function showText(obj) { + let text = unescape($(obj).prop('title')); + $("#tipMsg").text(text); + $("#tipModal").modal('show'); + } + window.showText = showText; + return { + showText + }; }, created() { this.$nextTick(function () { @@ -446,7 +454,7 @@ export default {