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