Commit 8b71a993 authored by liwei's avatar liwei

liwei

parent 39b1ec8d
......@@ -50,13 +50,19 @@
>
<img slot="icon" :src="image.mine_mom">
</van-cell>
<van-cell
title="收货地址"
ref="address"
to="/address"
is-link
v-if="addressInfo&&addressInfo.receive_name"
>
<img slot="icon" :src="image.mine_address">
</van-cell>
</div>
</div>
<div class="outBox addr" style="margin-top:10px;margin-bottom: 50px;">
<div class="outBox addr" style="margin-top:10px;margin-bottom: 50px;">
<div class="list">
<van-cell title="收货地址" ref="address" to="/address" is-link v-if="addressInfo&&addressInfo.receive_name">
<img slot="icon" :src="image.mine_address">
</van-cell>
<van-cell title="清除缓存" is-link @click="clearBoth()">
<img slot="icon" :src="image.ref">
</van-cell>
......
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