Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
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
李伟
cust-app
Commits
7e14accf
Commit
7e14accf
authored
Dec 21, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了文件名称和位置
parent
d1fdbe36
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
689 additions
and
8 deletions
+689
-8
pages.json
pages.json
+4
-4
article.vue
pages/tab/article.vue
+2
-2
index.vue
pages/tab/index.vue
+1
-1
activitydetail.vue
pagesActivity/component/activitydetail.vue
+681
-0
Item.vue
pagesArticle/components/Item.vue
+0
-0
List.vue
pagesArticle/components/List.vue
+0
-0
detail.vue
pagesNotice/components/detail.vue
+0
-0
list.vue
pagesNotice/components/list.vue
+1
-1
No files found.
pages.json
View file @
7e14accf
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
}
}
},
},
{
{
"path"
:
"pages/tab/
community
"
,
"path"
:
"pages/tab/
article
"
,
"style"
:
"style"
:
{
{
"navigationStyle"
:
"custom"
,
"navigationStyle"
:
"custom"
,
...
@@ -62,13 +62,13 @@
...
@@ -62,13 +62,13 @@
"root"
:
"pagesNotice"
,
"root"
:
"pagesNotice"
,
"pages"
:
[
"pages"
:
[
{
{
"path"
:
"
notice
/list"
,
"path"
:
"
components
/list"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"园区公告"
"navigationBarTitleText"
:
"园区公告"
}
}
},
},
{
{
"path"
:
"
notice
/detail"
,
"path"
:
"
components
/detail"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"公告详情"
"navigationBarTitleText"
:
"公告详情"
}
}
...
@@ -346,7 +346,7 @@
...
@@ -346,7 +346,7 @@
"text"
:
"活动"
"text"
:
"活动"
},
},
{
{
"pagePath"
:
"pages/tab/
community
"
,
"pagePath"
:
"pages/tab/
article
"
,
"iconPath"
:
"static/tab/sq.png"
,
"iconPath"
:
"static/tab/sq.png"
,
"selectedIconPath"
:
"static/tab/sqs.png"
,
"selectedIconPath"
:
"static/tab/sqs.png"
,
"text"
:
"动态"
"text"
:
"动态"
...
...
pages/tab/
community
.vue
→
pages/tab/
article
.vue
View file @
7e14accf
...
@@ -48,9 +48,9 @@
...
@@ -48,9 +48,9 @@
</template>
</template>
<
script
>
<
script
>
import
ItemVue
from
'../components/Item.vue'
;
import
ItemVue
from
'../
../pagesArticle/
components/Item.vue'
;
import
empty
from
'@/components/empty.vue'
import
empty
from
'@/components/empty.vue'
import
ListVue
from
'../components/List.vue'
;
import
ListVue
from
'../
../pagesArticle/
components/List.vue'
;
import
login
from
'../../components/login/login.vue'
;
import
login
from
'../../components/login/login.vue'
;
import
ELM
from
'@/components/elm-toast/index.vue'
;
import
ELM
from
'@/components/elm-toast/index.vue'
;
export
default
{
export
default
{
...
...
pages/tab/index.vue
View file @
7e14accf
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<view
class=
"leftline"
></view>
<view
class=
"leftline"
></view>
<view
class=
"title"
>
{{
notice
.
title
}}
</view>
<view
class=
"title"
>
{{
notice
.
title
}}
</view>
<view
class=
"rightline"
></view>
<view
class=
"rightline"
></view>
<view
class=
"notice-more"
@
click=
"gotopage('/pagesNotice/
notice
/list')"
>
更多
</view>
<view
class=
"notice-more"
@
click=
"gotopage('/pagesNotice/
components
/list')"
>
更多
</view>
</view>
</view>
<!-- 热门推荐-->
<!-- 热门推荐-->
<view
class=
"recommendation-top"
>
<view
class=
"recommendation-top"
>
...
...
pagesActivity/component/activitydetail.vue
0 → 100644
View file @
7e14accf
This diff is collapsed.
Click to expand it.
pages/components/Item.vue
→
pages
Article
/components/Item.vue
View file @
7e14accf
File moved
pages/components/List.vue
→
pages
Article
/components/List.vue
View file @
7e14accf
File moved
pagesNotice/
notice
/detail.vue
→
pagesNotice/
components
/detail.vue
View file @
7e14accf
File moved
pagesNotice/
notice
/list.vue
→
pagesNotice/
components
/list.vue
View file @
7e14accf
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
},
},
gotopage
(
item
){
gotopage
(
item
){
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'/pagesNotice/
notice
/detail?id='
+
item
.
businessId
url
:
'/pagesNotice/
components
/detail?id='
+
item
.
businessId
})
})
}
}
}
}
...
...
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