dev
parent
35b1390c90
commit
6e8f457939
|
@ -71,7 +71,6 @@ export function getOut(){
|
||||||
|
|
||||||
export function updateByordersState1(data){
|
export function updateByordersState1(data){
|
||||||
return request({
|
return request({
|
||||||
|
|
||||||
url:"/market/orders/updateByordersState1",
|
url:"/market/orders/updateByordersState1",
|
||||||
method: "POST",
|
method: "POST",
|
||||||
data: data
|
data: data
|
||||||
|
|
|
@ -321,7 +321,6 @@ export default {
|
||||||
updateByordersState1(ordersForm).then(response=>{
|
updateByordersState1(ordersForm).then(response=>{
|
||||||
if (response.code==200){}
|
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)
|
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('付款成功')
|
this.$message.success('付款成功')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue