Skip to content

Commit e4edc87

Browse files
authored
Merge pull request #124 from web-tech-tw/visitor-details
fix(adminjoinview.vue): ip_geolocation is undefined
2 parents 2ae7116 + ef11ae6 commit e4edc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/AdminJoinView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</div>
2525
<p v-show="status" class="mt-2 text-red-600">{{ status }}</p>
2626
</div>
27-
<div v-show="application.code" class="max-w-md mx-3 my-5 py-4 px-8 bg-white shadow-lg rounded-lg">
27+
<div v-if="application.code" class="max-w-md mx-3 my-5 py-4 px-8 bg-white shadow-lg rounded-lg">
2828
<h2 class="text-gray-800 text-3xl font-semibold mb-3">
2929
加入代碼:{{ application.code }}
3030
</h2>

0 commit comments

Comments
 (0)