fix:兼容HbuilderX 3.6.15版本更新小程序平台的BUG

This commit is contained in:
kele
2023-01-17 15:34:16 +08:00
parent 5fa43dfb5b
commit 100dc94f53
21 changed files with 96 additions and 58 deletions
+3 -1
View File
@@ -140,6 +140,8 @@
import dayjs from 'dayjs';
import _ from 'lodash';
const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/user/wallet_card_bg.png');
// 数据
const pagination = {
data: [],
@@ -289,7 +291,7 @@
position: absolute;
top: 0;
left: 0;
background: v-bind("sheep.$url.css('/static/img/shop/user/wallet_card_bg.png')") no-repeat;
background: v-bind(headerBg) no-repeat;
pointer-events: none;
}
+4 -1
View File
@@ -81,6 +81,8 @@
import dayjs from 'dayjs';
import _ from 'lodash';
const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/user/wallet_card_bg.png');
const pagination = {
data: [],
current_page: 1,
@@ -202,7 +204,8 @@
position: absolute;
top: 0;
left: 0;
background: v-bind("sheep.$url.css('/static/img/shop/user/wallet_card_bg.png')") no-repeat;
background: v-bind(headerBg)
no-repeat;
pointer-events: none;
}