|
@@ -58,7 +58,7 @@
|
|
|
"navigationStyle":"custom",
|
|
|
"app-plus":{
|
|
|
"titleNView": {
|
|
|
- "titleAlign": "auto",
|
|
|
+ "titleAlign": "left",
|
|
|
"buttons": [ //原生标题栏按钮配置,
|
|
|
{
|
|
|
"text": "批量打印" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
|
|
@@ -227,7 +227,7 @@
|
|
|
"navigationStyle":"custom",
|
|
|
"app-plus":{
|
|
|
"titleNView": {
|
|
|
- "titleAlign": "auto",
|
|
|
+ "titleAlign": "left",
|
|
|
"buttons": [ //原生标题栏按钮配置,
|
|
|
{
|
|
|
"text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
|
|
@@ -261,7 +261,7 @@
|
|
|
"navigationStyle":"custom",
|
|
|
"app-plus":{
|
|
|
"titleNView": {
|
|
|
- "titleAlign": "auto",
|
|
|
+ "titleAlign": "left",
|
|
|
"buttons": [ //原生标题栏按钮配置,
|
|
|
{
|
|
|
"text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
|
|
@@ -295,7 +295,7 @@
|
|
|
"navigationStyle":"custom",
|
|
|
"app-plus":{
|
|
|
"titleNView": {
|
|
|
- "titleAlign": "auto",
|
|
|
+ "titleAlign": "left",
|
|
|
"buttons": [ //原生标题栏按钮配置,
|
|
|
{
|
|
|
"text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
|
|
@@ -368,7 +368,7 @@
|
|
|
"navigationStyle":"custom",
|
|
|
"app-plus":{
|
|
|
"titleNView": {
|
|
|
- "titleAlign": "auto",
|
|
|
+ "titleAlign": "left",
|
|
|
"buttons": [ //原生标题栏按钮配置,
|
|
|
{
|
|
|
"text": "" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
|
|
@@ -466,7 +466,7 @@
|
|
|
"navigationStyle":"custom",
|
|
|
"app-plus":{
|
|
|
"titleNView": {
|
|
|
- "titleAlign": "auto",
|
|
|
+ "titleAlign": "left",
|
|
|
"buttons": [ //原生标题栏按钮配置,
|
|
|
{
|
|
|
"text": "\ue694 盘点历史" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
|
|
@@ -515,7 +515,7 @@
|
|
|
"enablePullDownRefresh": false,
|
|
|
"app-plus":{
|
|
|
"titleNView": {
|
|
|
- "titleAlign": "auto",
|
|
|
+ "titleAlign": "left",
|
|
|
"buttons": [ //原生标题栏按钮配置,
|
|
|
{
|
|
|
"text": "\ue694 按产品编码搜索" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
|
|
@@ -538,7 +538,7 @@
|
|
|
"enablePullDownRefresh": false,
|
|
|
"app-plus":{
|
|
|
"titleNView": {
|
|
|
- "titleAlign": "auto",
|
|
|
+ "titleAlign": "left",
|
|
|
"buttons": [ //原生标题栏按钮配置,
|
|
|
{
|
|
|
"text": "\ue694 扫描条形码" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
|
|
@@ -561,7 +561,7 @@
|
|
|
"enablePullDownRefresh": false,
|
|
|
"app-plus":{
|
|
|
"titleNView": {
|
|
|
- "titleAlign": "auto",
|
|
|
+ "titleAlign": "left",
|
|
|
"buttons": [ //原生标题栏按钮配置,
|
|
|
{
|
|
|
"text": "\ue6ee 上架入库" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
|
|
@@ -616,7 +616,8 @@
|
|
|
"app-plus": {
|
|
|
// 将回弹属性关掉
|
|
|
"bounce": "none",
|
|
|
- "scrollIndicator": "none"
|
|
|
+ "scrollIndicator": "none",
|
|
|
+ "titleAlign": "left"
|
|
|
}
|
|
|
},
|
|
|
"tabBar": {
|