index.vue 12 KB

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