兼容ios幸运塔罗性能问题

This commit is contained in:
Dragon
2023-08-11 10:56:45 +08:00
parent 7c9c75b9ae
commit 777cba90bd
3 changed files with 8 additions and 2 deletions

View File

@@ -7,6 +7,9 @@ body {
position: relative;
box-sizing: border-box;
padding-top: 2.0933333333rem;
-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
}
.back {

View File

@@ -14,6 +14,9 @@ body {
box-sizing: border-box;
padding-top: 2.0933333333rem;
// overflow-y: scroll;
-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
}
.back {

View File

@@ -249,8 +249,8 @@ const draw = () => {
data: JSON.stringify({
prodId: prodIdActive,
selectedNo: cardArr,
roomUid: pubInfo.roomUid,
// roomUid: pubInfo.uid,
// roomUid: 2615,
roomUid: pubInfo.uid,
}),
headers: { 'Content-Type': 'application/json;charset=utf8' },
success: function (res) {