Commit 37ed7e14 authored by zhengke's avatar zhengke

no message

parent c37750e9
......@@ -39,7 +39,6 @@
</view>
</view>
</view>
<!-- <view class="noData">暂无数据</view> -->
</view>
</view>
</template>
......
......@@ -44,7 +44,6 @@
</text>
</view>
</view>
<!-- <view class="noData">暂无数据</view> -->
</view>
</template>
<script>
......
......@@ -20,7 +20,9 @@ export default {
},
components: {},
setup(props) {
let data = reactive({});
let data = reactive({
state: props.state
});
let methods = {
jumpPage(url) {
uni.navigateTo({
......
......@@ -121,9 +121,4 @@
left: 50vw;
transform: translate(-50%,-50%);
z-index: 999;
}
.noData{
font-size: 26rpx;
text-align: center;
padding: 50rpx;
}
\ No newline at end of file
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 to comment