Skip to content

Commit 3fd11ca

Browse files
authored
Merge pull request bailicangdu#292 from han8gui/master
修复文字问题
2 parents 5c91274 + c8c07de commit 3fd11ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/page/confirmOrder/confirmOrder.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<svg class="location_icon">
88
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#location"></use>
99
</svg>
10-
<div class="add_address" v-if="!choosedAddress">请添加一个收获地址</div>
10+
<div class="add_address" v-if="!choosedAddress">请添加一个收货地址</div>
1111
<div v-else class="address_detail_container">
1212
<header>
1313
<span>{{choosedAddress.name}}</span>
@@ -266,7 +266,7 @@
266266
//未选择地址则提示
267267
}else if(!this.choosedAddress){
268268
this.showAlert = true;
269-
this.alertText = '请添加一个收获地址';
269+
this.alertText = '请添加一个收货地址';
270270
return
271271
}
272272
//保存订单

0 commit comments

Comments
 (0)