权限bug修复
This commit is contained in:
		
							parent
							
								
									10f0eac0db
								
							
						
					
					
						commit
						32a145835e
					
				| 
						 | 
					@ -63,7 +63,7 @@
 | 
				
			||||||
                class="purchase-item"
 | 
					                class="purchase-item"
 | 
				
			||||||
                :key="index"
 | 
					                :key="index"
 | 
				
			||||||
                @tap="onNavigateTo(item.url)"
 | 
					                @tap="onNavigateTo(item.url)"
 | 
				
			||||||
                v-for="(item, index) in repairList"
 | 
					                v-for="(item, index) in repairListTwo"
 | 
				
			||||||
            >
 | 
					            >
 | 
				
			||||||
                <image :src="item.iconSrc" mode="scaleToFill" />
 | 
					                <image :src="item.iconSrc" mode="scaleToFill" />
 | 
				
			||||||
                <text>
 | 
					                <text>
 | 
				
			||||||
| 
						 | 
					@ -81,7 +81,7 @@
 | 
				
			||||||
                class="purchase-item"
 | 
					                class="purchase-item"
 | 
				
			||||||
                :key="index"
 | 
					                :key="index"
 | 
				
			||||||
                @tap="onNavigateTo(item.url)"
 | 
					                @tap="onNavigateTo(item.url)"
 | 
				
			||||||
                v-for="(item, index) in partList"
 | 
					                v-for="(item, index) in partListTwo"
 | 
				
			||||||
            >
 | 
					            >
 | 
				
			||||||
                <image :src="item.iconSrc" mode="scaleToFill" />
 | 
					                <image :src="item.iconSrc" mode="scaleToFill" />
 | 
				
			||||||
                <text style="white-space: nowrap; font-size: 26rpx">
 | 
					                <text style="white-space: nowrap; font-size: 26rpx">
 | 
				
			||||||
| 
						 | 
					@ -99,7 +99,7 @@
 | 
				
			||||||
                class="purchase-item"
 | 
					                class="purchase-item"
 | 
				
			||||||
                :key="index"
 | 
					                :key="index"
 | 
				
			||||||
                @tap="onNavigateTo(item.url)"
 | 
					                @tap="onNavigateTo(item.url)"
 | 
				
			||||||
                v-for="(item, index) in boxList"
 | 
					                v-for="(item, index) in boxListTwo"
 | 
				
			||||||
            >
 | 
					            >
 | 
				
			||||||
                <image :src="item.iconSrc" mode="scaleToFill" />
 | 
					                <image :src="item.iconSrc" mode="scaleToFill" />
 | 
				
			||||||
                <text>
 | 
					                <text>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue