修改移除一些不规范的地方
This commit is contained in:
@ -206,7 +206,7 @@
|
||||
bargainSumCount: 0, //砍价成功人数
|
||||
activeMsg: "",
|
||||
// ssssss
|
||||
active: true,
|
||||
active: false,
|
||||
loading: false,
|
||||
datatime: 0,
|
||||
lookCount: 0, //查看人数
|
||||
|
@ -35,15 +35,15 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- 空白 -->
|
||||
<!-- <shopro-empty v-if="!grouponList.length && !isLoading" :emptyData="emptyData"></shopro-empty>-->
|
||||
<!-- <Shop-empty v-if="!grouponList.length && !isLoading" :emptyData="emptyData"></Shop-empty>-->
|
||||
<!-- 加载更多 -->
|
||||
<view v-if="grouponList.length" class="cu-load text-gray" :class="loadStatus"></view>
|
||||
<!-- loading -->
|
||||
<shopro-load v-model="isLoading"></shopro-load>
|
||||
<Shop-load v-model="isLoading"></Shop-load>
|
||||
</scroll-view>
|
||||
</view>
|
||||
<!-- 自定义底部导航 -->
|
||||
<shopro-tabbar></shopro-tabbar>
|
||||
<Shop-tabbar></Shop-tabbar>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user