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

1

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