Browse Source

1088 渠道端-设计师列表-写跟进

赵添更 1 day ago
parent
commit
9cb29cfa3b
1 changed files with 8 additions and 8 deletions
  1. 8 8
      packages/merchant/src/pages/agent/designer/index.vue

+ 8 - 8
packages/merchant/src/pages/agent/designer/index.vue

@@ -220,14 +220,14 @@ const createFollowUpSubmit = async () => {
     })
     followUpForm.value.imgUrl = temp.join(',')
   }
-  if (!followUpForm.value.imgUrl) {
-    uni.showToast({ icon: 'none', title: '请上传图片' })
-    return false
-  }
-  if (!followUpForm.value.address && followUpForm.value.followType === '1') {
-    uni.showToast({ icon: 'none', title: '请刷新定位' })
-    return false
-  }
+  // if (!followUpForm.value.imgUrl) {
+  //   uni.showToast({ icon: 'none', title: '请上传图片' })
+  //   return false
+  // }
+  // if (!followUpForm.value.address && followUpForm.value.followType === '1') {
+  //   uni.showToast({ icon: 'none', title: '请刷新定位' })
+  //   return false
+  // }
   const { code } = await requestToast(() => createFollowUp(followUpForm.value), {
     success: true,
     successTitle: '跟进成功',