dev
Aaaaaaaa 2024-09-10 10:09:43 +08:00
parent 35b1390c90
commit 6e8f457939
2 changed files with 0 additions and 2 deletions

View File

@ -71,7 +71,6 @@ export function getOut(){
export function updateByordersState1(data){
return request({
url:"/market/orders/updateByordersState1",
method: "POST",
data: data

View File

@ -321,7 +321,6 @@ export default {
updateByordersState1(ordersForm).then(response=>{
if (response.code==200){}
})
window.open("http://21.12.0.10:80/prod-api/market/alipay/pay?productName="+row.productName +"&ordersNum="+row.ordersNum+"&ordersPrice="+row.ordersPrice)
this.$message.success('付款成功')