From d961d25cb211357d3fc510f8edbc63a16dcdb6ec Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Thu, 11 Jul 2024 18:21:33 +0800 Subject: [PATCH] 1 --- pages/users/shiming/index.vue | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pages/users/shiming/index.vue b/pages/users/shiming/index.vue index 225ca76..cf602fe 100644 --- a/pages/users/shiming/index.vue +++ b/pages/users/shiming/index.vue @@ -3,35 +3,35 @@ 已实名认证 -
+ {{$t(`姓名`)}} - {{$t(`身份证`)}} - {{$t(`手机号`)}} - {{$t(`企业名称`)}} - {{$t(`企业统一社会信用代码`)}} - @@ -165,7 +165,7 @@ }, - formSubmit: function(e) { + formSubmit(e) { console.log(e) let that = this, value = e.detail.value; @@ -188,18 +188,18 @@ if (!value.companyId) return that.$util.Tips({ title: that.$t(`请填写企业统一社会信用代码`) }); - uni.showLoading({ - title: that.$t(`保存中`), - mask: true - }) + // uni.showLoading({ + // title: that.$t(`保存中`), + // mask: true + // }) setRealInfo({ realname:this.infoForm.name, idcardno:this.infoForm.id, phone:this.infoForm.phone, company_name:this.infoForm.companyName, company_code:this.infoForm.companyId, - // business_licens_ide:1 - // shop_img_id:2 + business_licens_ide:this.infoForm.companyResPic, + shop_img_id:this.infoForm.companyPics, }).then(res => { console.log(res,"ooooooo") })