Commit f444dc3d by 陈超

T

parent 9ad6b1f7
......@@ -28,10 +28,10 @@
<div class="layout_v weight_full self_center" style="margin-right: 0.625rem;margin-left: 0.75rem;">
<span v-if="!hasAddress" class="text_16_400 color_999999">添加收货信息</span>
<div v-if="hasAddress" class="layout_h">
<span class="text_16_400 color_333333" style="margin-right: 0.5rem;">李四</span>
<span class="text_14_400 color_999999">15184322979</span>
<span class="text_16_400 color_333333" style="margin-right: 0.5rem;">{{address.address}}</span>
<span class="text_14_400 color_999999">{{address.phone}}</span>
</div>
<div v-if="hasAddress" class="text_14_400 color_333333" style="margin-top: 0.5rem;">重庆市江北区大石坝东原中心1505重庆市江北区大石坝东原中心1505</div>
<div v-if="hasAddress" class="text_14_400 color_333333" style="margin-top: 0.5rem;">{{address.location + address.address}}</div>
</div>
<van-icon class="self_center" name="__THEME__/img/right_arrow.png" size="12" ></van-icon>
</div>
......@@ -84,7 +84,7 @@
computed: {
hasAddress: function() {
return false
return this.address != "" && this.address != undefined
},
totalPrice: function() {
return this.info.lastPrice
......
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