From 22b051956e8e41c0469d2cad40f38dea9f44c655 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期五, 14 七月 2023 11:01:18 +0800 Subject: [PATCH] no message --- public/html/compareprice.html | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/public/html/compareprice.html b/public/html/compareprice.html index 8d55243..8d5fa6a 100644 --- a/public/html/compareprice.html +++ b/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(); -- Gitblit v1.9.3