@ -18,7 +18,7 @@
</view>
<!-- 操作按钮 -->
<view class="action" v-if="memberStore.profile">
<view class="button">退出登录</view>
<view class="button" @tap="onLogout">退出登录</view>
</template>