zhaojs
2023-08-02 20f964ffa6d1a0959bcd3826fa938f9c68cf2497
no message
已修改2个文件
18 ■■■■ 文件已修改
h5/apph5/components/items/LineItem.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/apph5/request/api.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/apph5/components/items/LineItem.vue
@@ -104,8 +104,8 @@
<style>
    .item-price-prc {
        color: #fe3a3f;
        font-size: 1.2rem;
        margin-right: 0.4rem;
        font-size: 1rem;
        margin-right: 0.2rem;
        font-weight: 500;
    }
@@ -128,7 +128,7 @@
        background: linear-gradient(0deg, #ff753c, #ff4b42);
        color: #fff;
        padding: 0.05rem;
        font-size: 0.9rem;
        font-size: 0.7rem;
    }
@@ -153,7 +153,7 @@
    }
    .item-txt {
        width: 71%;
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
@@ -165,7 +165,7 @@
    }
    .item-txt-title {
        font-size: 0.9rem;
        font-size: 0.7rem;
        margin-left: 0.3rem;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
@@ -179,7 +179,7 @@
    .item-price {
        display: flex;
        font-size: 0.8rem;
        font-size: 0.5rem;
        align-items: baseline;
        color: #8d8484;
    }
@@ -190,10 +190,10 @@
    }
    .item-copy {
        width: 5.92rem;
        width: 5.22rem;
        height: 1.66rem;
        background: linear-gradient(-90deg, #fe3a3f, #faa450);
        font-size: 0.9rem;
        font-size: 0.7rem;
        font-weight: 500;
        color: #fffefd;
        line-height: 1.66rem;
h5/apph5/request/api.js
@@ -30,7 +30,7 @@
        })
    }
    let userToken=comUtils.getUrlPar("dfgtoken");
    userToken=userToken?userToken:'3p6FrbNa+gAPubHGOK35mA==';
    userToken=userToken?userToken:'rsZOjpyA5mlf0IhB0y18Hw==';
    enstr="dfg"+enstr+"apph5"+userToken;
    enstr=md5.hex_md5(enstr);
    enstr+='.'+userToken