|
@@ -299,8 +299,8 @@ export default {
|
|
|
|
|
|
// #ifdef H5
|
|
|
data['url'] = location.href
|
|
|
- this.$api.placeGzhOrder(data).then(res => {
|
|
|
- console.log(res,'res')
|
|
|
+ this.$api.resumePlaceGzhOrder(data).then(res => {
|
|
|
+ console.log(res,'继续支付res')
|
|
|
if(res.data.code==200){
|
|
|
this.h5_wxpay(res.data.data)
|
|
|
}else{
|