46 lines
1.3 KiB
Vue
46 lines
1.3 KiB
Vue
<template>
|
|
<view>
|
|
<status-container titlet="我的地址" returnc="#FFFFFF">
|
|
<view slot="content" style="margin-top: -20rpx;">
|
|
<view class="bacf pad-x30 pad-zy20" v-for="(item,index) in 10" :key="index">
|
|
<view class="pad-sx30 pad-zy20 disjbac bbot">
|
|
<view class="fon22 col26">
|
|
<view class="" style="color: #676767;">四川省成都市武侯区</view>
|
|
<view class="mar-sx10">成华奥园广场三期6栋1418-1419</view>
|
|
<view class="">郑珊珊 182****1234</view>
|
|
</view>
|
|
<image class="flexs" @tap="$toolAll.tools.goPage(`/pagesB/add-address/add-address?id=${index}`)" src="/static/tabbar/icon-edit.png" mode="aspectFill" style="width: 32rpx;height: 34rpx;"></image>
|
|
</view>
|
|
</view>
|
|
<view class="disjcac pad-s50">
|
|
<view class="disjcac radius34" style="width: 396rpx;height: 72rpx;background-color: #f37717;color: #FFFFFF;">
|
|
<view class="icon icon-add04 fon28"></view>
|
|
<view class="fon26 mar-z10" @tap="$toolAll.tools.goPage('/pagesB/add-address/add-address')">新增收货地址</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</status-container>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
import pitera from '@/components/nothing/pitera.vue';
|
|
export default {
|
|
components:{
|
|
pitera
|
|
},
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style>
|