Commit 5dd89ad9 by LJM

bug

parent 0616f59a
Showing with 2 additions and 2 deletions
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<view class="list-total row bothSide verCenter" v-if="list.length > 0"> <view class="list-total row bothSide verCenter" v-if="list.length > 0">
<checkbox-group class="checkbox-box row verCenter" @change="checkboxChange"> <checkbox-group class="checkbox-box row verCenter" @change="checkboxChange">
<label class="row verCenter"> <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> </label>
</checkbox-group> </checkbox-group>
<view class="num"><text>{{count}}</text>条数据</view> <view class="num"><text>{{count}}</text>条数据</view>
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
data() { data() {
return { return {
list: [], list: [],
checked: true, checked: false,
countList: '', countList: '',
page: 1, page: 1,
limit: 30, 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