Browse Source

初始化

pull/4/head
前端-胡立永 4 months ago
parent
commit
f2a2993346
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mixins/configList.js

+ 1
- 1
mixins/configList.js View File

@ -19,8 +19,8 @@ export default {
// 1.发送给朋友 // 1.发送给朋友
onShareAppMessage(res) { onShareAppMessage(res) {
let o = { let o = {
...this.Gshare,
title : this.configList.logo_name, title : this.configList.logo_name,
...this.Gshare,
} }
if(this.userInfo.id){ if(this.userInfo.id){
o.path = this.Gshare.path + '?shareId=' + this.userInfo.id o.path = this.Gshare.path + '?shareId=' + this.userInfo.id


Loading…
Cancel
Save