tplus-components-touch 3.26.22 → 3.26.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/settlement/settlement.js +18 -4
- package/dist/components/settlement/settlement.js.map +1 -1
- package/dist/components/settlement/settlement.less +9 -0
- package/dist/components/settlement/settlementStore.js +1 -1
- package/dist/components/settlement/settlementStore.js.map +1 -1
- package/package.json +1 -1
|
@@ -8,6 +8,15 @@
|
|
|
8
8
|
height: 376px !important;
|
|
9
9
|
padding: 0;
|
|
10
10
|
}
|
|
11
|
+
.showUseCard {
|
|
12
|
+
font-family: 'PingFangSC-Regular';
|
|
13
|
+
font-size: 14px;
|
|
14
|
+
color: #666666;
|
|
15
|
+
letter-spacing: 0;
|
|
16
|
+
line-height: 30px;
|
|
17
|
+
font-weight: 400;
|
|
18
|
+
float: left;
|
|
19
|
+
}
|
|
11
20
|
}
|
|
12
21
|
}
|
|
13
22
|
.asyncModal{
|
|
@@ -920,7 +920,7 @@ var SettlementStore = (_class = function () {
|
|
|
920
920
|
if (type == PayStyle.hyczk) {
|
|
921
921
|
if (!mode.storageCardNo) {
|
|
922
922
|
(0, _mobx.runInAction)(function () {
|
|
923
|
-
mode.errinfo = '
|
|
923
|
+
mode.errinfo = '未录入手机号或储值卡号';
|
|
924
924
|
});
|
|
925
925
|
} else if (this.checkReceived(mode, "balance")) {
|
|
926
926
|
(0, _mobx.runInAction)(function () {
|