hz-zhhq-app/mixins/wechat.vue

24 lines
353 B
Vue

<template>
<view></view>
</template>
<script>
/* eslint-disable */
import { wechatOAuth } from '@/common/api.js';
import { callbackRequest, alertTip, devEnv } from '@/common/util.js';
export default {
data() {
return {
currentUser: {},
errorNum :0,
};
},
methods:{
getOpenId() {
console.log('childMethod do...')
}
}
};
</script>