| | |
| | | text-decoration: line-through; |
| | | /* margin-top: 0.08rem; */ |
| | | margin-left: 0.1rem; |
| | | font-size: 0.12rem; |
| | | font-size: 0.2rem; |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | |
| | | .goodslist .list .bottom .right .btns .coupon { |
| | | background: linear-gradient(90deg, #ff856f, #fe305c); |
| | | border-radius: 0.05rem; |
| | | font-size: 0.12rem; |
| | | font-size: 0.2rem; |
| | | font-weight: 400; |
| | | color: white; |
| | | padding: 0 0.1rem; |
| | |
| | | .goodslist .list .bottom .right .btns .fanli { |
| | | background: linear-gradient(-90deg, rgb(118, 25, 236), rgb(164, 41, 243)); |
| | | border-radius: 0.05rem; |
| | | font-size: 0.12rem; |
| | | font-size: 0.2rem; |
| | | font-weight: 400; |
| | | color: white; |
| | | padding: 0 0.1rem; |
| | |
| | | // if(_this.sort==sort&&page==1&&sort!==5&&sort!==6){return;} |
| | | let newsort = sort ?? 1 |
| | | _this.sort = newsort |
| | | let url = 'http://dfgapp.ushopvip.com/api/taoke/friends_circle_list' |
| | | //let url = 'http://dfgapp.ushopvip.com/api/taoke/friends_circle_list' |
| | | //let url = 'http://dfg.shop.com/api/taoke/friends_circle_list' |
| | | let url = 'http://appapitest.ushopvip.com/api/taoke/friends_circle_list' |
| | | $.ajax({ |
| | | headers:{ |
| | | "token":this.getUrlPar("token") |