jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/Phone/Phone.vue
2024-10-18 13:33:34 +08:00

34 lines
1.2 KiB
Vue

<template>
<view class="flex-col page">
<view class="flex-col list">
<view class="flex-row justify-between items-center list-item mt-9" v-for="(item, index) in items" :key="index">
<view class="flex-row items-center">
<text class="font">张三</text>
<text class="font_2 ml-9">15888610253</text>
<view class="flex-col justify-start items-center shrink-0 text-wrapper ml-9">
<text class="text">默认</text>
</view>
</view>
<view class="flex-row">
<image
class="image"
src="https://ide.code.fun/api/image?token=6711f04f38a7c1001587de59&name=6ff8502391df0676ffa6f9a4c72cf204.png"
/>
<image
class="ml-12 image"
src="https://ide.code.fun/api/image?token=6711f04f38a7c1001587de59&name=33bb1d0b853cc38a598105b3dab0d494.png"
/>
</view>
</view>
</view>
<view class="flex-col justify-start items-center section mt-593">
<view class="flex-col justify-start items-center text-wrapper_2"><text class="font text_2">新增联系人</text></view>
</view>
</view>
</template>
<script>
</script>
<style>
</style>