[bugfix] Stepper: integer wrong spelling (#992)

This commit is contained in:
neverland
2018-05-05 13:31:01 +08:00
committed by GitHub
parent 3f8369e599
commit d9fa0ff65d
7 changed files with 11 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ describe('SubmitBar', () => {
DOMChecker(wrapper, {
text: {
'.van-button__text': props.buttonText,
'.van-submit-bar__price-interger': '¥30.',
'.van-submit-bar__price-integer': '¥30.',
'.van-submit-bar__price-decimal': '50',
'.van-submit-bar__tip': props.tip
}
@@ -41,7 +41,7 @@ describe('SubmitBar', () => {
DOMChecker(wrapper, {
text: {
'.van-button__text': '提交订单',
'.van-submit-bar__price-interger': '¥30.',
'.van-submit-bar__price-integer': '¥30.',
'.van-submit-bar__price-decimal': '05',
'.van-submit-bar__tip': ''
}