Commit 5dd89ad9 by LJM

bug

parent 0616f59a
Showing with 2 additions and 2 deletions
......@@ -13,7 +13,7 @@
<view class="list-total row bothSide verCenter" v-if="list.length > 0">
<checkbox-group class="checkbox-box row verCenter" @change="checkboxChange">
<label class="row verCenter">
<checkbox value="1" style="transform:scale(0.7)" iconColor="#1969f9" backgroundColor="#1969f9" color="#1969f9" />补打标签
<checkbox value="1" style="transform:scale(0.7)" iconColor="#1969f9" color="#1969f9" />补打标签
</label>
</checkbox-group>
<view class="num"><text>{{count}}</text>条数据</view>
......@@ -136,7 +136,7 @@
data() {
return {
list: [],
checked: true,
checked: false,
countList: '',
page: 1,
limit: 30,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment