Commit aa140b9d authored by 黄奎's avatar 黄奎

111

parent 3987af43
......@@ -175,7 +175,7 @@ const getOrderStatus = async ()=>{
const response = await OrderService.GetOrderPayStatusAsync(orderNum.value)
if(response.data.resultCode == ApiResult.SUCCESS){
stopTimerHandler()
currentPayStatus.value = parseInt(response.data.message)
currentPayStatus.value = parseInt(response.data.Status)
PaySuccessDatas.value = response.data.data
dialogVisible.value = true
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment