index.vue 17 KB

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