This commit is contained in:
wanglei
2021-11-30 14:12:11 +08:00
parent 295b294aff
commit b9c0d7ee9b

View File

@@ -73,7 +73,7 @@
<u-avatar :src="item.avatar || (($cdn + 'common/xztx.png'))" size="74" mode="square"></u-avatar> <u-avatar :src="item.avatar || (($cdn + 'common/xztx.png'))" size="74" mode="square"></u-avatar>
<text class="name" style="margin-left: 8px">{{ item.name }}</text> <text class="name" style="margin-left: 8px">{{ item.name }}</text>
</div> </div>
<img :src="$cdn + 'common/phone.png'" alt="" @click="call(item)"> <!-- <img :src="$cdn + 'common/phone.png'" alt="" @click="call(item)">-->
</div> </div>
</div> </div>
</template> </template>