提交 8983d8de authored 作者: 刘守彩's avatar 刘守彩

fix

上级 a10409ce
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
<view <view
v-if=" v-if="
(rowIndex == 1 && cardIndex == 0) || (rowIndex == 1 && cardIndex == 0) ||
(rowIndex == 0 && cardIndex == 4) (rowIndex == 0 && cardIndex == 2)
" "
> >
<image <image
......
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
</view> </view>
<!-- v-if="value > 2" --> <!-- v-if="value > 2" -->
<view class="action-btn complete-btn" @click="submit(1)"> 完成巡检 </view> <view class="action-btn complete-btn" @click="submit(1)"> 完成巡检 </view>
<view class="action-btn" @click="normal"> 一键正常 </view> <!-- <view class="action-btn" @click="normal"> 一键正常 </view> -->
</view> </view>
<startDialog <startDialog
ref="startDialog" ref="startDialog"
......
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
data() { data() {
return { return {
person: { person: {
account: "管理员", // "管理员", account: "", // "管理员",
pwd: "Gly@124" // Gly@124", pwd: "" // Gly@124",
}, },
backButtonPress: 0, backButtonPress: 0,
personList: [], personList: [],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论