Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
wly-APP
Project
Project
Details
Activity
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
刘川
wly-APP
Commits
97599be2
Commit
97599be2
authored
Jun 27, 2022
by
chuan.liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
市场线索页面新增
parent
4bfe6d9d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
626 additions
and
3 deletions
+626
-3
pages.json
pages.json
+16
-0
breakwords-market.nvue
pages/breakwords-market/breakwords-market.nvue
+601
-0
home.vue
pages/home/home.vue
+9
-3
.DS_Store
static/.DS_Store
+0
-0
no_data@3x.png
static/image/no_data@3x.png
+0
-0
No files found.
pages.json
View file @
97599be2
...
...
@@ -719,6 +719,22 @@
"bounce"
:
"none"
}
}
},
{
"path"
:
"pages/breakwords-market/breakwords-market"
,
"style"
:
{
"app-plus"
:
{
"titleNView"
:
{
"titleAlign"
:
"left"
,
"titleColor"
:
"#333"
,
"titleSize"
:
"17px"
,
"backgroundColor"
:
"transparent"
,
"titleText"
:
"市场线索"
,
"autoBackButton"
:
true
}
}
//
"enablePullDownRefresh"
:
true
}
}
],
"globalStyle"
:
{
...
...
pages/breakwords-market/breakwords-market.nvue
0 → 100644
View file @
97599be2
This diff is collapsed.
Click to expand it.
pages/home/home.vue
View file @
97599be2
...
...
@@ -22,14 +22,14 @@
<view
class=
"todo-box block"
>
<text
class=
"title"
>
市场秩序
</text>
<view
class=
"amount-block"
>
<view
class=
"order-amount"
@
click=
"entryHandle"
>
<view
class=
"order-amount"
@
click=
"entryHandle
('breakwords-clue')
"
>
<view
class=
"order-amount--wrapper"
>
<image
class=
"entry-icon"
src=
"@/static/image/home_report@3x.png"
mode=
"aspectFit"
>
</image>
<text
class=
"order-amount--num"
>
提报线索
</text>
</view>
</view>
<view
class=
"order-amount"
@
click=
"entryHandle"
>
<view
class=
"order-amount"
@
click=
"entryHandle
('breakwords-market')
"
>
<view
class=
"order-amount--wrapper"
>
<image
class=
"entry-icon"
src=
"@/static/image/home_marketclue@3x.png"
mode=
"aspectFit"
>
</image>
...
...
@@ -275,12 +275,18 @@
change
(
e
)
{
this
.
current
=
e
.
detail
.
current
;
},
entryHandle
()
{
entryHandle
(
path
)
{
uni
.
showToast
({
title
:
'开发中...'
,
icon
:
'none'
,
duration
:
1500
});
return
uni
.
navigateTo
({
url
:
`/pages/
${
path
}
/
${
path
}
`
})
}
}
}
...
...
static/.DS_Store
View file @
97599be2
No preview for this file type
static/image/no_data@3x.png
0 → 100644
View file @
97599be2
13.5 KB
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