Explorar o código

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

赵添更 hai 2 días
pai
achega
9cb29cfa3b
Modificáronse 1 ficheiros con 8 adicións e 8 borrados
  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: '跟进成功',