Commit 624cc72e authored by Mac's avatar Mac

1

parent ea46b111
...@@ -77,20 +77,20 @@ ...@@ -77,20 +77,20 @@
} }
] ]
}, },
// { {
// "root": "pages/live", "root": "pages/live",
// "plugins": { // "plugins": {
// "live-player-plugin": { // "live-player-plugin": {
// "version": "1.2.5", // "version": "1.2.5",
// "provider": "wx2b03c6e691cd7370" // "provider": "wx2b03c6e691cd7370"
// } // }
// }, // },
// "pages": [{ "pages": [{
// "path": "index" "path": "index"
// }, { }, {
// "path": "share" "path": "share"
// }] }]
// }, },
{ {
"root": "pages/user-center", "root": "pages/user-center",
"pages": [{ "pages": [{
...@@ -465,6 +465,15 @@ ...@@ -465,6 +465,15 @@
} }
] ]
}, },
//朋友圈
{
"root": "pages/friendcircle",
"pages": [{
"path": "release"//发布页面
},{
"path":"my-news"//我的动态
}]
},
//抖音商品短视频 //抖音商品短视频
{ {
"root": "pages/video", "root": "pages/video",
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<view class="fulfil"> <view class="fulfil">
<image <image
mode='widthFix' 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> src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/huodongweikaishi.png"></image>
</view> </view>
<view class="fulfil-text"> <view class="fulfil-text">
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<view class="fulfil"> <view class="fulfil">
<image <image
mode='widthFix' 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> src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/huodongjieshu.png"></image>
</view> </view>
<view class="fulfil-text"> <view class="fulfil-text">
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<view class="fulfil"> <view class="fulfil">
<image <image
mode='widthFix' 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> src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/chenggong.png"></image>
</view> </view>
<view class="fulfil-text"> <view class="fulfil-text">
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
<view class="fulfil"> <view class="fulfil">
<image <image
mode='widthFix' 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> src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/huodongweikaishi.png"></image>
</view> </view>
<view class="fulfil-text"> <view class="fulfil-text">
...@@ -219,7 +219,10 @@ ...@@ -219,7 +219,10 @@
}, },
methods:{ methods:{
init(){ init(){
this.oneshow=true;//判断留一下 setTimeout(()=>{
this.oneshow=true;//判断留一下
},2000)
this.request2({ this.request2({
url: '/api/AppletEducation/GetSurveyShowList', url: '/api/AppletEducation/GetSurveyShowList',
data: {ActivitySurveyId:this.ID} 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