Browse Source

fixed style

voice
张家华 4 years ago
parent
commit
6280fcdd67
  1. 7
      src/subpackage/retail/components/retail_pay_way/retail_pay_way.vue
  2. 1
      src/subpackage/retail/pages/confirm_goods/confirm_goods.vue

7
src/subpackage/retail/components/retail_pay_way/retail_pay_way.vue

@ -95,6 +95,7 @@
isDefaultGet: false, isDefaultGet: false,
failMsg: '搜索失败!' failMsg: '搜索失败!'
}).then(res => { }).then(res => {
util.hideLoad();
if (res.data.code == 0) { if (res.data.code == 0) {
let color = "rgba(51, 51, 51, 1)"; let color = "rgba(51, 51, 51, 1)";
for (let i = 0; i < res.data.data.length; ++i) { for (let i = 0; i < res.data.data.length; ++i) {
@ -114,9 +115,8 @@
this.curCardChoose = _this.cardList[0]; this.curCardChoose = _this.cardList[0];
} }
else { else {
util.showNone("无数据");
util.showNone("查询不到该储蓄卡信息,请检查重新输入");
} }
util.hideLoad();
} }
else { else {
util.showNone(res.data.message || '操作失败!'); util.showNone(res.data.message || '操作失败!');
@ -262,10 +262,9 @@
.content { .content {
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
position: absolute;
position: fixed;
top: 0%; top: 0%;
left: 0; left: 0;
z-index: 2048;
overflow: hidden; overflow: hidden;
} }

1
src/subpackage/retail/pages/confirm_goods/confirm_goods.vue

@ -304,7 +304,6 @@
padding-bottom: calc( 0rpx + constant(safe-area-inset-bottom)); /* 兼容 iOS < 11.2 */ padding-bottom: calc( 0rpx + constant(safe-area-inset-bottom)); /* 兼容 iOS < 11.2 */
padding-bottom: calc( 0rpx + env(safe-area-inset-bottom)); /* 兼容 iOS >= 11.2 */ padding-bottom: calc( 0rpx + env(safe-area-inset-bottom)); /* 兼容 iOS >= 11.2 */
// border: 1px solid red; // border: 1px solid red;
z-index: 1;
.final-cart-list { .final-cart-list {
display: flex; display: flex;

Loading…
Cancel
Save