xuxueyang
2024-09-12 0b9141c17270d83b05d8b51139989644a4b84763
update 会员积分相关的优化
已修改3个文件
已添加1个文件
19 ■■■■■ 文件已修改
manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/images/customer/coupon/coupon-out.png 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/customer/coupon/coupon-self.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/customer/coupon/coupon.scss 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -49,7 +49,7 @@
    "quickapp" : {},
    /* 快应用特有相关 */
    "mp-weixin" : {
        "appid" : "wx6d0ecc4e18710458",
        "appid" : "wx1441324401626290",
        "setting" : {
            "urlCheck" : false,
            "es6" : true,
static/images/customer/coupon/coupon-out.png
sub_pages/customer/coupon/coupon-self.vue
@@ -34,6 +34,9 @@
                            {{item.effectiveEnd&&('有效期至 '+item.effectiveEnd) || '长久有效'}}
                        </view>
                    </view>
                    <view class="img-out">
                    </view>
                </view>
                <view class="tip">
                    <span
sub_pages/customer/coupon/coupon.scss
@@ -7,6 +7,9 @@
            .img-has {
                display: unset;
            }
            .img-out {
                display: unset;
            }
        }
        .coupont-item {
@@ -23,6 +26,17 @@
                width: 264rpx;
                height: 264rpx;
            }
            .img-out {
                display: none;
                position: absolute;
                right: 10rpx;
                top: -20rpx;
                background-image: url('../../../static/images/customer/coupon/coupon-out.png');
                background-size: 100% 100%;
                width: 196rpx;
                height: 124rpx;
            }
            .tip {
                position: absolute;