index.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622
  1. <template>
  2. <!-- 商城 -->
  3. <view class="">
  4. <!-- <view class="index-navbar"> -->
  5. <view style="position: relative;">
  6. <!-- 自定义导航栏 -->
  7. <image src="../../static/images/index/back.png"
  8. style="width: 750rpx;height: 1200rpx;position: absolute;top: 0;z-index: -1;" mode=""></image>
  9. <u-navbar bgColor='rgba(255, 215,215, 1)' :placeholder='true' :fixed='true'>
  10. <view class="u-nav-slot" slot="left" style="display: flex;">
  11. <image @click="tochat" src="../../static/images/index/xiaoxi.png" mode=""
  12. style="width: 40rpx;height: 40rpx;">
  13. </image>
  14. <image @click="counter" src="../../static/images/index/compile.png" mode=""
  15. style="width: 40rpx;height: 40rpx;margin-left: 22rpx;"></image>
  16. <image src="../../static/images/index/dianhua.png" mode=""
  17. style="width: 40rpx;height: 40rpx;margin-left: 22rpx;"></image>
  18. </view>
  19. <view class="u-nav-slot" slot="center" style="width: 226rpx;">
  20. <u-subsection bgColor='rgba(248, 50, 36, 0.1)' activeColor='#F83224' inactiveColor='#222'
  21. :list="list" :current="current" @change="sectionChange"></u-subsection>
  22. </view>
  23. </u-navbar>
  24. <view class="" style="margin-top: 30rpx;padding:0 24rpx;">
  25. <!-- 搜索 -->
  26. <view class="search">
  27. <view class="u-flex">
  28. <u-icon name="search" size='32'></u-icon>
  29. <input type="text" v-model="keyword" :placeholder="i18n.Searchcon" />
  30. </view>
  31. <view class="right" @click="search">
  32. {{i18n.search}}
  33. </view>
  34. </view>
  35. <!-- tabs -->
  36. <view class=""
  37. style="display: flex;margin-top: 20rpx;align-items: center;justify-content: space-between;">
  38. <u-tabs :list="list1" @change='changetab'></u-tabs>
  39. <view class="border">
  40. </view>
  41. <view class="u-flex" style="margin-left: 24rpx;width: 100rpx;" @click="shoptype">
  42. <image src="../../static/images/index/fenlei.png" style="width: 24rpx;height: 24rpx;;" mode="">
  43. </image>
  44. <text class="fenlei">{{i18n.sort}}</text>
  45. </view>
  46. </view>
  47. <!-- 轮播图 -->
  48. <view class="" style="margin-top: 20rpx;">
  49. <u-swiper radius='10' :indicator='true' :list="banner"></u-swiper>
  50. </view>
  51. </view>
  52. </view>
  53. <view class="shopback">
  54. <view class="u-flex u-row-between">
  55. <!-- 百亿补贴 -->
  56. <view class="bigbox" @click="subsidy(1)">
  57. <view class="u-flex">
  58. <image src="../../static/images/index/butie.png" style="width: 104rpx;height: 26rpx;" mode="">
  59. </image>
  60. <view class="biaoqian" style="background: #F35D22;">{{i18n.expensive}}</view>
  61. </view>
  62. <view class="u-flex" style="flex-wrap: wrap;justify-content: space-between;">
  63. <view v-for="(item,idx) in subsidylist" class="ssbox " style="margin-top: 16rpx;">
  64. <view class="" style="position: relative">
  65. <image :src="item.image" style="width: 144rpx;height: 144rpx;" mode=""></image>
  66. <view class="u-flex u-row-center"
  67. style="position: absolute;bottom: 10rpx;width: 144rpx;">
  68. <view class="u-flex">
  69. <view class="tag u-flex" style="background: rgba(243, 93, 34, 1);">
  70. <image src="../../static/images/index/down.png"
  71. style="width: 28rpx;height: 28rpx;position: relative;z-index: 3;"
  72. mode="">
  73. </image>
  74. <text>{{(item.price*1000 - item.discount_price*1000)/1000 + i18n.RMB}}</text>
  75. </view>
  76. </view>
  77. </view>
  78. </view>
  79. <view class="money" style="text-align: center;">
  80. ¥{{item.discount_price}}
  81. </view>
  82. </view>
  83. </view>
  84. </view>
  85. <!-- 拼包好物 -->
  86. <view class="">
  87. <view class="smallbox" @click="subsidy(2)">
  88. <view class="u-flex">
  89. <image src="../../static/images/index/pinbao.png" style="width: 164rpx;height: 26rpx;"
  90. mode=""></image>
  91. <view class="biaoqian" style="background: rgba(255, 148, 21, 1);">{{i18n.expensive}}
  92. </view>
  93. </view>
  94. <view class="u-flex" style="flex-wrap: wrap;justify-content: space-between;">
  95. <view v-for="(item,idx) in packlist" class="ssbox " style="margin-top: 16rpx;">
  96. <view class="" style="position: relative">
  97. <image :src="item.image" style=";width: 144rpx;height: 144rpx;" mode=""></image>
  98. <view class="u-flex u-row-center"
  99. style="position: absolute;bottom: 10rpx;width: 144rpx;">
  100. <view class="u-flex">
  101. <!-- <image src="../../static/images/index/label.png"
  102. style="width: 28rpx;height: 28rpx;position: relative;z-index: 3;"
  103. mode="">
  104. </image> -->
  105. <view v-if="item.is_discount==0" class="tag u-flex"
  106. style="background-color: rgba(251, 73, 70, 1);">
  107. <image src="../../static/images/index/down.png"
  108. style="width: 28rpx;height: 28rpx;position: relative;z-index: 3;"
  109. mode="">
  110. </image>
  111. <text>{{(item.price*1000 - item.discount_price*1000)/1000 + i18n.RMB}}</text>
  112. </view>
  113. </view>
  114. </view>
  115. </view>
  116. </view>
  117. </view>
  118. </view>
  119. <view class="smallbox" @click="subsidy(3)">
  120. <view class="u-flex">
  121. <image src="../../static/images/index/postage.png" style="width: 116rpx;height: 26rpx;"
  122. mode=""></image>
  123. <view class="biaoqian" style="background:rgba(248, 50, 36, 1)">{{i18n.Something}}</view>
  124. </view>
  125. <view class="u-flex" style="flex-wrap: wrap;justify-content: space-between;">
  126. <view v-for="(item,idx) in shippList" class="ssbox " style="margin-top: 8rpx;">
  127. <view class="" style="position: relative">
  128. <image :src="item.image" style="width: 124rpx;height: 124rpx;" mode=""></image>
  129. <view class="shopname" v-if="language =='zh-CN'">
  130. {{item.name_cn}}
  131. </view>
  132. <view class="shopname" v-if="language =='en-US'">
  133. {{item.name_en}}
  134. </view>
  135. <view class="shopname" v-if="language =='es-ES'">
  136. {{item.name_es}}
  137. </view>
  138. <view class="shopname" v-if="language =='it-IT'">
  139. {{item.name_ita}}
  140. </view>
  141. </view>
  142. </view>
  143. </view>
  144. </view>
  145. </view>
  146. </view>
  147. <view class="u-flex u-row-between" style="flex-wrap: wrap;">
  148. <view class="bigbox" v-for="(item,index) in recomlist" style="position: relative;"
  149. @click="todetail(item.id)">
  150. <image v-if="item.is_discount==0" src="../../static/images/index/discount.png"
  151. style="width: 60rpx;height: 36rpx;position: absolute;left: 12rpx;top: 12rpx;z-index: 10;"
  152. mode="">
  153. </image>
  154. <image :src="item.image"
  155. style="width: 340rpx;height: 340rpx;;margin-left: -20rpx;margin-top: -18rpx;" mode=""></image>
  156. <view class="title" v-if="language =='zh-CN'">
  157. {{item.name_cn}}
  158. </view>
  159. <view class="title" v-if="language =='en-US'">
  160. {{item.name_en}}
  161. </view>
  162. <view class="title" v-if="language =='es-ES'">
  163. {{item.name_es}}
  164. </view>
  165. <view class="title" v-if="language =='it-IT'">
  166. {{item.name_ita}}
  167. </view>
  168. <view class="">
  169. <text class="money">
  170. ¥{{item.price}}
  171. </text>
  172. <text class="weight">
  173. ¥{{item.weight}}kg
  174. </text>
  175. </view>
  176. <view class="u-flex" style="flex-wrap: wrap;margin-top: 18rpx;column-gap: 12px;overflow: hidden;">
  177. <view v-if="item.is_shipping == 0" class="taber"
  178. style="border: 1rpx solid #E5BC78;color: #E5BC78;">{{i18n.postage}}
  179. </view>
  180. <view class="taber" style="border: 1rpx solid rgba(237, 9, 9, 1);color: rgba(237, 9, 9, 1);">
  181. {{i18n.Trade}}
  182. </view>
  183. <!-- <view class="taber" style="border: 1rpx solid #E5BC78;color: #E5BC78;">以旧换新</view> -->
  184. </view>
  185. </view>
  186. </view>
  187. </view>
  188. <u-popup :show="show" mode='center' :round='16' bgColor='transparent'>
  189. <view style="position: relative;">
  190. <image src="https://cdn.uviewui.com/uview/swiper/swiper1.png"
  191. style="width: 570rpx;height: 764rpx;border-radius: 16rpx;" mode=""></image>
  192. <view class="" style="text-align: center;" @click='show=false'>
  193. <image src="../../static/images/index/close.png" mode="" style="width: 70rpx;height: 70rpx;">
  194. </image>
  195. </view>
  196. </view>
  197. </u-popup>
  198. <!-- <view class="" style="height: 160rpx;" v-if="recomlist.length >3"></view> -->
  199. <kj-tabbar :value1=1></kj-tabbar>
  200. </view>
  201. </template>
  202. <script>
  203. import {
  204. recom
  205. } from "../../network/shopApi.js";
  206. export default {
  207. data() {
  208. return {
  209. recomlist: [], //推荐列表
  210. //顶部分段器
  211. list: [],
  212. current: 1,
  213. //tabs
  214. list1: [{
  215. name: '推荐',
  216. }],
  217. //轮播图
  218. banner: [
  219. 'https://cdn.uviewui.com/uview/swiper/swiper1.png',
  220. 'https://cdn.uviewui.com/uview/swiper/swiper2.png',
  221. 'https://cdn.uviewui.com/uview/swiper/swiper3.png',
  222. ],
  223. show: true,
  224. timer: '',
  225. language: 'zh-CN',
  226. subsidylist: [], //百万补贴
  227. packlist: [], //拼包好物
  228. shippList: [], //海外包邮
  229. keyword: '',
  230. page: 1,
  231. index:0,
  232. parent_id:'',
  233. last_page:''
  234. }
  235. },
  236. computed: {
  237. i18n() {
  238. return this.$t('index')
  239. }
  240. },
  241. onReachBottom() {
  242. if(this.page == this.last_page) {
  243. this.$u.toast('已无更多数据')
  244. } else {
  245. this.page ++
  246. this.goods(this.parent_id)
  247. }
  248. },
  249. onLoad(options) {
  250. this.list = [this.i18n.border, this.i18n.shop]
  251. // this.seater()
  252. if (options.current) {
  253. this.current = options.current
  254. }
  255. //商品推荐
  256. this.recommend()
  257. },
  258. onShow() {
  259. // tabs列表
  260. this.category()
  261. //百万补贴
  262. this.subsid()
  263. //拼包好物
  264. this.pack()
  265. //海外包邮
  266. this.shipp()
  267. if (uni.getStorageSync('language') != '') {
  268. this.language = uni.getStorageSync('language')
  269. }
  270. },
  271. methods: {
  272. //海外包邮接口
  273. shipp() {
  274. uni.$u.http.post('api/goods/shipping').then((res) => {
  275. this.shippList = res.splice(0, 2)
  276. }).catch(() => {
  277. })
  278. },
  279. //拼包好物接口
  280. pack() {
  281. uni.$u.http.post('/api/goods/pack').then((res) => {
  282. this.packlist = res.splice(0, 2)
  283. }).catch(() => {
  284. })
  285. },
  286. //百万补贴接口
  287. subsid() {
  288. uni.$u.http.post('/api/goods/subsidy').then((res) => {
  289. this.subsidylist = res.splice(0, 4)
  290. }).catch(() => {
  291. })
  292. },
  293. //标签切换
  294. changetab(e) {
  295. this.index = e.index
  296. this.parent_id = e.id
  297. if (this.index == 0) {
  298. this.recommend()
  299. } else {
  300. this.recomlist = []
  301. this.goods(this.parent_id)
  302. }
  303. },
  304. search(){
  305. if (this.index == 0) {
  306. this.recommend()
  307. } else {
  308. this.recomlist = []
  309. this.goods(this.parent_id)
  310. }
  311. },
  312. //商品推荐
  313. recommend() {
  314. uni.$u.http.post('/api/goods/recommend',{keyword:this.keyword}).then((res) => {
  315. this.recomlist = res
  316. }).catch(() => {
  317. })
  318. },
  319. //商品分类列表
  320. category() {
  321. uni.$u.http.get('/api/goods/category', {
  322. params: {
  323. parent_id: 0
  324. }
  325. }).then((res) => {
  326. const categoryArr = res
  327. this.list1 = [{
  328. name: ''
  329. }]
  330. if (this.language == 'en-US') {
  331. categoryArr.forEach(item => {
  332. item.name = item.name_en
  333. })
  334. this.list1[0].name = 'recommend'
  335. }
  336. if (this.language == 'es-ES') {
  337. categoryArr.forEach(item => {
  338. item.name = item.name_es
  339. })
  340. this.list1[0].name = 'recomendación'
  341. }
  342. if (this.language == 'it-IT') {
  343. categoryArr.forEach(item => {
  344. item.name = item.name_ita
  345. })
  346. this.list1[0].name = 'raccomandata'
  347. }
  348. if (this.language == 'zh-CN') {
  349. categoryArr.forEach(item => {
  350. item.name = item.name_cn
  351. })
  352. this.list1[0].name = '推荐'
  353. }
  354. this.list1 = this.list1.concat(categoryArr)
  355. }).catch(() => {
  356. })
  357. },
  358. //商品列表
  359. goods(id) {
  360. uni.$u.http.get('/api/goods', {
  361. params: {
  362. parent_id: id,
  363. limit: 10,
  364. page: this.page,
  365. keyword: this.keyword
  366. }
  367. }).then((res) => {
  368. this.recomlist = this.recomlist.concat(res.data)
  369. this.last_page = res.last_page
  370. }).catch(() => {
  371. })
  372. },
  373. //百万补贴跳转
  374. subsidy(item) {
  375. uni.navigateTo({
  376. url: '/pageA/subsidy?show=' + item
  377. })
  378. },
  379. //物流计算器
  380. counter() {
  381. uni.navigateTo({
  382. url: '/pageA/counter'
  383. })
  384. },
  385. //消息
  386. tochat() {
  387. uni.navigateTo({
  388. url: '/pageA/chat/news'
  389. })
  390. },
  391. //商品分类
  392. shoptype() {
  393. uni.navigateTo({
  394. url: '/pageA/shoptype'
  395. })
  396. },
  397. //分段器切换
  398. sectionChange(index) {
  399. this.current = index;
  400. console.log(index);
  401. if (this.current == 0) {
  402. uni.switchTab({
  403. url: '/pages/express/express?current=0'
  404. })
  405. this.current = 1
  406. }
  407. },
  408. //详情
  409. todetail(id) {
  410. uni.navigateTo({
  411. url: '/pageA/productdetails?id=' + id
  412. })
  413. }
  414. }
  415. }
  416. </script>
  417. <style lang="scss" scoped>
  418. page {
  419. background-color: rgba(0, 0, 0, 0)
  420. }
  421. .index-navbar {
  422. position: sticky;
  423. top: 0;
  424. left: 0;
  425. width: 750rpx;
  426. z-index: 100;
  427. }
  428. ::v-deep .u-tabs {
  429. width: 560rpx;
  430. }
  431. .taber {
  432. border-radius: 4rpx;
  433. padding: 4rpx 8rpx;
  434. margin-bottom: 10rpx;
  435. font-family: PingFangSC, PingFang SC;
  436. font-weight: 400;
  437. font-size: 20rpx;
  438. color: #D48700;
  439. line-height: 28rpx;
  440. text-align: left;
  441. font-style: normal;
  442. }
  443. .title {
  444. font-family: SFPro, SFPro;
  445. font-weight: 400;
  446. font-size: 26rpx;
  447. color: #222222;
  448. line-height: 30rpx;
  449. text-align: left;
  450. font-style: normal;
  451. width: 300rpx;
  452. height: 72rpx;
  453. }
  454. .weight {
  455. font-family: SFPro, SFPro;
  456. font-weight: 400;
  457. font-size: 20rpx;
  458. color: #888888;
  459. line-height: 24rpx;
  460. text-align: left;
  461. font-style: normal;
  462. margin-left: 12rpx;
  463. }
  464. .shopname {
  465. font-family: PingFangSC, PingFang SC;
  466. font-weight: 400;
  467. font-size: 20rpx;
  468. color: #666666;
  469. line-height: 28rpx;
  470. text-align: left;
  471. font-style: normal;
  472. }
  473. .money {
  474. font-family: HarmonyOS_Sans_Medium;
  475. font-size: 28rpx;
  476. color: #F83224;
  477. line-height: 38rpx;
  478. text-align: right;
  479. font-style: normal;
  480. }
  481. .biaoqian {
  482. height: 28rpx;
  483. border-radius: 6rpx;
  484. padding: 6rpx;
  485. margin-left: 8rpx;
  486. font-family: PingFangSC, PingFang SC;
  487. font-weight: 400;
  488. font-size: 20rpx;
  489. color: #FFFFFF;
  490. line-height: 28rpx;
  491. text-align: center;
  492. }
  493. .tag {
  494. // height: 28rpx;
  495. border-radius: 14rpx 14rpx 14rpx 0rpx;
  496. border: 1rpx solid #FFFFFF;
  497. padding: 6rpx;
  498. text-align: center;
  499. font-family: PingFangSC, PingFang SC;
  500. font-weight: 400;
  501. font-size: 20rpx;
  502. color: #FFFFFF;
  503. line-height: 28rpx;
  504. text-align: center;
  505. font-style: normal;
  506. box-sizing: border-box;
  507. // margin-left: -15rpx;
  508. }
  509. .bigbox {
  510. width: 340rpx;
  511. // height: 468rpx;
  512. background: #FFFFFF;
  513. border-radius: 12rpx;
  514. border: 2rpx solid #FFFFFF;
  515. margin-bottom: 22rpx;
  516. padding: 18rpx 20rpx;
  517. box-sizing: border-box;
  518. }
  519. .smallbox {
  520. width: 340rpx;
  521. height: 226rpx;
  522. background: #FFFFFF;
  523. border-radius: 12rpx;
  524. border: 2rpx solid #FFFFFF;
  525. margin-bottom: 22rpx;
  526. padding: 18rpx 20rpx;
  527. box-sizing: border-box;
  528. }
  529. .shopback {
  530. width: 750rpx;
  531. min-height: 1216rpx;
  532. background: #F4F4F4;
  533. border-radius: 28rpx 28rpx 0rpx 0rpx;
  534. padding: 26rpx 24rpx;
  535. box-sizing: border-box;
  536. }
  537. .fenlei {
  538. font-family: PingFangSC, PingFang SC;
  539. font-weight: 400;
  540. font-size: 28rpx;
  541. color: #222222;
  542. line-height: 40rpx;
  543. text-align: right;
  544. font-style: normal;
  545. margin-left: 8rpx;
  546. }
  547. .search {
  548. width: 702rpx;
  549. height: 68rpx;
  550. background: #FFFFFF;
  551. border-radius: 34rpx;
  552. padding: 6rpx 6rpx 6rpx 36rpx;
  553. display: flex;
  554. align-items: center;
  555. justify-content: space-between;
  556. box-sizing: border-box;
  557. .right {
  558. width: 100rpx;
  559. height: 56rpx;
  560. background: #ED0909;
  561. border-radius: 28rpx;
  562. font-family: PingFangSC, PingFang SC;
  563. font-weight: 400;
  564. font-size: 26rpx;
  565. color: #FFFFFF;
  566. line-height: 56rpx;
  567. text-align: center;
  568. }
  569. }
  570. .border {
  571. width: 2rpx;
  572. height: 24rpx;
  573. border: 2rpx solid #979797;
  574. opacity: 0.2;
  575. background-color: #979797;
  576. }
  577. // ::v-deep .u-navbar__content.data-v-1194bf80 {
  578. // background-color: rgba(0, 0, 0, 0) !important;
  579. // }
  580. // ::v-deep .u-status-bar.data-v-13f16680 {
  581. // background-color: rgba(0, 0, 0, 0) !important;
  582. // }
  583. ::v-deep .u-subsection--button.data-v-b14d3440 {
  584. /* padding: 6rpx 34rpx !important; */
  585. border-radius: 64rpx !important;
  586. }
  587. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  588. border-radius: 32rpx !important;
  589. }
  590. </style>