[improvement] optimize coupon text (#1934)

This commit is contained in:
neverland
2018-10-16 15:57:23 +08:00
committed by GitHub
parent b8fa4d901f
commit cb793b3671
8 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ Vue.use(SubmitBar);
disabled
:price="3050"
button-text="提交订单"
tip="的收货地址不支持同城送, 我们已为推荐快递"
tip="的收货地址不支持同城送, 我们已为推荐快递"
@submit="onSubmit"
/>
```
@@ -55,7 +55,7 @@ Vue.use(SubmitBar);
>
<van-checkbox v-model="checked">全选</van-checkbox>
<span slot="tip">
的收货地址不支持同城送, <span>修改地址</span>
的收货地址不支持同城送, <span>修改地址</span>
</span>
</van-submit-bar>
```