Commit 37ed7e14 authored by zhengke's avatar zhengke

no message

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