mac 2 years ago
parent
commit
612cffc20d
  1. 4
      components/NavBar/NavBar.vue

4
components/NavBar/NavBar.vue

@ -103,7 +103,7 @@
enableWidth: 0,
enableHeight: 0,
fontSize: 0,
navStyle: 'left'
navStyle: 'center'
};
},
mounted() {
@ -116,7 +116,7 @@
}
}
//
// this.navStyle = getApp().globalData.navInfo.navBar.style
this.navStyle = getApp().globalData.navInfo.navBar.style
},
created() {
// createprops,使this.

Loading…
Cancel
Save