|
@@ -88,6 +88,7 @@ export default {
|
|
|
if (this.myId != null && this.myId !== '' && this.myId !== 'undefined') {
|
|
|
this.getMemberapi(this.myId)
|
|
|
}
|
|
|
+ // this.myId= 'WeiQiJia'
|
|
|
this.getUserIdparameter({'url': location.href.split('#')[0]})
|
|
|
},
|
|
|
mounted () {
|
|
@@ -152,7 +153,7 @@ export default {
|
|
|
},
|
|
|
//打电话
|
|
|
callPhone () {
|
|
|
- window.location.href = 'tel'+ this.phone
|
|
|
+ window.location.href = 'tel:'+ this.phone
|
|
|
},
|
|
|
//获取分享参数 在wx.ready执行分享的事件分享到朋友/朋友圈等
|
|
|
async getShareParmasinfo (id,myId) {
|