|
@@ -118,9 +118,9 @@ export default class Home extends Vue {
|
|
|
goBuy (id) {
|
|
|
this.saveReportInfo(this.detail)
|
|
|
if (this.disWord) {
|
|
|
- this.$router.push(`/buy/${id}?disWord=${this.disWord}&t=${+new Date()}`)
|
|
|
+ this.$router.push(`/jy_mobile//common/order/create/datareport?id=${id}&disWord=${this.disWord}&t=${+new Date()}`)
|
|
|
} else {
|
|
|
- this.$router.push(`/buy/${id}?t=${+new Date()}`)
|
|
|
+ this.$router.push(`/jy_mobile//common/order/create/datareport?id=${id}?t=${+new Date()}`)
|
|
|
}
|
|
|
}
|
|
|
}
|