diff --git a/packageA/center/applyDetail.vue b/packageA/center/applyDetail.vue index 0ead86e..b501090 100644 --- a/packageA/center/applyDetail.vue +++ b/packageA/center/applyDetail.vue @@ -30,7 +30,7 @@ - + 活动时间 {{ formattedTime() }} @@ -1136,22 +1136,22 @@ export default { } .first-name { - // width: 430rpx auto; - max-width: 470rpx; + display: flex; + justify-content: flex-start; + width: 510rpx; // height: 77rpx; font-family: PingFang SC, PingFang SC; font-weight: 600; font-size: 28rpx; color: #323232; - // margin-left: 16rpx; } .rbot { - width: 430rpx; + width: 510rpx; height: 52rpx; font-size: 26rpx; color: #323232; - margin-top: 60rpx; + margin-top: 36rpx; } diff --git a/packageA/my/orderList.vue b/packageA/my/orderList.vue index 5486a11..43b95d3 100644 --- a/packageA/my/orderList.vue +++ b/packageA/my/orderList.vue @@ -98,7 +98,7 @@ style="margin-top: 20rpx; width: 100%;padding-left: 30rpx;"> - {{ + {{ item.user.nickname }} diff --git a/packageB/team/index.vue b/packageB/team/index.vue index 7b78ab5..3829667 100644 --- a/packageB/team/index.vue +++ b/packageB/team/index.vue @@ -82,7 +82,7 @@ export default { edit(item){ this.isAdd=0; this.form.name=item.name; - this.form.idnum=item.idnum; + // this.form.idnum=item.idnum; this.form.ids=item.id; this.show=true; }, diff --git a/pages/index/index.vue b/pages/index/index.vue index e2bacf2..75c4004 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -78,10 +78,10 @@ style="width: 36rpx;height: 36rpx;border-radius: 80rpx;"> - {{ + {{ item.user.nickname }} {{ + style="color: #9C9C9C;margin-left: 10rpx;width: 210rpx;">{{ item.teacher.name }} - {{ item.user.nickname }} + {{ item.user.nickname }} #{{ items_t }} @@ -895,6 +895,16 @@