提交 c8c07de0 编写于 作者: Z zhubing

修复文字问题

上级 5c91274b
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<svg class="location_icon"> <svg class="location_icon">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#location"></use> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#location"></use>
</svg> </svg>
<div class="add_address" v-if="!choosedAddress">请添加一个收地址</div> <div class="add_address" v-if="!choosedAddress">请添加一个收地址</div>
<div v-else class="address_detail_container"> <div v-else class="address_detail_container">
<header> <header>
<span>{{choosedAddress.name}}</span> <span>{{choosedAddress.name}}</span>
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
//未选择地址则提示 //未选择地址则提示
}else if(!this.choosedAddress){ }else if(!this.choosedAddress){
this.showAlert = true; this.showAlert = true;
this.alertText = '请添加一个收地址'; this.alertText = '请添加一个收地址';
return return
} }
//保存订单 //保存订单
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册