diff --git a/apis/index.js b/apis/index.js index 50759f7..23eb739 100644 --- a/apis/index.js +++ b/apis/index.js @@ -33,7 +33,8 @@ const request = (parameter) => { // 加载提示 uni.showLoading({ - title: '加载中' + title: '加载中', + mask : true }); console.log('dbug', parameter) @@ -72,7 +73,8 @@ const request = (parameter) => { // 文件上传 const uploading = (paths) => { uni.showLoading({ - title: '上传中' + title: '上传中', + mask : true }); // 注入header config.header = { diff --git a/components/store-boss/store-boss.vue b/components/store-boss/store-boss.vue index d92a144..09a7021 100644 --- a/components/store-boss/store-boss.vue +++ b/components/store-boss/store-boss.vue @@ -98,7 +98,7 @@ - + 基础信息 diff --git a/pages.json b/pages.json index 4d1ea32..51e90d4 100644 --- a/pages.json +++ b/pages.json @@ -166,7 +166,8 @@ } } },{ - "path" : "pages/store/basics", + "path" : "pages/store/basics", + "name" : "Basics", "style" :{ "navigationBarTitleText": "基础信息", "app-plus":{ diff --git a/pages/store/basics.vue b/pages/store/basics.vue index 0fda350..9b0ffd1 100644 --- a/pages/store/basics.vue +++ b/pages/store/basics.vue @@ -10,12 +10,16 @@