Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
mongo-ui
Commits
f0b11b61
Commit
f0b11b61
authored
Jul 23, 2020
by
郭志伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 商品列表添加提示
parent
b6ad2f2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
index.vue
src/views/Goods/index.vue
+6
-2
No files found.
src/views/Goods/index.vue
View file @
f0b11b61
...
@@ -9,7 +9,8 @@
...
@@ -9,7 +9,8 @@
</cr-tabbar>
</cr-tabbar>
</cr-sticky>
-->
</cr-sticky>
-->
<good-list
:list=
"goodsList"
/>
<good-list
:list=
"goodsList"
/>
<ai-test-tip
/>
<record-layer
v-model=
"showLayer"
desc=
"敬请期待"
></record-layer>
<ai-test-tip
@
click.native=
"showLayer = true"
/>
<tabbar></tabbar>
<tabbar></tabbar>
</div>
</div>
</
template
>
</
template
>
...
@@ -19,17 +20,20 @@ import AiTestTip from "./modules/AiTestTip";
...
@@ -19,17 +20,20 @@ import AiTestTip from "./modules/AiTestTip";
import
GoodList
from
"
@/components/GoodList/index
"
;
import
GoodList
from
"
@/components/GoodList/index
"
;
import
Tabbar
from
"
@/components/Tabbar
"
;
import
Tabbar
from
"
@/components/Tabbar
"
;
import
goodsList
from
"
@/api/goodsList.mock
"
;
import
goodsList
from
"
@/api/goodsList.mock
"
;
import
RecordLayer
from
"
@/components/RecordLayer
"
;
export
default
{
export
default
{
name
:
"
GoodsList
"
,
name
:
"
GoodsList
"
,
components
:
{
components
:
{
AiTestTip
,
AiTestTip
,
GoodList
,
GoodList
,
Tabbar
Tabbar
,
RecordLayer
},
},
data
()
{
data
()
{
return
{
return
{
active
:
0
,
active
:
0
,
showLayer
:
false
,
goodsList
:
[]
goodsList
:
[]
};
};
},
},
...
...
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