修正我的券 券编码过长问题
This commit is contained in:
parent
93b3772cc8
commit
e0a178cf13
3
.hintrc
3
.hintrc
|
@ -15,6 +15,7 @@
|
||||||
"image-alt": "off"
|
"image-alt": "off"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"no-inline-styles": "off"
|
"no-inline-styles": "off",
|
||||||
|
"compat-api/css": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -167,7 +167,13 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-box-id {
|
.right-box-id {
|
||||||
|
width: 1.7rem;
|
||||||
color: #949494;
|
color: #949494;
|
||||||
|
user-select: text;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-box-more {
|
.right-box-more {
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
more: false, /* 是否展示更多 状态 */
|
more: false, /* 是否展示更多 状态 */
|
||||||
couponList: [
|
couponList: [
|
||||||
{
|
{
|
||||||
id: 0,
|
id: '16841a3558768768876879841585dsadasdadadsad',
|
||||||
money: 5,
|
money: 5,
|
||||||
status: 0,
|
status: 0,
|
||||||
full: 10,
|
full: 10,
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
4、优惠券不可拆分使用且不可与其他优惠券叠加使用;每笔订单,最多使用1张优惠券;券叠加使用;每笔订单,最多使用1张优惠券`,
|
4、优惠券不可拆分使用且不可与其他优惠券叠加使用;每笔订单,最多使用1张优惠券;券叠加使用;每笔订单,最多使用1张优惠券`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 894565153931535,
|
||||||
money: 5,
|
money: 5,
|
||||||
full: 10,
|
full: 10,
|
||||||
status: 1,
|
status: 1,
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
4、优惠券不可拆分使用且不可与其他优惠券叠加使用;每笔订单,最多使用1张优惠券;券叠加使用;每笔订单,最多使用1张优惠券`,
|
4、优惠券不可拆分使用且不可与其他优惠券叠加使用;每笔订单,最多使用1张优惠券;券叠加使用;每笔订单,最多使用1张优惠券`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 6589186313651,
|
||||||
money: 5,
|
money: 5,
|
||||||
full: 10,
|
full: 10,
|
||||||
status: 2,
|
status: 2,
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
show: false, /* 支付弹窗状态 */
|
show: false, /* 支付弹窗状态 */
|
||||||
orderList: [
|
orderList: [
|
||||||
{
|
{
|
||||||
id: 0,
|
id: 'A-Za-z0-986481945398',
|
||||||
status: 0,
|
status: 0,
|
||||||
money: 5,
|
money: 5,
|
||||||
originalPrice: 100,
|
originalPrice: 100,
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
src: './img/couponbg.png',
|
src: './img/couponbg.png',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 0,
|
id: 'B-84812238963189152',
|
||||||
status: 1,
|
status: 1,
|
||||||
money: 5,
|
money: 5,
|
||||||
originalPrice: 100,
|
originalPrice: 100,
|
||||||
|
|
Loading…
Reference in New Issue