diff --git a/pages/home/certificate/index.js b/pages/home/certificate/index.js
index 39cbae6..871a4b1 100644
--- a/pages/home/certificate/index.js
+++ b/pages/home/certificate/index.js
@@ -46,7 +46,7 @@ Page({
return
}
if (util.isEmpty(this.data.form.name)) {
- util.showToast('请输入公司名称')
+ util.showToast('请输入企业名称')
return
}
if (util.isEmpty(this.data.form.uniformSocialCreditCode)) {
@@ -116,7 +116,7 @@ Page({
}
},
checkLicense: function(url){
- this.data.form['businessLicenseImg'] = url
+ this.setData({ ['form.businessLicenseImg'] : url })
wx.showLoading({ title: '识别中', mask: true })
ocrLicense({businessLicenseUrl: url}).then(result => {
this.setData({
diff --git a/pages/home/certificate/index.wxml b/pages/home/certificate/index.wxml
index 562c4ad..a491ca0 100644
--- a/pages/home/certificate/index.wxml
+++ b/pages/home/certificate/index.wxml
@@ -27,19 +27,19 @@
-->
-
+
- *公司名称:
-
+ *企业名称:
+
-
+
*信用代码:
-
+
*法人姓名: