lin
2026-05-21 bc67eb7b9a46c3abedbde46c4989894e9712e99f
UI:小猪优选IOS立即更新隐藏及收藏购物车顶部样式优化
3 files modified
27 ■■■■ changed files
App.vue 22 ●●●● patch | view | raw | blame | history
static/css/carts.css 3 ●●●● patch | view | raw | blame | history
static/css/collect.css 2 ●●● patch | view | raw | blame | history
App.vue
@@ -59,17 +59,17 @@
                            updesc = res.data.android.desc
                        }
                        if (downUrl && updateFlag) {
                            uni.showModal({
                                showCancel: false,
                                confirmText: '立即更新',
                                title: '温馨提示!',
                                content: updesc || '有最新版本,请更新APP!',
                                success: res => {
                                    if (res.confirm) {
                                        plus.runtime.openURL(downUrl)
                                    }
                                }
                            })
                            // uni.showModal({
                            //     showCancel: false,
                            //     confirmText: '立即更新',
                            //     title: '温馨提示!',
                            //     content: updesc || '有最新版本,请更新APP!',
                            //     success: res => {
                            //         if (res.confirm) {
                            //             plus.runtime.openURL(downUrl)
                            //         }
                            //     }
                            // })
                        }
                    })
                    // #endif
static/css/carts.css
@@ -132,8 +132,7 @@
.c-title{
    position: fixed;
    left: 0;
    top: 44px;
    /* top: var(--status-bar-height); */
    top: var(--status-bar-height);
    z-index: 99;
    width: 100%;
    background-color: #ebebeb;
static/css/collect.css
@@ -1,7 +1,7 @@
.collect-title{
    position: fixed;
    left: 0;
    top: 44px;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #ebebeb;