|
|
@ -275,9 +275,16 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
getMemberInfo() { |
|
|
|
getMemberInfo() { |
|
|
|
const that = this |
|
|
|
const that = this |
|
|
|
|
|
|
|
// #ifdef H5 |
|
|
|
|
|
|
|
let params = { |
|
|
|
|
|
|
|
client: 'H5' |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
// #endif |
|
|
|
|
|
|
|
// #ifndef H5 |
|
|
|
let params = { |
|
|
|
let params = { |
|
|
|
client: 'MP-WEIXIN' |
|
|
|
client: 'MP-WEIXIN' |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// #endif |
|
|
|
if (that.type == 'hy') { |
|
|
|
if (that.type == 'hy') { |
|
|
|
member.info(params) |
|
|
|
member.info(params) |
|
|
|
.then(res => { |
|
|
|
.then(res => { |
|
|
@ -368,7 +375,12 @@ |
|
|
|
let params = { |
|
|
|
let params = { |
|
|
|
identity_id: that.choseItem.identity_id, |
|
|
|
identity_id: that.choseItem.identity_id, |
|
|
|
method: 'huifu', |
|
|
|
method: 'huifu', |
|
|
|
|
|
|
|
// #ifdef H5 |
|
|
|
|
|
|
|
client: 'H5' |
|
|
|
|
|
|
|
// #endif |
|
|
|
|
|
|
|
// #ifndef H5 |
|
|
|
client: 'MP-WEIXIN' |
|
|
|
client: 'MP-WEIXIN' |
|
|
|
|
|
|
|
// #endif |
|
|
|
} |
|
|
|
} |
|
|
|
member.submit(params) |
|
|
|
member.submit(params) |
|
|
|
.then(result => { |
|
|
|
.then(result => { |
|
|
@ -385,7 +397,12 @@ |
|
|
|
let params = { |
|
|
|
let params = { |
|
|
|
identity_id: that.choseItem.identity_id, |
|
|
|
identity_id: that.choseItem.identity_id, |
|
|
|
method: 'wechat', |
|
|
|
method: 'wechat', |
|
|
|
|
|
|
|
// #ifdef H5 |
|
|
|
|
|
|
|
client: 'H5' |
|
|
|
|
|
|
|
// #endif |
|
|
|
|
|
|
|
// #ifndef H5 |
|
|
|
client: 'MP-WEIXIN' |
|
|
|
client: 'MP-WEIXIN' |
|
|
|
|
|
|
|
// #endif |
|
|
|
} |
|
|
|
} |
|
|
|
member.submit(params) |
|
|
|
member.submit(params) |
|
|
|
.then(res => { |
|
|
|
.then(res => { |
|
|
@ -411,7 +428,12 @@ |
|
|
|
let params = { |
|
|
|
let params = { |
|
|
|
identity_id: that.choseItem.identity_id, |
|
|
|
identity_id: that.choseItem.identity_id, |
|
|
|
method: 'balance', |
|
|
|
method: 'balance', |
|
|
|
|
|
|
|
// #ifdef H5 |
|
|
|
|
|
|
|
client: 'H5' |
|
|
|
|
|
|
|
// #endif |
|
|
|
|
|
|
|
// #ifndef H5 |
|
|
|
client: 'MP-WEIXIN' |
|
|
|
client: 'MP-WEIXIN' |
|
|
|
|
|
|
|
// #endif |
|
|
|
} |
|
|
|
} |
|
|
|
member.submit(params) |
|
|
|
member.submit(params) |
|
|
|
.then(res => { |
|
|
|
.then(res => { |
|
|
|