|
@@ -130,7 +130,7 @@ export default {
|
|
|
|
|
|
onLoad({ type, oid = '' }) {
|
|
|
this.type = type
|
|
|
- this.hasOid = oid.length > 0
|
|
|
+ this.hasOid = oid
|
|
|
uni.setNavigationBarTitle({
|
|
|
title: '配件收款'
|
|
|
})
|
|
@@ -141,7 +141,6 @@ export default {
|
|
|
orderBaseId: oid
|
|
|
})
|
|
|
.then(res => {
|
|
|
- console.log(res.data)
|
|
|
const data = res.data
|
|
|
this.orderNo = oid
|
|
|
this.userMobile = data.userMobile
|