修改不兼容多平台的语法

This commit is contained in:
Gao xiaosong
2021-04-11 19:33:50 +08:00
parent 15a6af63ac
commit 29459e76ca
4 changed files with 649 additions and 673 deletions

View File

@ -128,7 +128,7 @@
</template>
<script>
import { mapState, mapGetters, mapMutations, mapActions } from 'vuex'
import { getUserInfo, getMenuUser, bindingPhone } from '@/api/user'
import { getUserInfo, getMenuUser, bindingPhone, wxappBindingPhone } from '@/api/user'
import { isWeixin, VUE_APP_RESOURCES_URL } from '@/utils'
import cookie from '@/utils/store/cookie'
import SwitchWindow from '@/components/SwitchWindow'