| | |
| | | } |
| | | |
| | | .coupon___2SVZi { |
| | | margin-top: 6px; |
| | | margin-top: 3px; |
| | | height: .28rem; |
| | | background: linear-gradient( |
| | | 90deg, #ff8873, #ff4f4f); |
| | |
| | | 清空 |
| | | </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"> |
| | |
| | | { |
| | | 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', |
| | |
| | | txtplaceholder:'1、支持淘宝、天猫、京东、抖音、拼多多等平台\r\n2、请粘贴您需要转换的分享文案/链接和口令/商品链接;不支持券链接' |
| | | }, |
| | | methods:{ |
| | | onTextareaKeyDown:function(event) |
| | | { |
| | | alert('你点击了回车键') |
| | | }, |
| | | //查询 |
| | | search:function() |
| | | { |
| | |
| | | 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: |