Xiao_123 4 месяцев назад
Родитель
Сommit
6515965a84
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/views/mall/components/prizeDraw.vue

+ 4 - 4
src/views/mall/components/prizeDraw.vue

@@ -76,11 +76,11 @@ const props = defineProps({
 
 const router = useRouter()
 const newAddress = ref({
-  name: '史迪奇',
+  name: '',
   areaId: '',
   areaName: '',
-  mobile: '13229740092',
-  detailAddress: '科学院'
+  mobile: '',
+  detailAddress: ''
 })
 const addressSelect = ref()
 const disabled = ref(false)
@@ -124,7 +124,7 @@ const getRecord = async () => {
 }
 if (props.orderId) getRecord()
 
-const showDialog = ref(true)
+const showDialog = ref(false)
 const endCallback = () => {
   if (!prizeData.value.length) return Snackbar.warning('您已经抽过奖了哦')
   showDialog.value = true