index.vue 13 KB

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