重庆迈尖科技有限公司
2020-04-16 d18f2216362f93fc7ebefa4c553f83b14699d3ef
update click not
2个文件已修改
13 ■■■■■ 已修改文件
AppInside/orderDetail/css/style.css 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/orderDetail/index.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/orderDetail/css/style.css
@@ -492,7 +492,8 @@
    background-color: #FFFFFF;
    border-radius: 0.1rem;
    display: flex;
    justify-content: space-between;
    justify-content: space-between;
    cursor:pointer;
}
.div_coupon_footer {
@@ -538,7 +539,8 @@
.img_fuli_wen {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.2rem;
    margin-right: 0.2rem;
    cursor:pointer;
}
.div_couponlist_bg_left {
@@ -621,5 +623,6 @@
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 0.01rem solid #e0e0e0;
    border-top: 0.01rem solid #e0e0e0;
    cursor:pointer;
}
AppInside/orderDetail/index.html
@@ -120,7 +120,7 @@
        <div id="coupon_list" style="display: none;">
            <div class="havepage_title">
                剩余{{coupninfo.couponpage}}张奖励券
                <img src="img/icon_question.png" class="wenhao">
                <img src="img/icon_question.png" class="wenhao" style="cursor:pointer">
            </div>
            <div class="div_couponlist">
                <div class="div_coupon_item" v-for="(item, index) in couponList">
@@ -515,7 +515,7 @@
            yesApp.jumpWeb(app.coupninfo.link, null);
        });
        // 选中券
        $(document).on('click', '.div_coupon_body', function() {
        $(document).on('click', '.div_coupon_body', function() {
            if ($(this).find('.selectStateImg').attr("src") == 'img/couponImage_select.png') {
                $(this).find('.selectStateImg').attr("src", 'img/couponImage_normol.png');
                $(this).css({