From 93eb06506cc784b0c206239156dca53300f93e2b Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期一, 17 七月 2023 09:28:31 +0800 Subject: [PATCH] no message --- public/html/compareprice.html | 58 +++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 41 insertions(+), 17 deletions(-) diff --git a/public/html/compareprice.html b/public/html/compareprice.html index 8d5fa6a..c03076a 100644 --- a/public/html/compareprice.html +++ b/public/html/compareprice.html @@ -119,15 +119,15 @@ } .detail___3ZQFW { background-color: #fff; - height: 2.2rem; + height: 2.6rem; border-radius: .16rem; padding: .1rem; position: relative; box-sizing: border-box; } .picture___r4a1j { - height: 2rem; - width: 2rem; + height: 2.4rem; + width: 2.4rem; border-radius: .1rem; position: absolute; left: .1rem; @@ -137,8 +137,8 @@ -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; - padding-left: 2.2rem; - height: 2rem; + padding-left: 2.5rem; + width: 100%; overflow: hidden; -webkit-align-items: flex-start; @@ -161,7 +161,7 @@ justify-content: flex-start; padding: 0; margin: 0; - height: .4rem; + height: .85rem; font-size: .28rem; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; @@ -203,7 +203,7 @@ } .coupon___2SVZi { - margin-top: 6px; + margin-top: 3px; height: .28rem; background: linear-gradient( 90deg, #ff8873, #ff4f4f); @@ -313,6 +313,14 @@ font-size: .26rem; color: #787070; } + .goodtitle + { + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; + } </style> </head> @@ -327,7 +335,7 @@ 娓呯┖ </div> <div class="content-txtarea"> - <textarea class="txtarea" v-model="txtareatxt" :placeholder='txtplaceholder'></textarea> + <textarea enterkeyhint="search" onkeydown="onTextareaKeyDown()" class="txtarea" v-model="txtareatxt" :placeholder='txtplaceholder'></textarea> <span class="copytxt" v-on:click="fromcopy()">绮樿创</span> </div> <div class="mid-button-content"> @@ -350,15 +358,17 @@ <div class="choiceInfo___3ZuEa"> <div class="other___2Mv8Q"> <h2> - <div class="shoplabel___1_Nv0"><img + <!-- <div class="shoplabel___1_Nv0"><img :src="g.labelImg"> - </div> - <span>{{g.title}}</span></h2> + </div> --> + <div class="goodtitle"> + <img class="shoplabel___1_Nv0" :src="g.labelImg"> + {{g.title}}</div></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> - <div class="price___dfbCD">楼<span>{{g.actualPrice}}</span><u style="text-decoration:line-through">楼{{g.originalPrice}}</u></div> + <div class="price___dfbCD">楼<span>{{g.actualPrice}}</span><u v-if="g.sourceType=='tb'||g.sourceType=='tm'" style="text-decoration:line-through">楼{{g.originalPrice}}</u></div> <!-- <div class="operation___3KazI"> <button>绔嬪嵆璐拱</button> </div> --> @@ -394,6 +404,15 @@ { app.likeDataGet(data); } + + function onTextareaKeyDown() + { + if (event.keyCode == 13) + { + app.onTextareaKeyDown(); + } + + } Vue.use(VueLazyload, { preLoad: 1.3,// error: 'https://sr.ffquan.cn/cms_pic/20200622/bro7s7f6vrkd3jat4ujg0.png', @@ -403,8 +422,8 @@ 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, @@ -413,6 +432,10 @@ txtplaceholder:'1銆佹敮鎸佹窐瀹濄�佸ぉ鐚�佷含涓溿�佹姈闊炽�佹嫾澶氬绛夊钩鍙癨r\n2銆佽绮樿创鎮ㄩ渶瑕佽浆鎹㈢殑鍒嗕韩鏂囨/閾炬帴鍜屽彛浠�/鍟嗗搧閾炬帴;涓嶆敮鎸佸埜閾炬帴' }, methods:{ + onTextareaKeyDown:function(event) + { + alert('浣犵偣鍑讳簡鍥炶溅閿�') + }, //鏌ヨ search:function() { @@ -454,8 +477,9 @@ switch(item.sourceType) { case "tb": + case "tm": uni.navigateTo({ - url: '/pages/goods/goodsDetail?id=' + item.goodsId+'&frompage=freebuy' + url: '/pages/goods/goodsDetail?id=' + item.goodsId+'&frompage=compareprice' }); break; default: @@ -525,11 +549,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