shoplist.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434
  1. <template>
  2. <view>
  3. <u-tabs lineColor="rgba(0,0,0,0)" :current='current' :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="first" class="u-flex" :style="{color:current1==0?'rgba(255, 21, 21, 1)':''}">
  11. {{i18n.synthesis}}
  12. <view>
  13. </view>
  14. </view>
  15. <view class="u-flex">
  16. <text @click="sale_num" :style="{color:current1==1?'rgba(255, 21, 21, 1)':''}">{{i18n.sell}}</text>
  17. <view class="u-flex-column">
  18. <u-icon v-if="desc==false && current1==1" name="arrow-up-fill" color="rgba(255, 21, 21, 1)"
  19. size="8"></u-icon>
  20. <u-icon v-if="(desc==true ) || (desc==false && current1 !=1) " name="arrow-up-fill"
  21. size="8"></u-icon>
  22. <u-icon
  23. v-if="(desc==false && current1 ==1) || (desc==true && current1 !=1) || (desc==false && current1 !=1) "
  24. name="arrow-down-fill" size="8"></u-icon>
  25. <u-icon v-if="desc==true && current1==1" name="arrow-down-fill" color="rgba(255, 21, 21, 1)"
  26. size="8"></u-icon>
  27. </view>
  28. </view>
  29. <view @click="price" class=" u-flex" :style="{color:current1==2?'rgba(255, 21, 21, 1)':''}">
  30. <view>{{i18n.Pricea}}</view>
  31. <!-- <image src="static/images/up.png" style="width: 16rpx;height: 16rpx;" mode=""></image> -->
  32. <view class="u-flex-column">
  33. <u-icon v-if="desc==false && current1==2" name="arrow-up-fill" color="rgba(255, 21, 21, 1)"
  34. size="8"></u-icon>
  35. <u-icon v-if="(desc==true ) || (desc==false && current1 !=2) " name="arrow-up-fill"
  36. size="8"></u-icon>
  37. <u-icon
  38. v-if="(desc==false && current1 ==2) || (desc==true && current1 !=2) || (desc==false && current1 !=2) "
  39. name="arrow-down-fill" size="8"></u-icon>
  40. <u-icon v-if="desc==true && current1==2" name="arrow-down-fill" color="rgba(255, 21, 21, 1)"
  41. size="8"></u-icon>
  42. </view>
  43. </view>
  44. <text @click="weightty" :style="{color:current1==3?'rgba(255, 21, 21, 1)':''}">≤1kg</text>
  45. <text>|</text>
  46. <view class="u-flex" :style="{color:current1==4?'rgba(255, 21, 21, 1)':''}" @click="shaixuan">
  47. <view style="margin-right: 10rpx;">{{i18n.screen}}</view>
  48. <image v-if="current1==4" src="static/images/shaixuana.png" style="width: 24rpx;height: 24rpx;"
  49. mode="">
  50. </image>
  51. <image v-else src="static/images/shaixuan.png" style="width: 24rpx;height: 24rpx;" mode=""></image>
  52. </view>
  53. </view>
  54. <liu-waterfall :dataList="data" :column="columns" @click="detail"></liu-waterfall>
  55. <view class="pop" style="position: absolute;top:80rpx" v-if="shai&&current1==4">
  56. <!-- 价格区间 -->
  57. <view class=" title">{{i18n.Pricerange}}</view>
  58. <view class="u-flex u-row-between">
  59. <view class="input u-flex u-row-center">
  60. <input style="text-align: center;" type="text" :placeholder="i18n.Bottomprice"
  61. v-model="price_range_start" />
  62. </view>
  63. <text>-</text>
  64. <view class="input u-flex u-row-center">
  65. <input style="text-align: center;" type="text" :placeholder="i18n.highestprice"
  66. v-model="price_range_end" />
  67. </view>
  68. </view>
  69. <!-- 重量区间 -->
  70. <view class="title" style="margin-top: 36rpx;">{{i18n.Weightinterval}}</view>
  71. <view class="u-flex u-row-between">
  72. <view class="input u-flex u-row-center">
  73. <input style="text-align: center;" type="text" :placeholder="i18n.Bottomprice"
  74. v-model="weight_range_start" />
  75. </view>
  76. <text>-</text>
  77. <view class="input u-flex u-row-center">
  78. <input style="text-align: center;" type="text" :placeholder="i18n.highestprice"
  79. v-model="weight_range_end" />
  80. </view>
  81. </view>
  82. <!-- 品牌 -->
  83. <view style="margin-top: 36rpx;" class="title">{{i18n.brand}}</view>
  84. <view class="u-flex " style="flex-wrap: wrap;column-gap: 34rpx;">
  85. <view @click="changei(item,idx)" v-for="(item,idx) in brandlist" :key="idx">
  86. <view :class="index==idx?'acitem':'item'" class="" v-if="language =='zh-CN'">
  87. {{item.name_cn}}
  88. </view>
  89. <view :class="index==idx?'acitem':'item'" class="" v-if="language =='en-US'">
  90. {{item.name_en}}
  91. </view>
  92. <view :class="index==idx?'acitem':'item'" class="" v-if="language =='es-ES'">
  93. {{item.name_es}}
  94. </view>
  95. <view :class="index==idx?'acitem':'item'" class="" v-if="language =='it-IT'">
  96. {{item.name_ita}}
  97. </view>
  98. </view>
  99. </view>
  100. <view style="margin-top: 36rpx;" class="title">{{i18n.Proprietary}}</view>
  101. <view :class="yes==true?'acitem':'item'" @click="yesa">
  102. <!-- {{yes}} -->
  103. {{i18n.yes}}
  104. </view>
  105. <view class="bottom u-flex" style="margin-top: 58rpx;">
  106. <view class="btn1" @click="reset">
  107. {{i18n.reset}}
  108. </view>
  109. <view class="btn2" @click="enter">
  110. {{i18n.enter}}
  111. </view>
  112. </view>
  113. </view>
  114. </view>
  115. </view>
  116. </template>
  117. <script>
  118. export default {
  119. data() {
  120. return {
  121. yes: false,
  122. shai: false,
  123. current1: 0,
  124. current: 0,
  125. index: '',
  126. list1: [],
  127. data: [],
  128. columns: 2,
  129. goodsid: '',
  130. title: '',
  131. parent_id: '',
  132. language: 'zh-CN',
  133. page: 1,
  134. weight_range_start: '', //重量区间 start
  135. weight_range_end: '', //重量区间 end
  136. brand_id: '', //品牌id
  137. price_range_start: '', //价格区间
  138. price_range_end: '', //价格区间
  139. brandlist: [],
  140. static: '', //销售或价格状态
  141. desc: true,
  142. brand_idone: ''
  143. };
  144. },
  145. onLoad(options) {
  146. this.goodsid = options.id
  147. this.title = options.title
  148. this.parent_id = options.parent_id
  149. this.current = Number(options.index)
  150. },
  151. onShow() {
  152. uni.setNavigationBarTitle({
  153. title: this.title
  154. })
  155. this.goods(this.goodsid)
  156. this.category(this.parent_id)
  157. if (uni.getStorageSync('language') != '') {
  158. this.language = uni.getStorageSync('language')
  159. }
  160. // this.brand()
  161. },
  162. computed: {
  163. i18n() {
  164. return this.$t('index')
  165. }
  166. },
  167. methods: {
  168. first(){
  169. this.current1=0
  170. this.reset()
  171. },
  172. //重置
  173. reset() {
  174. this.weight_range_start = ''
  175. this.weight_range_end = ''
  176. this.brand_id = this.brand_idone //品牌id
  177. this.price_range_start = '' //价格区间
  178. this.price_range_end = '' //价格区间
  179. this.yes = false
  180. this.shai = false
  181. this.goods(this.goodsid)
  182. },
  183. //重量筛选
  184. weightty() {
  185. this.current1 = 3
  186. this.weight_range_start = 0
  187. this.weight_range_end = 1
  188. this.goods(this.goodsid)
  189. },
  190. sale_num() {
  191. this.current1 = 1
  192. this.static = 'sale_num'
  193. this.desc = !this.desc
  194. this.goods(this.goodsid)
  195. },
  196. price() {
  197. this.current1 = 2
  198. this.static = 'price'
  199. this.desc = !this.desc
  200. this.goods(this.goodsid)
  201. },
  202. enter() {
  203. this.shai = false
  204. this.goods(this.goodsid)
  205. },
  206. yesa() {
  207. this.yes = !this.yes
  208. },
  209. //商品详情
  210. detail(item) {
  211. console.log(item);
  212. uni.navigateTo({
  213. url: '/pageA/productdetails?id=' + item.id
  214. })
  215. },
  216. //商品分类
  217. category(id) {
  218. uni.$u.http.get('/api/goods/category', {
  219. params: {
  220. parent_id: id,
  221. limit: 10,
  222. page: this.page
  223. }
  224. }).then((res) => {
  225. const categoryArr = res
  226. if (this.language == 'en-US') {
  227. categoryArr.forEach(item => {
  228. item.name = item.name_en
  229. })
  230. }
  231. if (this.language == 'es-ES') {
  232. categoryArr.forEach(item => {
  233. item.name = item.name_es
  234. })
  235. }
  236. if (this.language == 'it-IT') {
  237. categoryArr.forEach(item => {
  238. item.name = item.name_ita
  239. })
  240. }
  241. if (this.language == 'zh-CN') {
  242. categoryArr.forEach(item => {
  243. item.name = item.name_cn
  244. })
  245. }
  246. this.list1 = categoryArr.reverse()
  247. console.log(this.list1);
  248. }).catch(() => {
  249. })
  250. },
  251. //商品列表
  252. goods(id) {
  253. uni.$u.http.get('/api/goods', {
  254. params: {
  255. category_id: id,
  256. limit: 10,
  257. page: this.page,
  258. weight_range_start: this.weight_range_start,
  259. weight_range_end: this.weight_range_end,
  260. brand_id: this.brand_id,
  261. price_range_start: this.price_range_start,
  262. price_range_end: this.price_range_end,
  263. order: this.static,
  264. order_type: this.desc ? 'desc' : 'asc',
  265. source: this.yes ? 1 : 0
  266. }
  267. }).then((res) => {
  268. this.data = res.data
  269. }).catch(() => {
  270. })
  271. },
  272. //品牌列表
  273. brand() {
  274. uni.$u.http.get('/api/goods/brand', {
  275. params: {}
  276. }).then((res) => {
  277. this.brandlist = res
  278. this.brand_id = brandlist[0].id
  279. this.brand_idone = brandlist[0].id
  280. }).catch(() => {
  281. })
  282. },
  283. shaixuan() {
  284. this.shai = true,
  285. this.current1 = 4
  286. this.weight_range_start = ''
  287. this.weight_range_end = ''
  288. this.desc = true
  289. this.brand()
  290. this.goods(this.goodsid)
  291. },
  292. click(item) {
  293. console.log('item', item);
  294. this.current = item.index
  295. this.title = item.title
  296. this.goodsid = item.id
  297. this.goods(item.id)
  298. if (this.language == 'en-US') {
  299. uni.setNavigationBarTitle({
  300. title: item.name_en
  301. })
  302. }
  303. if (this.language == 'es-ES') {
  304. uni.setNavigationBarTitle({
  305. title: item.name_es
  306. })
  307. }
  308. if (this.language == 'it-IT') {
  309. uni.setNavigationBarTitle({
  310. title: item.name_ita
  311. })
  312. }
  313. if (this.language == 'zh-CN') {
  314. uni.setNavigationBarTitle({
  315. title: item.name_cn
  316. })
  317. }
  318. },
  319. changei(item, idx) {
  320. this.brand_id = item.id
  321. this.index = idx
  322. }
  323. }
  324. }
  325. </script>
  326. <style lang="scss" scoped>
  327. .box {
  328. width: 750rpx;
  329. min-height: 1360rpx;
  330. // background: #FFFFFF;
  331. border-radius: 28rpx 28rpx 0rpx 0rpx;
  332. padding: 38rpx 20rpx 20rpx;
  333. box-sizing: border-box;
  334. margin-top: 20rpx;
  335. }
  336. .pop {
  337. width: 750rpx;
  338. // height: 904rpx;
  339. background: #FFFFFF;
  340. padding: 36rpx 32rpx;
  341. box-sizing: border-box;
  342. .btn1 {
  343. width: 702rpx;
  344. height: 84rpx;
  345. background: rgba(248, 50, 36, 0.1);
  346. border-radius: 42rpx;
  347. font-family: PingFangSC, PingFang SC;
  348. font-weight: 500;
  349. font-size: 32rpx;
  350. color: #F83224;
  351. line-height: 84rpx;
  352. text-align: center;
  353. font-style: normal;
  354. border-radius: 42rpx 0 0 42rpx;
  355. }
  356. .btn2 {
  357. width: 702rpx;
  358. height: 84rpx;
  359. background: #F83224;
  360. border-radius: 42rpx;
  361. font-family: PingFangSC, PingFang SC;
  362. font-weight: 500;
  363. font-size: 32rpx;
  364. color: #FFFFFF;
  365. line-height: 84rpx;
  366. text-align: center;
  367. font-style: normal;
  368. border-radius: 0rpx 42rpx 42rpx 0;
  369. }
  370. .item {
  371. width: 206rpx;
  372. height: 64rpx;
  373. background: #F4F4F4;
  374. border-radius: 36rpx;
  375. font-family: PingFangSC, PingFang SC;
  376. font-weight: 400;
  377. font-size: 24rpx;
  378. color: #131415;
  379. line-height: 64rpx;
  380. text-align: center;
  381. font-style: normal;
  382. margin-top: 26rpx;
  383. }
  384. .acitem {
  385. width: 206rpx;
  386. height: 64rpx;
  387. font-family: PingFangSC, PingFang SC;
  388. font-weight: 400;
  389. border-radius: 36rpx;
  390. font-size: 24rpx;
  391. color: rgba(248, 50, 36, 1);
  392. line-height: 64rpx;
  393. text-align: center;
  394. font-style: normal;
  395. margin-top: 26rpx;
  396. background: rgba(248, 50, 36, 0.1);
  397. border: 1rpx solid #F83224;
  398. box-sizing: border-box;
  399. }
  400. .title {
  401. font-family: PingFangSC, PingFang SC;
  402. font-weight: 500;
  403. font-size: 26rpx;
  404. color: #131415;
  405. line-height: 36rpx;
  406. text-align: left;
  407. font-style: normal;
  408. margin-bottom: 24rpx;
  409. }
  410. .input {
  411. width: 312rpx;
  412. height: 64rpx;
  413. background: #F4F4F4;
  414. border-radius: 36rpx;
  415. }
  416. }
  417. </style>