修改终端信息

h5
wangdong 2 months ago
parent cab79f7346
commit 2c47371105
  1. 22
      pages/member/index1.vue

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

Loading…
Cancel
Save