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