Commit f8af0fe2 authored by 罗林杰's avatar 罗林杰

修改bug

parent 2b48239d
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<view class="auth-btn" @click="goEducationAuth()" v-if="userInfo.memEducationAuthen=='1'">查看</view> <view class="auth-btn" @click="goEducationAuth()" v-if="userInfo.memEducationAuthen=='1'">查看</view>
<view class="auth-btn" @click="goEducationAuth()" v-else>立即认证</view> <view class="auth-btn" @click="goEducationAuth()" v-else>立即认证</view>
</view> </view>
<ELM ref="elm" :msg="tipMsg" :isConfirm="isConfirm" @confirm="confirm"></ELM> <ELM ref="elm" :msg="tipMsg" :isConfirm="isConfirm" ></ELM>
</view> </view>
</template> </template>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</view> </view>
</view> </view>
</u-popup> </u-popup>
<ELM ref="elm" :msg="tipMsg" :isConfirm="isConfirm" @confirm="confirm"></ELM> <ELM ref="elm" :msg="tipMsg" :isConfirm="isConfirm" :isCancel="false" @confirm="confirm"></ELM>
</view> </view>
</template> </template>
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
updateUser(params).then(res => { updateUser(params).then(res => {
if (res.data.code == 200) { if (res.data.code == 200) {
this.isConfirm = true; this.isConfirm = true;
this.tipMsg = "操作成功"; this.tipMsg = "上传成功";
this.singleNoClose(); this.singleNoClose();
this.loadPage(); this.loadPage();
this.$refs.elm.showDialog(); this.$refs.elm.showDialog();
......
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
编辑 编辑
</view> </view>
</view> </view>
<view class=" mt25 fs28" style="color: #434343; "> <view class="detail">
<view>{{userInfo.memIntroduce ? userInfo.memIntroduce : ''}}</view> <view>{{userInfo.memIntroduce ? userInfo.memIntroduce : ''}}</view>
</view> </view>
</view> </view>
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
编辑 编辑
</view> </view>
</view> </view>
<view class=" mt25 fs28" style="color: #434343; "> <view class="detail">
<view>{{userInfo.memHobby ? userInfo.memHobby : ''}}</view> <view>{{userInfo.memHobby ? userInfo.memHobby : ''}}</view>
</view> </view>
</view> </view>
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
编辑 编辑
</view> </view>
</view> </view>
<view class=" mt25 fs28" style="color: #434343; "> <view class="detail">
<view>{{userInfo.memHalfDesire ? userInfo.memHalfDesire : ''}}</view> <view>{{userInfo.memHalfDesire ? userInfo.memHalfDesire : ''}}</view>
</view> </view>
</view> </view>
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
编辑 编辑
</view> </view>
</view> </view>
<view class=" mt25 fs28" style="color: #434343; "> <view class="detail">
<view>{{userInfo.memFuturePlan ? userInfo.memFuturePlan : ''}}</view> <view>{{userInfo.memFuturePlan ? userInfo.memFuturePlan : ''}}</view>
</view> </view>
</view> </view>
...@@ -983,5 +983,12 @@ import {getOssUrl} from "../../api/article"; ...@@ -983,5 +983,12 @@ import {getOssUrl} from "../../api/article";
padding: 0 38rpx; padding: 0 38rpx;
} }
} }
.detail{
color: #434343;
font-size: 28rpx;
margin-top: 25rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
</style> </style>
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