1

parent c3847327
......@@ -260,19 +260,7 @@ const chooseImage = sourceType => {
const submit = () => {
console.log("params", params);
if (
validateForm(params, [
"location",
"cityCode",
"companyName",
"creditCode",
"introduction",
"districtCode",
"id",
"provinceCode",
"industry"
])
) {
if (validateForm(params, ["location", "companyName", "creditCode", "introduction", "id", "industry"])) {
saveCompanyInfoApi(params).then(res => {
if (res.code == 200) {
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