Commit cb992af7 authored by 潘永坪's avatar 潘永坪

组合票优化

parent 3cedcbdf
......@@ -39,7 +39,7 @@ const request = (url = '', data = {},showLoad) => {
//请求超时,没有网络等
uni.hideLoading()
uni.getNetworkType({//首次判断网络状态
success: (res) => {
complete: (res) => {
let networkType = res.networkType
if (networkType === 'none') {//none是没有网络
uni.showToast({
......
......@@ -94,7 +94,7 @@
</view>
</view>
</checkbox-group>
<u-empty text="空空如也..." mode="list" v-if="scenicList.length == 0" width="320" height="320"></u-empty>
<!-- <u-empty text="空空如也..." mode="list" v-if="scenicList.length == 0" width="320" height="320"></u-empty> -->
</swiper-item>
<!-- <swiper-item class="swiper-item">
......@@ -147,6 +147,7 @@
<u-empty text="空空如也..." mode="list" width="320" height="320"></u-empty>
</swiper-item> -->
</swiper>
<u-empty text="空空如也..." mode="list" v-if="scenicList.length == 0" iconSize="180" textSize='28' textColor='#3688FF'></u-empty>
</view>
<view class="bottom">
<view class="bottom-left" @click="showCustomer()">
......
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