1

parent c3847327
...@@ -260,19 +260,7 @@ const chooseImage = sourceType => { ...@@ -260,19 +260,7 @@ const chooseImage = sourceType => {
const submit = () => { const submit = () => {
console.log("params", params); console.log("params", params);
if ( if (validateForm(params, ["location", "companyName", "creditCode", "introduction", "id", "industry"])) {
validateForm(params, [
"location",
"cityCode",
"companyName",
"creditCode",
"introduction",
"districtCode",
"id",
"provinceCode",
"industry"
])
) {
saveCompanyInfoApi(params).then(res => { saveCompanyInfoApi(params).then(res => {
if (res.code == 200) { if (res.code == 200) {
uni.showToast({ uni.showToast({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment