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
@@ -158,6 +158,8 @@
import { onLoad, onReady } from '@dcloudio/uni-app';
import { computed, reactive } from 'vue';
const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/app/sign.png');
const state = reactive({
data: {
days: [], //日历
@@ -480,7 +482,7 @@
width: 520rpx;
height: 344rpx;
background-size: 100% 100%;
background-image: v-bind('sheep.$url.css("/static/img/shop/app/sign.png")');
background-image: v-bind(headerBg);
background-repeat: no-repeat;
border-radius: 0 0 10rpx 10rpx;