zhaojs
2023-07-14 22b051956e8e41c0469d2cad40f38dea9f44c655
no message
已修改1个文件
28 ■■■■ 文件已修改
public/html/compareprice.html 28 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/html/compareprice.html
@@ -268,19 +268,18 @@
        line-height: .32rem;
    }
    .detail___3ZQFW .choiceInfo___3ZuEa .price___dfbCD {
        margin-bottom: .16rem;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        height: .24rem;
        font-size: .24rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #fe3738;
        line-height: .24rem;
        line-height: .54rem;
    }
    .detail___3ZQFW .choiceInfo___3ZuEa .operation___3KazI {
@@ -311,9 +310,8 @@
        }
        .showshop
        {
            font-size: .28rem;
            font-size: .26rem;
            color: #787070;
            margin-top: 0.15rem;
        }
    </style>
</head>
@@ -358,12 +356,14 @@
                                            <span>{{g.title}}</span></h2>
                                        <div v-if="g.couponPrice" class="coupon___2SVZi" style="float: left; margin-right:10px"><span>券</span>{{g.couponPrice}}元</div>
                                        <div class="coupon___2SVZi" style="background: #A429F3;"><span style="color: #A429F3;">返</span>{{g.fanli}}元</div>
                                        <div class="showshop">{{g.shopName}}</div>
                                    </div>
                                    <div class="price___dfbCD">¥<span>{{g.actualPrice}}</span><u style="text-decoration:line-through">¥{{g.originalPrice}}</u></div>
                                    <div class="operation___3KazI">
                                   <!--  <div class="operation___3KazI">
                                        <button>立即购买</button>
                                    </div>
                                    </div> -->
                                    <div class="showshop">月销{{g.monthSales}}</div>
                                    <div class="showshop">{{g.shopName}}</div>
                                </div>
                            </div>
                        </a>
@@ -403,14 +403,14 @@
  var app=  new Vue({
        el: '#comprice',
        data:{
          //posturl:'http://dfg.shop.com',
          posturl:'https://appapitest.ushopvip.com',
          posturl:'http://dfg.shop.com',
          //posturl:'https://appapitest.ushopvip.com',
          //posturl:'http://dfgapp.ushopvip.com',
          goodsItem:[],
          loading:false,
          txtareatxt:'',
          showTxt:'猜你喜欢',
          txtplaceholder:'1、支持淘宝、天猫、京东、抖音、拼多多等多家电商 \r\n 2、请粘贴您需要转换的分享文案/链接和口令/商品链接;不支持券链接'
          txtplaceholder:'1、支持淘宝、天猫、京东、抖音、拼多多等平台\r\n2、请粘贴您需要转换的分享文案/链接和口令/商品链接;不支持券链接'
        },
        methods:{
            //查询
@@ -420,7 +420,7 @@
                {
                    return;
                }
                this.showTxt="查询排行";
                this.showTxt="查询结果";
                this.goodsItem=[];
                var that = this;
                this.loading = true
@@ -525,11 +525,11 @@
            },
        },
        mounted:function(){
           /*  var postData={
            var postData={
                postData:'OAID',
                deviceValue:''
            };
            this.likeDataGet(postData); */
            this.likeDataGet(postData);
            var that=this;
            document.addEventListener('UniAppJSBridgeReady', function() {
                that.getLikeGoods();