Merge branch 'fix/0523-ch' into msb_test

feature/md-0530-ch
ch 2 years ago
commit f29f120e0c

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-04-15 17:46:10
* @LastEditors: ch
* @LastEditTime: 2022-05-17 18:00:17
* @LastEditTime: 2022-05-27 11:13:24
* @Description: file content
-->
<template>
@ -126,13 +126,13 @@ export default {
},
service(){
uni.$u.toast('客服休息中')
// this.$Router.push({
// path : '/messageChat',
// query : {
// orderId : this.orderInfo.orderId
// }
// })
// uni.$u.toast('')
this.$Router.push({
path : '/messageChat',
query : {
orderId : this.orderInfo.orderId
}
})
}
}
}

Loading…
Cancel
Save