shoplist.vue 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. <template>
  2. <view>
  3. <u-tabs lineColor="rgba(0,0,0,0)" :activeStyle="{
  4. color: 'rgba(255, 21, 21, 1)',
  5. fontWeight: 'bold',
  6. transform: 'scale(1.05)'
  7. }" :list="list1" @click="click"></u-tabs>
  8. <view class="box" style="position: relative;">
  9. <view class="u-flex u-row-between">
  10. <view @click="current=0" class="u-flex" :style="{color:current==0?'rgba(255, 21, 21, 1)':''}">
  11. {{i18n.synthesis}}
  12. <view>
  13. </view>
  14. <u-icon name="arrow-down-fill" color="rgba(255, 21, 21, 1)" size="8"></u-icon>
  15. </view>
  16. <text @click="current=1" :style="{color:current==1?'rgba(255, 21, 21, 1)':''}">{{i18n.sell}}</text>
  17. <view @click="current=2" class=" u-flex" :style="{color:current==2?'rgba(255, 21, 21, 1)':''}">
  18. <view>{{i18n.Pricea}}</view>
  19. <image src="static/images/up.png" style="width: 16rpx;height: 16rpx;" mode=""></image>
  20. </view>
  21. <text @click="current=3" :style="{color:current==3?'rgba(255, 21, 21, 1)':''}">≤1kg</text>
  22. <text>|</text>
  23. <view class="u-flex" :style="{color:current==4?'rgba(255, 21, 21, 1)':''}" @click="shaixuan">
  24. <view style="margin-right: 10rpx;">{{i18n.screen}}</view>
  25. <image v-if="current==4" src="static/images/shaixuana.png" style="width: 24rpx;height: 24rpx;"
  26. mode=""></image>
  27. <image v-else src="static/images/shaixuan.png" style="width: 24rpx;height: 24rpx;" mode=""></image>
  28. </view>
  29. </view>
  30. <liu-waterfall :dataList="data" :column="columns" @click="click"></liu-waterfall>
  31. <view class="pop" style="position: absolute;top:80rpx" v-if="shai&&current==4">
  32. <view class=" title">{{i18n.Pricerange}}</view>
  33. <view class="u-flex u-row-between">
  34. <view class="input u-flex u-row-center">
  35. <input style="text-align: center;" type="text" :placeholder="i18n.Bottomprice" />
  36. </view>
  37. <text>-</text>
  38. <view class="input u-flex u-row-center">
  39. <input style="text-align: center;" type="text" :placeholder="i18n.highestprice" />
  40. </view>
  41. </view>
  42. <view class="title" style="margin-top: 36rpx;">{{i18n.Weightinterval}}</view>
  43. <view class="u-flex u-row-between">
  44. <view class="input u-flex u-row-center">
  45. <input style="text-align: center;" type="text" :placeholder="i18n.Bottomprice" />
  46. </view>
  47. <text>-</text>
  48. <view class="input u-flex u-row-center">
  49. <input style="text-align: center;" type="text" :placeholder="i18n.highestprice" />
  50. </view>
  51. </view>
  52. <view style="margin-top: 36rpx;" class="title">{{i18n.brand}}</view>
  53. <view class="u-flex " style="flex-wrap: wrap;column-gap: 34rpx;">
  54. <view @click="changei(idx)" class="item" v-for="(item,idx) in 8" :key="idx"
  55. :class="index==idx?'acitem':'item'">
  56. PURICH/醇粹
  57. </view>
  58. </view>
  59. <view style="margin-top: 36rpx;" class="title">{{i18n.Proprietary}}</view>
  60. <view class="item">
  61. {{i18n.yes}}
  62. </view>
  63. <view class="bottom u-flex" style="margin-top: 58rpx;">
  64. <view class="btn1">
  65. {{i18n.reset}}
  66. </view>
  67. <view class="btn2" @click="shai=false">
  68. {{i18n.enter}}
  69. </view>
  70. </view>
  71. </view>
  72. </view>
  73. </view>
  74. </template>
  75. <script>
  76. export default {
  77. data() {
  78. return {
  79. shai: false,
  80. current: 0,
  81. curess: 0,
  82. index: '',
  83. list1: [{
  84. name: '关注',
  85. }, {
  86. name: '推荐',
  87. }, {
  88. name: '电影'
  89. }, {
  90. name: '科技'
  91. }, {
  92. name: '音乐'
  93. }, {
  94. name: '美食'
  95. }, {
  96. name: '文化'
  97. }, {
  98. name: '财经'
  99. }, {
  100. name: '手工'
  101. }],
  102. data: [{
  103. picUrl: 'https://cdn.pixabay.com/photo/2020/05/19/13/32/cartoon-5190837_1280.jpg',
  104. title: '思考',
  105. desc: '我是第1个图片',
  106. id: 1,
  107. }, {
  108. picUrl: 'https://cdn.pixabay.com/photo/2021/07/22/11/25/rabbit-6485072_1280.jpg',
  109. title: '兔子',
  110. desc: '我是第2个图片',
  111. id: 2,
  112. }, {
  113. picUrl: 'https://cdn.pixabay.com/photo/2020/05/19/13/35/cartoon-5190860_1280.jpg',
  114. title: '雨天',
  115. desc: '我是第3个图片',
  116. id: 3,
  117. }, {
  118. picUrl: 'https://cdn.pixabay.com/photo/2022/03/31/14/53/camp-7103189_1280.png',
  119. title: '日落',
  120. desc: '我是第4个图片',
  121. id: 4,
  122. }, {
  123. picUrl: 'https://cdn.pixabay.com/photo/2022/11/29/19/05/boho-7625140_1280.jpg',
  124. title: '植物',
  125. desc: '我是第5个图片',
  126. id: 5,
  127. }, {
  128. picUrl: 'https://cdn.pixabay.com/photo/2022/08/25/23/06/woman-7411414_1280.png',
  129. title: '时尚',
  130. desc: '我是第6个图片',
  131. id: 6,
  132. }, {
  133. picUrl: 'https://cdn.pixabay.com/photo/2023/03/07/12/45/child-7835677_1280.jpg',
  134. title: '生活',
  135. desc: '我是第7个图片',
  136. id: 7,
  137. }, {
  138. picUrl: 'https://cdn.pixabay.com/photo/2020/05/19/13/32/cartoon-5190837_1280.jpg',
  139. title: '思考',
  140. desc: '我是第8个图片',
  141. id: 8,
  142. }, {
  143. picUrl: 'https://cdn.pixabay.com/photo/2021/07/22/11/25/rabbit-6485072_1280.jpg',
  144. title: '兔子',
  145. desc: '我是第9个图片',
  146. id: 9,
  147. }, {
  148. picUrl: 'https://cdn.pixabay.com/photo/2020/05/19/13/35/cartoon-5190860_1280.jpg',
  149. title: '雨天',
  150. desc: '我是第10个图片',
  151. id: 10,
  152. }, {
  153. picUrl: 'https://cdn.pixabay.com/photo/2022/11/29/19/05/boho-7625140_1280.jpg',
  154. title: '植物',
  155. desc: '我是第11个图片',
  156. id: 11,
  157. }, {
  158. picUrl: 'https://cdn.pixabay.com/photo/2022/08/25/23/06/woman-7411414_1280.png',
  159. title: '时尚',
  160. desc: '我是第12个图片',
  161. id: 12,
  162. }, {
  163. picUrl: 'https://cdn.pixabay.com/photo/2023/03/07/12/45/child-7835677_1280.jpg',
  164. title: '生活',
  165. desc: '我是第13个图片',
  166. id: 13,
  167. }, {
  168. picUrl: 'https://cdn.pixabay.com/photo/2020/05/19/13/35/cartoon-5190860_1280.jpg',
  169. title: '雨天',
  170. desc: '我是第14个图片',
  171. id: 14,
  172. }, {
  173. picUrl: 'https://cdn.pixabay.com/photo/2023/03/07/12/45/child-7835677_1280.jpg',
  174. title: '生活',
  175. desc: '我是第15个图片',
  176. id: 15,
  177. }, {
  178. picUrl: 'https://cdn.pixabay.com/photo/2020/05/19/13/32/cartoon-5190837_1280.jpg',
  179. title: '思考',
  180. desc: '我是第16个图片',
  181. id: 16,
  182. }],
  183. columns: 2,
  184. };
  185. },
  186. computed: {
  187. i18n() {
  188. return this.$t('index')
  189. }
  190. },
  191. methods: {
  192. shaixuan() {
  193. this.shai = true,
  194. this.current = 4
  195. },
  196. click(item) {
  197. console.log('item', item);
  198. this.curess = item.index
  199. uni.navigateTo({
  200. url:'/pageB/delivery'
  201. })
  202. },
  203. changei(idx) {
  204. this.index = idx
  205. }
  206. }
  207. }
  208. </script>
  209. <style lang="scss" scoped>
  210. .box {
  211. width: 750rpx;
  212. min-height: 1360rpx;
  213. background: #FFFFFF;
  214. border-radius: 28rpx 28rpx 0rpx 0rpx;
  215. padding: 38rpx 20rpx 20rpx;
  216. box-sizing: border-box;
  217. margin-top: 20rpx;
  218. }
  219. .pop {
  220. width: 750rpx;
  221. // height: 904rpx;
  222. background: #FFFFFF;
  223. padding: 36rpx 32rpx;
  224. box-sizing: border-box;
  225. .btn1 {
  226. width: 702rpx;
  227. height: 84rpx;
  228. background: rgba(248, 50, 36, 0.1);
  229. border-radius: 42rpx;
  230. font-family: PingFangSC, PingFang SC;
  231. font-weight: 500;
  232. font-size: 32rpx;
  233. color: #F83224;
  234. line-height: 84rpx;
  235. text-align: center;
  236. font-style: normal;
  237. border-radius: 42rpx 0 0 42rpx;
  238. }
  239. .btn2 {
  240. width: 702rpx;
  241. height: 84rpx;
  242. background: #F83224;
  243. border-radius: 42rpx;
  244. font-family: PingFangSC, PingFang SC;
  245. font-weight: 500;
  246. font-size: 32rpx;
  247. color: #FFFFFF;
  248. line-height: 84rpx;
  249. text-align: center;
  250. font-style: normal;
  251. border-radius: 0rpx 42rpx 42rpx 0;
  252. }
  253. .item {
  254. width: 206rpx;
  255. height: 64rpx;
  256. background: #F4F4F4;
  257. border-radius: 36rpx;
  258. font-family: PingFangSC, PingFang SC;
  259. font-weight: 400;
  260. font-size: 24rpx;
  261. color: #131415;
  262. line-height: 64rpx;
  263. text-align: center;
  264. font-style: normal;
  265. margin-top: 26rpx;
  266. }
  267. .acitem {
  268. width: 206rpx;
  269. height: 64rpx;
  270. font-family: PingFangSC, PingFang SC;
  271. font-weight: 400;
  272. font-size: 24rpx;
  273. color: rgba(248, 50, 36, 1);
  274. line-height: 64rpx;
  275. text-align: center;
  276. font-style: normal;
  277. margin-top: 26rpx;
  278. background: rgba(248, 50, 36, 0.1);
  279. border: 1rpx solid #F83224;
  280. box-sizing: border-box;
  281. }
  282. .title {
  283. font-family: PingFangSC, PingFang SC;
  284. font-weight: 500;
  285. font-size: 26rpx;
  286. color: #131415;
  287. line-height: 36rpx;
  288. text-align: left;
  289. font-style: normal;
  290. margin-bottom: 24rpx;
  291. }
  292. .input {
  293. width: 312rpx;
  294. height: 64rpx;
  295. background: #F4F4F4;
  296. border-radius: 36rpx;
  297. }
  298. }
  299. </style>