Commit 45dd34c4 authored by 罗超's avatar 罗超

1

parent 19c719e9
......@@ -1275,7 +1275,7 @@ export default {
padding: 15rpx;
display: flex;
flex-wrap: wrap;
margin: 30rpx;
margin-bottom: 30rpx;
}
.MedalBoxItem {
width: 30%;
......
......@@ -165,7 +165,7 @@
style="margin-top: 16rpx; display: flex; align-items: center"
>
<u-tag
:text="ProjectType"
:text="detailData.ProjectTypeName"
mode="dark"
size="mini"
:bg-color="mainColor"
......@@ -901,7 +901,7 @@ export default {
},
onLoad(options) {
this.id = options.id;
this.ProjectType = options.type;
// this.ProjectType = options.type;
let that = this;
uni.getSystemInfo({
success(res) {
......@@ -1003,6 +1003,7 @@ export default {
this.request2(parms, (res) => {
if (res.resultCode == 1) {
this.detailData = res.data;
this.ProjectType = res.data.ProjectTypeName;
this.imgsList = [];
if (res.data.VideoUrl == "") {
this.active = 1;
......
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