1
This commit is contained in:
parent
8200232940
commit
d375d6f3c4
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user