@@ -69,6 +69,9 @@
},
onLoad(opts) {
this.customerBundleId = opts.customerBundleId
+ uni.setNavigationBarTitle({
+ title: opts.bundleName
+ })
// 监听整改完成后刷新事件
uni.$on('refreshBL',this.getRow)
this.getRow(1)
@@ -198,7 +198,7 @@
toDetail(item){
uni.navigateTo({
- url:"/pages/bundelDetail/index?customerBundleId="+item.id
+ url:"/pages/bundelDetail/index?customerBundleId="+item.id+"&bundleName="+item.bundleName
})
}