Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
624cc72e
Commit
624cc72e
authored
Jan 06, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ea46b111
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
19 deletions
+31
-19
pages.json
pages.json
+23
-14
investigation.vue
pages/school/investigation.vue
+8
-5
No files found.
pages.json
View file @
624cc72e
...
...
@@ -77,20 +77,20 @@
}
]
},
//
{
//
"root"
:
"pages/live"
,
//
"plugins"
:
{
//
"live-player-plugin"
:
{
//
"version"
:
"1.2.5"
,
//
"provider"
:
"wx2b03c6e691cd7370"
//
}
//
},
//
"pages"
:
[{
//
"path"
:
"index"
//
},
{
//
"path"
:
"share"
//
}]
//
},
{
"root"
:
"pages/live"
,
//
"plugins"
:
{
//
"live-player-plugin"
:
{
//
"version"
:
"1.2.5"
,
//
"provider"
:
"wx2b03c6e691cd7370"
//
}
//
},
"pages"
:
[{
"path"
:
"index"
},
{
"path"
:
"share"
}]
},
{
"root"
:
"pages/user-center"
,
"pages"
:
[{
...
...
@@ -465,6 +465,15 @@
}
]
},
//朋友圈
{
"root"
:
"pages/friendcircle"
,
"pages"
:
[{
"path"
:
"release"
//发布页面
},{
"path"
:
"my-news"
//我的动态
}]
},
//抖音商品短视频
{
"root"
:
"pages/video"
,
...
...
pages/school/investigation.vue
View file @
624cc72e
...
...
@@ -7,7 +7,7 @@
<view
class=
"fulfil"
>
<image
mode=
'widthFix'
style=
"width: 100px;margin: 50px 0;"
style=
"width: 100px;margin: 50px 0;
height: auto;
"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/huodongweikaishi.png"
></image>
</view>
<view
class=
"fulfil-text"
>
...
...
@@ -29,7 +29,7 @@
<view
class=
"fulfil"
>
<image
mode=
'widthFix'
style=
"width: 100px;margin: 50px 0;"
style=
"width: 100px;margin: 50px 0;
height: auto
"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/huodongjieshu.png"
></image>
</view>
<view
class=
"fulfil-text"
>
...
...
@@ -46,7 +46,7 @@
<view
class=
"fulfil"
>
<image
mode=
'widthFix'
style=
"width: 100px;margin: 50px 0;"
style=
"width: 100px;margin: 50px 0;
height: auto
"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/chenggong.png"
></image>
</view>
<view
class=
"fulfil-text"
>
...
...
@@ -170,7 +170,7 @@
<view
class=
"fulfil"
>
<image
mode=
'widthFix'
style=
"width: 100px;margin: 50px 0;"
style=
"width: 100px;margin: 50px 0;
height: auto
"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/huodongweikaishi.png"
></image>
</view>
<view
class=
"fulfil-text"
>
...
...
@@ -219,7 +219,10 @@
},
methods
:{
init
(){
this
.
oneshow
=
true
;
//判断留一下
setTimeout
(()
=>
{
this
.
oneshow
=
true
;
//判断留一下
},
2000
)
this
.
request2
({
url
:
'/api/AppletEducation/GetSurveyShowList'
,
data
:
{
ActivitySurveyId
:
this
.
ID
}
...
...
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