22 lines
421 B
Vue
22 lines
421 B
Vue
<template>
|
|
<view>
|
|
<!-- 加载动画组件 -->
|
|
<z-loading></z-loading>
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
<!-- 小程序绑定微信头像昵称弹窗组件 -->
|
|
<applets-bind-userInfo></applets-bind-userInfo>
|
|
<!-- #endif -->
|
|
<!-- #ifdef APP-PLUS -->
|
|
<guide-pages></guide-pages>
|
|
<!-- #endif -->
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
};
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
|
|
</style>
|