|
@@ -55,6 +55,11 @@ const getOptions = () => ({
|
|
|
if (!app.globalData.templateUUID) {
|
|
|
// 如果没有页面配置,需要获取页面配置,否则下面bind的时候没有templateUUID
|
|
|
await this.dispatch("init", query);
|
|
|
+ title &&
|
|
|
+ my.setNavigationBar({
|
|
|
+ title,
|
|
|
+ backgroundColor: background || "#1677FF",
|
|
|
+ });
|
|
|
}
|
|
|
},
|
|
|
|