Commit c7ef73cb authored by Mac's avatar Mac

提交

parent 307bbe0f
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
> >
<view class="list-box" @click="openGood(item)"> <view class="list-box" @click="openGood(item)">
<view class="img-box"> <view class="img-box">
<image style="width: 100%; height: 100%; border-radius: 50%;" mode="aspectFit" :src="item.picUrl" /> <image style="width: 100%; height: 100%; border-radius: 50%;" mode="aspectFill" :src="item.picUrl" />
</view> </view>
<view class="textone" style="font-size: 14px;font-weight: bold;margin: 5px 0;">{{item.name}}</view> <view class="textone" style="font-size: 14px;font-weight: bold;margin: 5px 0;">{{item.name}}</view>
<view style="display: flex;align-items: center;margin-top: 5px;margin-bottom: 14px;"> <view style="display: flex;align-items: center;margin-top: 5px;margin-bottom: 14px;">
......
...@@ -81,5 +81,6 @@ ...@@ -81,5 +81,6 @@
<style lang="scss" scoped> <style lang="scss" scoped>
.u-checkbox-group { .u-checkbox-group {
display: inline-flex; display: inline-flex;
flex-wrap: wrap;
} }
</style> </style>
...@@ -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.3", // "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": [{
...@@ -407,6 +407,8 @@ ...@@ -407,6 +407,8 @@
"path":"personal/order-commit-details"//发表评论 "path":"personal/order-commit-details"//发表评论
},{ },{
"path": "personal/payment-order"//课程代付 "path": "personal/payment-order"//课程代付
},{
"path":"investigation"
}] }]
}, },
//线下服务 //线下服务
......
...@@ -183,6 +183,9 @@ ...@@ -183,6 +183,9 @@
educationteacher educationteacher
}, },
onLoad(options) { onLoad(options) {
uni.navigateTo({
url: '/pages/school/investigation?ID=4' //6未开始 9已填 10 //活动结束 //4未填写
})
let that = this; let that = this;
uni.getSystemInfo({ uni.getSystemInfo({
success(res) { success(res) {
...@@ -1081,6 +1084,7 @@ ...@@ -1081,6 +1084,7 @@
getPickcar(Name) { //选择取消地址 getPickcar(Name) { //选择取消地址
this.$refs.city[0].getPickcar(Name) this.$refs.city[0].getPickcar(Name)
}, },
}, },
}; };
</script> </script>
......
This diff is collapsed.
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