index.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680
  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: 6px;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.slice(0,3)" :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. list(){
  256. var list = []
  257. list = [this.i18n.border, this.i18n.shop]
  258. return list
  259. }
  260. },
  261. onReachBottom() {
  262. if (this.page < this.last_page) {
  263. if (this.current != 0) {
  264. this.page++
  265. this.goods(this.parent_id)
  266. }
  267. } else {
  268. this.$u.toast('已无更多数据')
  269. }
  270. },
  271. onLoad(options) {
  272. // this.seater()
  273. if (options.current) {
  274. this.current = options.current
  275. }
  276. //商品推荐
  277. this.recommend()
  278. },
  279. onShow() {
  280. this.config()
  281. // tabs列表
  282. this.category()
  283. //百万补贴
  284. this.subsid()
  285. //拼包好物
  286. this.pack()
  287. //海外包邮
  288. this.shipp()
  289. if (uni.getStorageSync('language') != '') {
  290. this.language = uni.getStorageSync('language')
  291. }
  292. },
  293. methods: {
  294. advert() {
  295. console.log(this.url);
  296. uni.navigateTo({
  297. url: this.url
  298. })
  299. },
  300. //广告弹窗
  301. config() {
  302. uni.$u.http.get('api/config', {
  303. params: {
  304. module: 'advertising'
  305. }
  306. }).then((res) => {
  307. console.log(res);
  308. this.configimage = res.image
  309. this.url = res.url
  310. }).catch(() => {
  311. })
  312. },
  313. //海外包邮接口
  314. shipp() {
  315. uni.$u.http.post('api/goods/shipping').then((res) => {
  316. this.shippList = res.data.splice(0, 2)
  317. }).catch(() => {
  318. })
  319. },
  320. //拼包好物接口
  321. pack() {
  322. uni.$u.http.post('/api/goods/pack').then((res) => {
  323. this.packlist = res.data.splice(0, 2)
  324. }).catch(() => {
  325. })
  326. },
  327. //百万补贴接口
  328. subsid() {
  329. uni.$u.http.post('/api/goods/subsidy').then((res) => {
  330. console.log(res);
  331. this.subsidylist = res.data.splice(0, 4)
  332. }).catch(() => {
  333. })
  334. },
  335. //标签切换
  336. changetab(e) {
  337. this.index = e.index
  338. this.parent_id = e.id
  339. if (this.index == 0) {
  340. this.recommend()
  341. } else {
  342. this.recomlist = []
  343. this.goods(this.parent_id)
  344. }
  345. },
  346. search() {
  347. if (this.index == 0) {
  348. this.recommend()
  349. } else {
  350. this.recomlist = []
  351. this.goods(this.parent_id)
  352. }
  353. },
  354. //商品推荐
  355. recommend() {
  356. uni.$u.http.post('/api/goods/recommend', {
  357. keyword: this.keyword
  358. }).then((res) => {
  359. this.recomlist = res
  360. }).catch(() => {
  361. })
  362. },
  363. //商品分类列表
  364. category() {
  365. uni.$u.http.get('/api/goods/category', {
  366. params: {
  367. parent_id: 0
  368. }
  369. }).then((res) => {
  370. const categoryArr = res
  371. this.list1 = [{
  372. name: ''
  373. }]
  374. if (this.language == 'en-US') {
  375. categoryArr.forEach(item => {
  376. item.name = item.name_en
  377. })
  378. this.list1[0].name = 'recommend'
  379. }
  380. if (this.language == 'es-ES') {
  381. categoryArr.forEach(item => {
  382. item.name = item.name_es
  383. })
  384. this.list1[0].name = 'recomendación'
  385. }
  386. if (this.language == 'it-IT') {
  387. categoryArr.forEach(item => {
  388. item.name = item.name_ita
  389. })
  390. this.list1[0].name = 'raccomandata'
  391. }
  392. if (this.language == 'zh-CN') {
  393. categoryArr.forEach(item => {
  394. item.name = item.name_cn
  395. })
  396. this.list1[0].name = '推荐'
  397. }
  398. this.list1 = this.list1.concat(categoryArr)
  399. }).catch(() => {
  400. })
  401. },
  402. //商品列表
  403. goods(id) {
  404. uni.$u.http.get('/api/goods', {
  405. params: {
  406. parent_id: id,
  407. limit: 10,
  408. page: this.page,
  409. keyword: this.keyword
  410. }
  411. }).then((res) => {
  412. this.recomlist = this.recomlist.concat(res.data)
  413. this.last_page = res.last_page
  414. }).catch(() => {
  415. })
  416. },
  417. //百万补贴跳转
  418. subsidy(item) {
  419. uni.navigateTo({
  420. url: '/pageA/subsidy?show=' + item
  421. })
  422. },
  423. //物流计算器
  424. counter() {
  425. uni.navigateTo({
  426. url: '/pageA/counter'
  427. })
  428. },
  429. //消息
  430. tochat() {
  431. uni.navigateTo({
  432. url: '/pageA/chat/news'
  433. })
  434. },
  435. //商品分类
  436. shoptype() {
  437. uni.navigateTo({
  438. url: '/pageA/shoptype'
  439. })
  440. },
  441. //分段器切换
  442. sectionChange(index) {
  443. this.current = index;
  444. console.log(index);
  445. if (this.current == 0) {
  446. uni.switchTab({
  447. url: '/pages/express/express?current=0'
  448. })
  449. this.current = 1
  450. }
  451. },
  452. //详情
  453. todetail(id) {
  454. uni.navigateTo({
  455. url: '/pageA/productdetails?id=' + id
  456. })
  457. }
  458. }
  459. }
  460. </script>
  461. <style lang="scss" scoped>
  462. page {
  463. background-color: rgba(0, 0, 0, 0)
  464. }
  465. .index-navbar {
  466. position: sticky;
  467. top: 0;
  468. left: 0;
  469. width: 750rpx;
  470. z-index: 100;
  471. }
  472. ::v-deep .u-tabs {
  473. width: 560rpx;
  474. }
  475. .taber {
  476. border-radius: 4rpx;
  477. padding: 4rpx 8rpx;
  478. margin-bottom: 10rpx;
  479. font-family: PingFangSC, PingFang SC;
  480. font-weight: 400;
  481. font-size: 16rpx;
  482. color: #D48700;
  483. line-height: 28rpx;
  484. text-align: left;
  485. font-style: normal;
  486. }
  487. .title {
  488. font-family: SFPro, SFPro;
  489. font-weight: 400;
  490. font-size: 26rpx;
  491. color: #222222;
  492. // line-height: 30rpx;
  493. // text-align: left;
  494. // font-style: normal;
  495. width: 300rpx;
  496. // height: 70rpx;
  497. overflow: hidden;
  498. text-overflow: ellipsis;
  499. word-break: break-all;
  500. -webkit-line-clamp: 1;
  501. display: -webkit-box;
  502. -webkit-box-orient: vertical;
  503. }
  504. .weight {
  505. font-family: SFPro, SFPro;
  506. font-weight: 400;
  507. font-size: 20rpx;
  508. color: #888888;
  509. line-height: 24rpx;
  510. text-align: left;
  511. font-style: normal;
  512. margin-left: 12rpx;
  513. }
  514. .shopname {
  515. width: 124rpx;
  516. overflow: hidden;
  517. text-overflow: ellipsis;
  518. word-break: break-all;
  519. white-space: nowrap;
  520. font-family: PingFangSC, PingFang SC;
  521. font-weight: 400;
  522. font-size: 20rpx;
  523. color: #666666;
  524. line-height: 28rpx;
  525. text-align: left;
  526. font-style: normal;
  527. }
  528. .money {
  529. font-family: HarmonyOS_Sans_Medium;
  530. font-size: 28rpx;
  531. color: #F83224;
  532. line-height: 38rpx;
  533. text-align: right;
  534. font-style: normal;
  535. }
  536. .biaoqian {
  537. height: 28rpx;
  538. border-radius: 6rpx;
  539. padding: 6rpx;
  540. margin-left: 8rpx;
  541. font-family: PingFangSC, PingFang SC;
  542. font-weight: 400;
  543. font-size: 20rpx;
  544. color: #FFFFFF;
  545. line-height: 28rpx;
  546. text-align: center;
  547. }
  548. .tag {
  549. // height: 28rpx;
  550. border-radius: 14rpx 14rpx 14rpx 0rpx;
  551. border: 1rpx solid #FFFFFF;
  552. padding: 6rpx;
  553. text-align: center;
  554. font-family: PingFangSC, PingFang SC;
  555. font-weight: 400;
  556. font-size: 20rpx;
  557. color: #FFFFFF;
  558. line-height: 28rpx;
  559. text-align: center;
  560. font-style: normal;
  561. box-sizing: border-box;
  562. // margin-left: -15rpx;
  563. }
  564. .bigbox {
  565. width: 340rpx;
  566. // height: 468rpx;
  567. background: #FFFFFF;
  568. border-radius: 12rpx;
  569. border: 2rpx solid #FFFFFF;
  570. margin-bottom: 22rpx;
  571. padding: 18rpx 20rpx;
  572. box-sizing: border-box;
  573. }
  574. .smallbox {
  575. width: 340rpx;
  576. height: 226rpx;
  577. background: #FFFFFF;
  578. border-radius: 12rpx;
  579. border: 2rpx solid #FFFFFF;
  580. margin-bottom: 22rpx;
  581. padding: 18rpx 20rpx;
  582. box-sizing: border-box;
  583. }
  584. .shopback {
  585. width: 750rpx;
  586. min-height: 1216rpx;
  587. background: #F4F4F4;
  588. border-radius: 28rpx 28rpx 0rpx 0rpx;
  589. padding: 26rpx 24rpx;
  590. box-sizing: border-box;
  591. }
  592. .fenlei {
  593. font-family: PingFangSC, PingFang SC;
  594. font-weight: 400;
  595. font-size: 28rpx;
  596. color: #222222;
  597. line-height: 40rpx;
  598. text-align: right;
  599. font-style: normal;
  600. margin-left: 8rpx;
  601. }
  602. .search {
  603. width: 702rpx;
  604. height: 68rpx;
  605. background: #FFFFFF;
  606. border-radius: 34rpx;
  607. padding: 6rpx 6rpx 6rpx 36rpx;
  608. display: flex;
  609. align-items: center;
  610. justify-content: space-between;
  611. box-sizing: border-box;
  612. .right {
  613. width: 100rpx;
  614. height: 56rpx;
  615. background: #ED0909;
  616. border-radius: 28rpx;
  617. font-family: PingFangSC, PingFang SC;
  618. font-weight: 400;
  619. font-size: 26rpx;
  620. color: #FFFFFF;
  621. line-height: 56rpx;
  622. text-align: center;
  623. }
  624. }
  625. .border {
  626. width: 2rpx;
  627. height: 24rpx;
  628. border: 2rpx solid #979797;
  629. opacity: 0.2;
  630. background-color: #979797;
  631. }
  632. // ::v-deep .u-navbar__content.data-v-1194bf80 {
  633. // background-color: rgba(0, 0, 0, 0) !important;
  634. // }
  635. // ::v-deep .u-status-bar.data-v-13f16680 {
  636. // background-color: rgba(0, 0, 0, 0) !important;
  637. // }
  638. ::v-deep .u-subsection--button.data-v-b14d3440 {
  639. /* padding: 6rpx 34rpx !important; */
  640. border-radius: 64rpx !important;
  641. }
  642. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  643. border-radius: 32rpx !important;
  644. }
  645. </style>