This commit is contained in:
sunmeng 2024-08-22 09:08:28 +08:00
parent 8200232940
commit d375d6f3c4

View File

@ -10,7 +10,7 @@
<text>输出电磁阀</text> <text>输出电磁阀</text>
</view> </view>
<view class="detail"> <view class="detail">
<template v-for="(item,index) in 64"> <template v-for="(item,index) in 16*6">
<view class="item" v-if="centerBottom.indexOf(index) != -1" :key="index"> <view class="item" v-if="centerBottom.indexOf(index) != -1" :key="index">
{{ index + 1 }}# {{ index + 1 }}#
</view> </view>