Commit 493e6cea authored by 黄奎's avatar 黄奎

页面修改

parent 5e6584f3
......@@ -50,7 +50,7 @@
<br />
<span>
<template>
<span>{{subIndex+1}}小题 {{subItem.SubTitle}}</span><br />
<span>{{subIndex+1}}小题 <label v-html="subItem.SubTitle"></label></span><br />
</template>
<template
v-if=" subItem.QuestionKey=='single'||subItem.QuestionKey=='multiple'|| subItem.QuestionKey=='single-number'"
......
......@@ -22,10 +22,10 @@
</div>
<q-btn flat color="text-black" style="height:50px" @click="showInfo">
<span class="text-grey q-mr-xs">Hi</span>
<span class="text-dark q-mr-md">{{userInfo.AccountName}}</span>
<span class="text-dark q-mr-md">{{(userInfo&& userInfo.AccountName? userInfo.AccountName:"")}} </span>
<q-avatar size="35px" rounded color="positive" text-color="white">
<img :src="userInfo.UserIcon" v-if="userInfo.UserIcon">
<span v-else>{{userInfo.AccountName.substring(0,1)}}</span>
<span v-else>{{(userInfo&& userInfo.AccountName? userInfo.AccountName.substring(0,1):"") }}</span>
</q-avatar>
</q-btn>
</div>
......
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