兼容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; position: relative;
box-sizing: border-box; box-sizing: border-box;
padding-top: 2.0933333333rem; padding-top: 2.0933333333rem;
-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
} }
.back { .back {

View File

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

View File

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