Skip to content

Commit

Permalink
补齐mobile类型留言的placeholder (youzan#2098)
Browse files Browse the repository at this point in the history
* fix: 补齐mobile类型留言的placeholder
  • Loading branch information
w91 authored Nov 16, 2018
1 parent b8a74a1 commit 99f9a16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sku/components/SkuMessages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ const PLACEHOLDER = {
email: '输入邮箱',
date: '点击选择日期',
time: '点击选择时间',
textarea: '点击填写段落文本'
textarea: '点击填写段落文本',
mobile: '输入手机号码'
};
export default create({
Expand Down

0 comments on commit 99f9a16

Please sign in to comment.