@@ -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" : {
@@ -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,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>