mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化代码
This commit is contained in:
parent
2335a74c68
commit
50046ace84
@ -56,6 +56,22 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
<view class="cu-modal" :class="showToastFlag==true?'show':''">
|
||||||
|
<view class="cu-dialog">
|
||||||
|
<view class="cu-bar bg-white justify-end">
|
||||||
|
<view class="content">温馨提示</view>
|
||||||
|
<view class="action">
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="padding-xl">
|
||||||
|
车牌号提交成功!
|
||||||
|
</view>
|
||||||
|
<view class="cu-bar bg-white justify-end">
|
||||||
|
<view class="action margin-0 flex-sub solid-left" @tap="_closeToastModal()">关闭</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
<select-car-num ref="popupCarNumber" type="bottom" @confirm="confirmGuaCarNumber" @getCarNum="getCarNum"
|
<select-car-num ref="popupCarNumber" type="bottom" @confirm="confirmGuaCarNumber" @getCarNum="getCarNum"
|
||||||
:gua="false"></select-car-num>
|
:gua="false"></select-car-num>
|
||||||
|
|
||||||
@ -95,6 +111,7 @@
|
|||||||
communityId: '',
|
communityId: '',
|
||||||
appId: '',
|
appId: '',
|
||||||
machineId: '',
|
machineId: '',
|
||||||
|
showToastFlag:false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
@ -173,13 +190,13 @@
|
|||||||
})
|
})
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
uni.showToast({
|
this.showToastFlag = true;
|
||||||
icon: 'none',
|
|
||||||
title: '车牌号提交成功!'
|
|
||||||
})
|
|
||||||
window.location.reload();
|
|
||||||
return;
|
return;
|
||||||
})
|
})
|
||||||
|
},
|
||||||
|
_closeToastModal:function(){
|
||||||
|
window.location.reload();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user