|
@@ -51,6 +51,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
psdKey: '',
|
|
psdKey: '',
|
|
|
orderSn: '',
|
|
orderSn: '',
|
|
|
|
|
+ id:0,
|
|
|
actPrice: '',
|
|
actPrice: '',
|
|
|
getPayType:1,
|
|
getPayType:1,
|
|
|
hasRequestApi:false,
|
|
hasRequestApi:false,
|
|
@@ -59,6 +60,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
onLoad (options) {
|
|
onLoad (options) {
|
|
|
this.orderSn = options.orderSn
|
|
this.orderSn = options.orderSn
|
|
|
|
|
+ this.id = options.id ? options.id : 0
|
|
|
this.actPrice = options.actPrice
|
|
this.actPrice = options.actPrice
|
|
|
this.getPayType = options.getPayType
|
|
this.getPayType = options.getPayType
|
|
|
this.orderTime = options.remainSecond - 10 > 0 ? (options.remainSecond - 10) : 0
|
|
this.orderTime = options.remainSecond - 10 > 0 ? (options.remainSecond - 10) : 0
|
|
@@ -72,7 +74,7 @@ export default {
|
|
|
if(that.needCheck == 1){
|
|
if(that.needCheck == 1){
|
|
|
that.needCheck = 0
|
|
that.needCheck = 0
|
|
|
that.$util.confirmModal({content:'已付款成功?',okText:'是的',cancelText:'没有'},() => {
|
|
that.$util.confirmModal({content:'已付款成功?',okText:'是的',cancelText:'没有'},() => {
|
|
|
- that.pageTo({ url: '/pagesPurchase/gatherResult', type: 2 })
|
|
|
|
|
|
|
+ that.pageTo({ url: '/pagesPurchase/gatherResult?id='+that.id, type: 2 })
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -196,7 +198,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
getSuccess () {
|
|
getSuccess () {
|
|
|
let that = this
|
|
let that = this
|
|
|
- that.pageTo({ url: '/pagesPurchase/gatherResult', type: 2 })
|
|
|
|
|
|
|
+ that.pageTo({ url: '/pagesPurchase/gatherResult?id='+that.id, type: 2 })
|
|
|
},
|
|
},
|
|
|
getError () {
|
|
getError () {
|
|
|
},
|
|
},
|