index.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  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. >
  11. <view class="u-nav-slot" slot="left" style="display: flex;">
  12. <image @click="tochat" src="../../static/images/index/xiaoxi.png" mode=""
  13. style="width: 40rpx;height: 40rpx;">
  14. </image>
  15. <image @click="counter" src="../../static/images/index/compile.png" mode=""
  16. style="width: 40rpx;height: 40rpx;margin-left: 22rpx;"></image>
  17. <image src="../../static/images/index/dianhua.png" mode=""
  18. style="width: 40rpx;height: 40rpx;margin-left: 22rpx;"></image>
  19. </view>
  20. <view class="u-nav-slot" slot="center" style="width: 226rpx;">
  21. <u-subsection bgColor='rgba(248, 50, 36, 0.1)' activeColor='#F83224' inactiveColor='#222'
  22. :list="list" :current="current" @change="sectionChange"></u-subsection>
  23. </view>
  24. </u-navbar>
  25. <view class="" style="margin-top: 30rpx;padding:0 24rpx;">
  26. <!-- 搜索 -->
  27. <view class="search">
  28. <view class="u-flex">
  29. <u-icon name="search" size='32'></u-icon>
  30. <input type="text" :placeholder="i18n.Searchcon" />
  31. </view>
  32. <view class="right">
  33. {{i18n.search}}
  34. </view>
  35. </view>
  36. <!-- tabs -->
  37. <view class=""
  38. style="display: flex;margin-top: 20rpx;align-items: center;justify-content: space-between;">
  39. <u-tabs :list="list1"></u-tabs>
  40. <view class="border">
  41. </view>
  42. <view class="u-flex" style="margin-left: 24rpx;width: 100rpx;" @click="shoptype">
  43. <image src="../../static/images/index/fenlei.png" style="width: 24rpx;height: 24rpx;;"
  44. mode="">
  45. </image>
  46. <text class="fenlei">{{i18n.sort}}</text>
  47. </view>
  48. </view>
  49. <!-- 轮播图 -->
  50. <view class="" style="margin-top: 20rpx;">
  51. <u-swiper radius='10' :indicator='true' :list="banner"></u-swiper>
  52. </view>
  53. </view>
  54. </view>
  55. <!-- </view> -->
  56. <view class="shopback">
  57. <view class="u-flex u-row-between">
  58. <view class="bigbox">
  59. <view class="u-flex">
  60. <image src="../../static/images/index/butie.png" style="width: 104rpx;height: 26rpx;" mode="">
  61. </image>
  62. <view class="biaoqian" style="background: #F35D22;">{{i18n.expensive}}</view>
  63. </view>
  64. <view class="u-flex" style="flex-wrap: wrap;justify-content: space-between;">
  65. <view v-for="(item,idx) in 4" class="ssbox " style="margin-top: 16rpx;">
  66. <view class="" style="position: relative">
  67. <image src=""
  68. style="background-color: rgba(119, 119, 119, 1);width: 144rpx;height: 144rpx;"
  69. mode=""></image>
  70. <view class="u-flex u-row-center"
  71. style="position: absolute;bottom: 10rpx;width: 144rpx;">
  72. <view class="u-flex">
  73. <view class="tag u-flex" style="background: rgba(243, 93, 34, 1);">
  74. <image src="../../static/images/index/down.png"
  75. style="width: 28rpx;height: 28rpx;position: relative;z-index: 3;"
  76. mode="">
  77. </image>
  78. <text>{{15 + i18n.RMB}}</text>
  79. </view>
  80. </view>
  81. </view>
  82. </view>
  83. <view class="money" style="text-align: center;">
  84. ¥59
  85. </view>
  86. </view>
  87. </view>
  88. </view>
  89. <view class="">
  90. <view class="smallbox">
  91. <view class="u-flex">
  92. <image src="../../static/images/index/pinbao.png" style="width: 164rpx;height: 26rpx;"
  93. mode=""></image>
  94. <view class="biaoqian" style="background: rgba(255, 148, 21, 1);">{{i18n.expensive}}
  95. </view>
  96. </view>
  97. <view class="u-flex" style="flex-wrap: wrap;justify-content: space-between;">
  98. <view v-for="(item,idx) in 2" class="ssbox " style="margin-top: 16rpx;">
  99. <view class="" style="position: relative">
  100. <image src=""
  101. style="background-color: rgba(119, 119, 119, 1);width: 144rpx;height: 144rpx;"
  102. mode=""></image>
  103. <view class="u-flex u-row-center"
  104. style="position: absolute;bottom: 10rpx;width: 144rpx;">
  105. <view class="u-flex">
  106. <!-- <image src="../../static/images/index/label.png"
  107. style="width: 28rpx;height: 28rpx;position: relative;z-index: 3;"
  108. mode="">
  109. </image> -->
  110. <view class="tag u-flex" style="background-color: rgba(251, 73, 70, 1);">
  111. <image src="../../static/images/index/down.png"
  112. style="width: 28rpx;height: 28rpx;position: relative;z-index: 3;"
  113. mode="">
  114. </image>
  115. <text>{{15 + i18n.RMB}}</text>
  116. </view>
  117. </view>
  118. </view>
  119. </view>
  120. </view>
  121. </view>
  122. </view>
  123. <view class="smallbox">
  124. <view class="u-flex">
  125. <image src="../../static/images/index/postage.png" style="width: 116rpx;height: 26rpx;"
  126. mode=""></image>
  127. <view class="biaoqian" style="background:rgba(248, 50, 36, 1)">{{i18n.Something}}</view>
  128. </view>
  129. <view class="u-flex" style="flex-wrap: wrap;justify-content: space-between;">
  130. <view v-for="(item,idx) in 2" class="ssbox " style="margin-top: 8rpx;">
  131. <view class="" style="position: relative">
  132. <image src=""
  133. style="background-color: rgba(119, 119, 119, 1);width: 124rpx;height: 124rpx;"
  134. mode=""></image>
  135. <view class="shopname">
  136. 纯牛奶
  137. </view>
  138. </view>
  139. </view>
  140. </view>
  141. </view>
  142. </view>
  143. </view>
  144. <view class="u-flex u-row-between" style="flex-wrap: wrap;">
  145. <view class="bigbox" v-for="(item,index) in 6" style="position: relative;" @click="todetail">
  146. <image src="../../static/images/index/discount.png"
  147. style="width: 60rpx;height: 36rpx;position: absolute;left: 12rpx;top: 12rpx;z-index: 10;" mode="">
  148. </image>
  149. <image src=""
  150. style="width: 340rpx;height: 340rpx;background-color: rgba(119, 119, 119, 1) ;margin-left: -20rpx;margin-top: -18rpx;"
  151. mode=""></image>
  152. <view class="title">
  153. INSTINCT天然百利狗粮 无谷泰迪去
  154. </view>
  155. <view class="">
  156. <text class="money">
  157. ¥258.00
  158. </text>
  159. <text class="weight">
  160. ¥2kg
  161. </text>
  162. </view>
  163. <view class="u-flex" style="flex-wrap: wrap;margin-top: 18rpx;column-gap: 12px;overflow: hidden;">
  164. <view class="taber" style="border: 1rpx solid #E5BC78;color: #E5BC78;">{{i18n.postage}}
  165. </view>
  166. <view class="taber" style="border: 1rpx solid rgba(237, 9, 9, 1);color: rgba(237, 9, 9, 1);">
  167. {{i18n.Trade}}
  168. </view>
  169. <!-- <view class="taber" style="border: 1rpx solid #E5BC78;color: #E5BC78;">以旧换新</view> -->
  170. </view>
  171. </view>
  172. </view>
  173. </view>
  174. <u-popup :show="show" mode='center' :round='16' bgColor='transparent'>
  175. <view style="position: relative;">
  176. <image src="https://cdn.uviewui.com/uview/swiper/swiper1.png"
  177. style="width: 570rpx;height: 764rpx;border-radius: 16rpx;" mode=""></image>
  178. <view class="" style="text-align: center;" @click='show=false'>
  179. <image src="../../static/images/index/close.png" mode="" style="width: 70rpx;height: 70rpx;">
  180. </image>
  181. </view>
  182. </view>
  183. </u-popup>
  184. <kj-tabbar :value1=1></kj-tabbar>
  185. </view>
  186. </template>
  187. <script>
  188. export default {
  189. data() {
  190. return {
  191. //顶部分段器
  192. list: [],
  193. current: 1,
  194. //tabs
  195. list1: [{
  196. name: '推荐',
  197. }, {
  198. name: '数码'
  199. }, {
  200. name: '生鲜'
  201. }, {
  202. name: '美妆'
  203. }, {
  204. name: '生鲜'
  205. }, {
  206. name: '美妆'
  207. }],
  208. //轮播图
  209. banner: [
  210. 'https://cdn.uviewui.com/uview/swiper/swiper1.png',
  211. 'https://cdn.uviewui.com/uview/swiper/swiper2.png',
  212. 'https://cdn.uviewui.com/uview/swiper/swiper3.png',
  213. ],
  214. show: true
  215. }
  216. },
  217. computed: {
  218. i18n() {
  219. return this.$t('index')
  220. }
  221. },
  222. onLoad(options) {
  223. this.list = [this.i18n.border, this.i18n.shop]
  224. if (options.current) {
  225. this.current = options.current
  226. }
  227. },
  228. methods: {
  229. //物流计算器
  230. counter() {
  231. uni.navigateTo({
  232. url: '/pageA/counter'
  233. })
  234. },
  235. //消息
  236. tochat() {
  237. uni.navigateTo({
  238. url: '/pageA/chat/news'
  239. })
  240. },
  241. //商品分类
  242. shoptype() {
  243. uni.navigateTo({
  244. url: '/pageA/shoptype'
  245. })
  246. },
  247. //分段器切换
  248. sectionChange(index) {
  249. this.current = index;
  250. console.log(index);
  251. if (this.current == 0) {
  252. uni.switchTab({
  253. url: '/pages/express/express?current=0'
  254. })
  255. this.current = 1
  256. }
  257. },
  258. //详情
  259. todetail() {
  260. uni.navigateTo({
  261. url: '/pageA/productdetails'
  262. })
  263. }
  264. }
  265. }
  266. </script>
  267. <style lang="scss" scoped>
  268. .index-navbar {
  269. position: sticky;
  270. top: 0;
  271. left: 0;
  272. width: 750rpx;
  273. z-index: 100;
  274. }
  275. ::v-deep .u-tabs {
  276. width: 560rpx;
  277. }
  278. .taber {
  279. border-radius: 4rpx;
  280. padding: 4rpx 8rpx;
  281. margin-bottom: 10rpx;
  282. }
  283. .title {
  284. font-family: SFPro, SFPro;
  285. font-weight: 400;
  286. font-size: 26rpx;
  287. color: #222222;
  288. line-height: 30rpx;
  289. text-align: left;
  290. font-style: normal;
  291. width: 300rpx;
  292. height: 72rpx;
  293. }
  294. .weight {
  295. font-family: SFPro, SFPro;
  296. font-weight: 400;
  297. font-size: 20rpx;
  298. color: #888888;
  299. line-height: 24rpx;
  300. text-align: left;
  301. font-style: normal;
  302. margin-left: 12rpx;
  303. }
  304. .shopname {
  305. font-family: PingFangSC, PingFang SC;
  306. font-weight: 400;
  307. font-size: 20rpx;
  308. color: #666666;
  309. line-height: 28rpx;
  310. text-align: left;
  311. font-style: normal;
  312. }
  313. .money {
  314. font-family: HarmonyOS_Sans_Medium;
  315. font-size: 28rpx;
  316. color: #F83224;
  317. line-height: 38rpx;
  318. text-align: right;
  319. font-style: normal;
  320. }
  321. .biaoqian {
  322. height: 28rpx;
  323. border-radius: 6rpx;
  324. padding: 6rpx;
  325. margin-left: 8rpx;
  326. font-family: PingFangSC, PingFang SC;
  327. font-weight: 400;
  328. font-size: 20rpx;
  329. color: #FFFFFF;
  330. line-height: 28rpx;
  331. text-align: center;
  332. }
  333. .tag {
  334. // height: 28rpx;
  335. border-radius: 14rpx 14rpx 14rpx 0rpx;
  336. border: 1rpx solid #FFFFFF;
  337. padding: 6rpx;
  338. text-align: center;
  339. font-family: PingFangSC, PingFang SC;
  340. font-weight: 400;
  341. font-size: 20rpx;
  342. color: #FFFFFF;
  343. line-height: 28rpx;
  344. text-align: center;
  345. font-style: normal;
  346. box-sizing: border-box;
  347. // margin-left: -15rpx;
  348. }
  349. .bigbox {
  350. width: 340rpx;
  351. // height: 468rpx;
  352. background: #FFFFFF;
  353. border-radius: 12rpx;
  354. border: 2rpx solid #FFFFFF;
  355. margin-bottom: 22rpx;
  356. padding: 18rpx 20rpx;
  357. box-sizing: border-box;
  358. }
  359. .smallbox {
  360. width: 340rpx;
  361. height: 226rpx;
  362. background: #FFFFFF;
  363. border-radius: 12rpx;
  364. border: 2rpx solid #FFFFFF;
  365. margin-bottom: 22rpx;
  366. padding: 18rpx 20rpx;
  367. box-sizing: border-box;
  368. }
  369. .shopback {
  370. width: 750rpx;
  371. min-height: 1216rpx;
  372. background: #F4F4F4;
  373. border-radius: 28rpx 28rpx 0rpx 0rpx;
  374. padding: 26rpx 24rpx;
  375. box-sizing: border-box;
  376. }
  377. .fenlei {
  378. font-family: PingFangSC, PingFang SC;
  379. font-weight: 400;
  380. font-size: 28rpx;
  381. color: #222222;
  382. line-height: 40rpx;
  383. text-align: right;
  384. font-style: normal;
  385. margin-left: 8rpx;
  386. }
  387. .search {
  388. width: 702rpx;
  389. height: 68rpx;
  390. background: #FFFFFF;
  391. border-radius: 34rpx;
  392. padding: 6rpx 6rpx 6rpx 36rpx;
  393. display: flex;
  394. align-items: center;
  395. justify-content: space-between;
  396. box-sizing: border-box;
  397. .right {
  398. width: 100rpx;
  399. height: 56rpx;
  400. background: #ED0909;
  401. border-radius: 28rpx;
  402. font-family: PingFangSC, PingFang SC;
  403. font-weight: 400;
  404. font-size: 26rpx;
  405. color: #FFFFFF;
  406. line-height: 56rpx;
  407. text-align: center;
  408. }
  409. }
  410. .border {
  411. width: 2rpx;
  412. height: 24rpx;
  413. border: 2rpx solid #979797;
  414. opacity: 0.2;
  415. background-color: #979797;
  416. }
  417. // ::v-deep .u-navbar__content.data-v-1194bf80 {
  418. // background-color: rgba(0, 0, 0, 0) !important;
  419. // }
  420. // ::v-deep .u-status-bar.data-v-13f16680 {
  421. // background-color: rgba(0, 0, 0, 0) !important;
  422. // }
  423. ::v-deep .u-subsection--button.data-v-b14d3440 {
  424. /* padding: 6rpx 34rpx !important; */
  425. border-radius: 64rpx !important;
  426. }
  427. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  428. border-radius: 32rpx !important;
  429. }
  430. </style>