111
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
|
||||||
<z-paging ref="paging" v-model="data" @query="queryList" bgColor="#F8f8f8" :auto='true'>
|
<z-paging ref="paging" v-model="data" @query="queryList" :auto='true'>
|
||||||
|
|
||||||
<view @click="bind"
|
<view @click="bind"
|
||||||
style="background: #f1f2f3;width: 100%;height: 35px;line-height: 35px;text-align: center;color: red;">
|
style="background: #f1f2f3;width: 100%;height: 35px;line-height: 35px;text-align: center;color: red;">
|
||||||
@@ -101,4 +101,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.oragin {}
|
.oragin {}
|
||||||
|
|
||||||
|
uni-page-body,
|
||||||
|
page {
|
||||||
|
background: #FFFFFF;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user