Commit c7ef73cb authored by Mac's avatar Mac

提交

parent 307bbe0f
......@@ -19,7 +19,7 @@
>
<view class="list-box" @click="openGood(item)">
<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 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;">
......
......@@ -81,5 +81,6 @@
<style lang="scss" scoped>
.u-checkbox-group {
display: inline-flex;
flex-wrap: wrap;
}
</style>
......@@ -77,20 +77,20 @@
}
]
},
{
"root": "pages/live",
"plugins": {
"live-player-plugin": {
"version": "1.2.3",
"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": [{
......@@ -407,6 +407,8 @@
"path":"personal/order-commit-details"//发表评论
},{
"path": "personal/payment-order"//课程代付
},{
"path":"investigation"
}]
},
//线下服务
......
......@@ -183,6 +183,9 @@
educationteacher
},
onLoad(options) {
uni.navigateTo({
url: '/pages/school/investigation?ID=4' //6未开始 9已填 10 //活动结束 //4未填写
})
let that = this;
uni.getSystemInfo({
success(res) {
......@@ -1081,6 +1084,7 @@
getPickcar(Name) { //选择取消地址
this.$refs.city[0].getPickcar(Name)
},
},
};
</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