Bladeren bron

bug 修复

lilei 4 jaren geleden
bovenliggende
commit
04a5e6c910

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "storeCheck-app",
     "appid" : "__UNI__BDCA285",
     "description" : "",
-    "versionName" : "1.1.4",
-    "versionCode" : 114,
+    "versionName" : "1.1.5",
+    "versionCode" : 115,
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {

+ 6 - 2
pages/index/index.vue

@@ -107,8 +107,12 @@
 		    this.getLookUpList('TASK_STATUS','vuex_taskStatus')
 		},
 		onShow() {
-			this.getBanner('HOME_TOP')
-			this.gettoDoData()
+			if(this.$hasPermissions('M_homeBanner_mobile')){
+				this.getBanner('HOME_TOP')
+			}
+			if(this.$hasPermissions('M_homeTodoList_mobile')){
+				this.gettoDoData()
+			}
 		},
 		methods: {
 			// 或某一项字典列表,参数code

+ 1 - 1
pages/work/work.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="nav-pages">
 		<view class="nav-box">
-			<view class="nav-title">巡店</view>
+			<!-- <view class="nav-title">巡店</view> -->
 			<view class="nav-icon-list">
 				<iconItemsList :list="listCy"></iconItemsList>
 			</view>

File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/app-plus/app-service.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/app-plus/app-view.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/app-plus/manifest.json


Some files were not shown because too many files changed in this diff