Browse Source

企业认证

featrue/v4.5
xpz2018 4 years ago
parent
commit
adc1da246c
1 changed files with 2 additions and 12 deletions
  1. 14
      pages/home/certificate/index.js

14
pages/home/certificate/index.js

@ -72,18 +72,8 @@ Page({
identifyEnterprise(params).then(result => {
// 修改个人信息
app.globalData.userInfo.isEnterpriseAuth = 1
var data = { numberOfFactoryPackageMachine: this.data.form.numberOfFactoryPackageMachine }
data.numberOfFactoryEmployee = this.data.form.numberOfEmployee
data.shipmentPerMonth = this.data.form.shipmentPerMonth
data.packageFactoryArea = this.data.form.packageFactoryArea
data.experienceTag = this.data.form.experienceTag
updateUserInfo(data).then(result => {
wx.hideLoading()
util.showBackToast('企业验证成功')
}).catch(error => {
wx.hideLoading()
util.showToast(error)
})
wx.hideLoading()
util.showBackToast('企业验证成功')
}).catch(error => {
wx.hideLoading()
util.showToast(error)

Loading…
Cancel
Save