Browse Source

核销功能对接

test
Enzo 4 years ago
parent
commit
7c53001061
  1. 1
      pages/verification/index.vue

1
pages/verification/index.vue

@ -33,6 +33,7 @@
if(event.detail.errMsg == 'getPhoneNumber:ok'){
let encryptedData = event.detail.encryptedData;
let iv = event.detail.iv;
console.log('============',event);
// let userInfo = uni.getStorageSync('userinfo') || {};
this.$http(this.API.API_WECHAT_SETPHONE, {
encryptedData,

Loading…
Cancel
Save