index.vue 13 KB

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