@@ -320,7 +320,7 @@
_this.$request({
url: this.$api.share.sys_share,
}).then(res => {
- if(res){
+ if(res.length){
_this.parent_name = `${res.name}(微信号:${res.wechat_num})`;
_this.recommend_user = res.user_id;
}