Skip to content

Commit

Permalink
修复文字问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhubing committed Feb 5, 2018
1 parent 5c91274 commit c8c07de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/page/confirmOrder/confirmOrder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<svg class="location_icon">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#location"></use>
</svg>
<div class="add_address" v-if="!choosedAddress">请添加一个收获地址</div>
<div class="add_address" v-if="!choosedAddress">请添加一个收货地址</div>
<div v-else class="address_detail_container">
<header>
<span>{{choosedAddress.name}}</span>
Expand Down Expand Up @@ -266,7 +266,7 @@
//未选择地址则提示
}else if(!this.choosedAddress){
this.showAlert = true;
this.alertText = '请添加一个收获地址';
this.alertText = '请添加一个收货地址';
return
}
//保存订单
Expand Down

0 comments on commit c8c07de

Please sign in to comment.