Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
panyongping
uni-pdtravel
Commits
cb992af7
Commit
cb992af7
authored
May 27, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
组合票优化
parent
3cedcbdf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
request.js
common/request.js
+1
-1
distributionCombiChoose.vue
...ation/distributionCombiChoose/distributionCombiChoose.vue
+2
-1
No files found.
common/request.js
View file @
cb992af7
...
...
@@ -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
({
...
...
pages/combination/distributionCombiChoose/distributionCombiChoose.vue
View file @
cb992af7
...
...
@@ -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()"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment