12312
This commit is contained in:
parent
c4dcecbc65
commit
6f14e869ea
@ -58,7 +58,7 @@ const initData= async ()=>{
|
||||
qrUid.value=route.query.qrUid
|
||||
}
|
||||
//扫付款码进来才有的步骤
|
||||
if (number.value===2){
|
||||
if (number.value==2){
|
||||
await getData()
|
||||
if (qrData.value.payStatus===4){
|
||||
router.replace('/collectCode/payment')
|
||||
@ -72,8 +72,9 @@ const initData= async ()=>{
|
||||
}
|
||||
}
|
||||
const nextClick=async ()=>{
|
||||
console.log('number.value',number.value)
|
||||
//扫号牌
|
||||
if (number.value===1){
|
||||
if (number.value==1){
|
||||
if (!isFormComplete(formData.value)){
|
||||
message.warning('请填写完整信息')
|
||||
return
|
||||
@ -102,7 +103,7 @@ if (number.value===1){
|
||||
router.push('/collectCode/signature/protocol')
|
||||
}
|
||||
//扫付款
|
||||
}else if(number.value===2) {
|
||||
}else if(number.value==2) {
|
||||
if (!formData.value.phone&&formData.value.countryCode&&formData.value.userName){
|
||||
message.warning('请填写完整信息')
|
||||
return
|
||||
|
@ -10,7 +10,6 @@ const {
|
||||
<div class="px-16px pt-14px">
|
||||
<div class="text-#575757 text-14px" v-html="auctionDetail.info">
|
||||
</div>
|
||||
<xImage :src="auctionDetail.image" class="w-343px"></xImage>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -58,6 +58,7 @@ const submitSignature = () => {
|
||||
};
|
||||
const confirm = async () => {
|
||||
const res = await signOnline({
|
||||
auctionArtworkUuid:'',
|
||||
signImgFileData: imgUrl.value
|
||||
})
|
||||
if (res.status===0){
|
||||
|
Loading…
Reference in New Issue
Block a user