|
@@ -147,7 +147,7 @@ export default {
|
|
|
onLoad () {
|
|
onLoad () {
|
|
|
|
|
|
|
|
if(this.option.customName){
|
|
if(this.option.customName){
|
|
|
- uni.setNavigationBarTitle({ title: '开单给【 '+this.option.customName+' 】' })
|
|
|
|
|
|
|
+ uni.setNavigationBarTitle({ title: this.option.customName })
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (!this.$util.isEmpty(this.option.customId)){
|
|
if (!this.$util.isEmpty(this.option.customId)){
|