shish 2 vuotta sitten
vanhempi
commit
ab1dc7086a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      hdApp/src/admin/clear/info.vue

+ 1 - 1
hdApp/src/admin/clear/info.vue

@@ -179,7 +179,7 @@ export default {
 			let that = this
 			let that = this
 			detail({ id:info.id }).then(res => {
 			detail({ id:info.id }).then(res => {
 				if(res.code == 1) {
 				if(res.code == 1) {
-					that.pageTo({ url: '/pagesPurchase/gatherPay?orderSn=' + res.data.orderSn + '&actPrice=' + res.data.actPrice+'&remainSecond='+res.data.remainSecond+'&id='+res.data.id})
+					that.pageTo({ url: '/pagesPurchase/gatherPay?orderSn=' + res.data.orderSn + '&actPrice=' + res.data.actPrice+'&remainSecond='+res.data.remainSecond+'&id='+res.data.id,type:2})
 				}
 				}
 			})
 			})
 		},
 		},