// ww-open-data-vue.vue组件
<template>
<ww-open-data :type="type" :openid="openid" />
</template>
<script>
export default {
props: ['type', 'openid'],
mounted() {
WWOpenData.bind(this.$el)
}
}
</script>
// 引用ww-open-data-vue组件
<ww-open-data-vue class="user-name" type="userName" :openid="scope.row.wkUserId"
:corpid="wxworkQuery.corpId" />
你好,
通讯录组件问题,为方便定位,请按以下模板提供详细要素:
问题描述:
config参数list:
测试者手机号:
调用接口:
出现问题时间点(具体到月日时分):
平台(微信、企业微信、外部浏览器 & 什么系统):
域名:
提供对应的值即(若 type=userName,此时 openid 对应 userid ;若 type=departmentName,此时 openid 对应 departmentid):
具体表现(对象不存在、调用报错、没反应)的截图:
你好 这个问题最后解决了吗?