Commit 624cc72e authored by Mac's avatar Mac

1

parent ea46b111
......@@ -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",
......
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment