index.vue 13 KB

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