shop.vue 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. <template>
  2. <view class="content">
  3. <u-navbar title=" " height="44px" :bgColor="bgColor" :placeholder="true">
  4. <view class="navbar_left hflex acenter" @click="changeCity" slot="left">
  5. <view class="city">{{city}}</view>
  6. <u-icon name="arrow-down-fill" color="#000" size="10"></u-icon>
  7. </view>
  8. </u-navbar>
  9. <view class="search">
  10. <u-input v-model="serach_value" type="text" :border="true" placeholder="热搜榜单" shape="circle"
  11. prefixIcon="search" prefixIconStyle="font-size: 22px;color: #909399" @focus="search">
  12. <template slot="suffix">
  13. <view @click="search">搜索</view>
  14. </template>
  15. </u-input>
  16. </view>
  17. <view class="swiper">
  18. <u-swiper :indicator="true" indicatorActiveColor="#506dff" height="160" :list="bannerList" radius="20rpx" @click="toBanner"></u-swiper>
  19. </view>
  20. <view class="grid">
  21. <u-grid :border="false" @click="clickBase" col="4">
  22. <u-grid-item v-for="(baseListItem,baseListIndex) in baseList" :key="baseListIndex">
  23. <image :src="baseListItem.cover" mode="aspectFill" class="grid_icon"></image>
  24. <text class="grid_text">{{baseListItem.name}}</text>
  25. </u-grid-item>
  26. </u-grid>
  27. </view>
  28. <view class="list hflex acenter fwrap">
  29. <block v-for="(item,index) in pageList" :key="index">
  30. <view class="list_item" @click="toDetail(item.id)">
  31. <image :src="item.img" mode="aspectFill" class="item_img"></image>
  32. <view style="box-sizing: border-box;padding: 12rpx 10rpx 0;">
  33. <view class="item_name">{{item.name}}</view>
  34. <view class="hflex acenter " style="padding-top: 12rpx;">
  35. <view class="item_type">{{item.material}}</view>
  36. <view class="item_type">{{item.parts}}</view>
  37. </view>
  38. <view class="item_price">¥{{item.price}}</view>
  39. </view>
  40. </view>
  41. </block>
  42. </view>
  43. <view class="suspension">
  44. <view @click="toCart" class="img_box">
  45. <u-badge numberType="overflow" max="99" :value="cart_num"></u-badge>
  46. <image src="/static/images/shop/cart.png" class="susp_icon"></image>
  47. </view>
  48. <view @click="toCenter">
  49. <image src="/static/images/shop/center.png" class="susp_icon"></image>
  50. </view>
  51. </view>
  52. </view>
  53. </template>
  54. <script>
  55. import $api from '@/static/js/api.js'
  56. var that = ''
  57. export default {
  58. data() {
  59. return {
  60. cart_num: 12,
  61. bgColor: 'rgb(255,255,255,0)',
  62. city: '北京市',
  63. serach_value: '',
  64. bannerList: [
  65. "/static/images/index/class_img1.png",
  66. "/static/images/index/class_img1.png"
  67. ],
  68. baseList: [],
  69. pageList: [
  70. {
  71. id: 1,
  72. img: '/static/images/index/class_img4.png',
  73. name: '王思聪同款王思聪同款豪华游艇大型钓鱼船户外海上滑梯水豪华游艇大型钓鱼船户外海上滑梯水',
  74. material: '玻璃钢',
  75. parts: '氧气罐',
  76. price: '9928.00',
  77. },
  78. {
  79. id: 1,
  80. img: '/static/images/index/class_img4.png',
  81. name: '王思聪同款王思聪同款豪华游艇大型钓鱼船户外海上滑梯水豪华游艇大型钓鱼船户外海上滑梯水',
  82. material: '玻璃钢',
  83. parts: '氧气罐',
  84. price: '9928.00',
  85. },
  86. {
  87. id: 1,
  88. img: '/static/images/index/class_img4.png',
  89. name: '王思聪同款王思聪同款豪华游艇大型钓鱼船户外海上滑梯水豪华游艇大型钓鱼船户外海上滑梯水',
  90. material: '玻璃钢',
  91. parts: '氧气罐',
  92. price: '9928.00',
  93. },
  94. {
  95. id: 1,
  96. img: '/static/images/index/class_img4.png',
  97. name: '王思聪同款王思聪同款豪华游艇大型钓鱼船户外海上滑梯水豪华游艇大型钓鱼船户外海上滑梯水',
  98. material: '玻璃钢',
  99. parts: '氧气罐',
  100. price: '9928.00',
  101. },
  102. {
  103. id: 1,
  104. img: '/static/images/index/class_img4.png',
  105. name: '王思聪同款王思聪同款豪华游艇大型钓鱼船户外海上滑梯水豪华游艇大型钓鱼船户外海上滑梯水',
  106. material: '玻璃钢',
  107. parts: '氧气罐',
  108. price: '9928.00',
  109. },
  110. {
  111. id: 1,
  112. img: '/static/images/index/class_img4.png',
  113. name: '王思聪同款王思聪同款豪华游艇大型钓鱼船户外海上滑梯水豪华游艇大型钓鱼船户外海上滑梯水',
  114. material: '玻璃钢',
  115. parts: '氧气罐',
  116. price: '9928.00',
  117. },
  118. ]
  119. }
  120. },
  121. onLoad() {
  122. that = this
  123. var city = uni.getStorageSync('city')
  124. if(city) {
  125. that.city = city
  126. }
  127. that.getCate()
  128. },
  129. onPageScroll(e) {
  130. if(e.scrollTop != 0) {
  131. that.bgColor = "#fff"
  132. } else {
  133. that.bgColor = 'rgba(255,255,255,0)'
  134. }
  135. },
  136. methods: {
  137. // 获取分类数据
  138. getCate() {
  139. $api.req({
  140. url: '/data/api.Goods/getCate'
  141. }, function(res) {
  142. if(res.code == 1) {
  143. console.log('分类接口',res);
  144. that.baseList = res.data
  145. }
  146. })
  147. },
  148. // banner图跳转
  149. toBanner() {
  150. },
  151. // 点击base
  152. clickBase(e) {
  153. var url = '/page_shop/pages/base/base?name='+ that.baseList[e].name + '&data=' + JSON.stringify(that.baseList[e].sub)
  154. $api.jump(url)
  155. },
  156. // 商品详情
  157. toDetail(id) {
  158. $api.jump('/page_shop/pages/good/detail?id=' + id)
  159. },
  160. // 去购物车
  161. toCart() {
  162. $api.jump('/page_shop/pages/mine/cart')
  163. },
  164. // 去个人中心
  165. toCenter() {
  166. $api.jump('/page_shop/pages/mine/mine')
  167. },
  168. search() {
  169. $api.jump('/page_shop/pages/mine/search')
  170. }
  171. },
  172. }
  173. </script>
  174. <style lang="scss" scoped>
  175. .content::v-deep {
  176. background: url('/static/images/shop/shop_bg.png') #F5F5F5 no-repeat;
  177. background-size: 100%;
  178. padding: 0 30rpx;
  179. position: relative;
  180. .navbar_left {
  181. .city {
  182. color: #222222;
  183. font-size: 32rpx;
  184. margin-right: 16rpx;
  185. }
  186. }
  187. .search {
  188. // background: #fff;
  189. width: 100%;
  190. height: 88rpx;
  191. box-sizing: border-box;
  192. padding: 12rpx 0;
  193. .u-input {
  194. background-color: #fff;
  195. height: 64rpx;
  196. padding: 0 0 0 18rpx !important;
  197. border: 1rpx solid #506Dff;
  198. margin-bottom: 12rpx;
  199. }
  200. .u-input__content__subfix-icon {
  201. width: 128rpx;
  202. height: 64rpx;
  203. background-color: #506Dff;
  204. border-radius: 32rpx;
  205. color: #fff;
  206. font-size: 28rpx;
  207. text-align: center;
  208. line-height: 64rpx;
  209. }
  210. }
  211. .swiper {
  212. width: 100%;
  213. margin-top: 20rpx;
  214. height: 320rpx;
  215. }
  216. .grid {
  217. background: #FFFFFF;
  218. border-radius: 10px;
  219. width: 100%;
  220. box-sizing: border-box;
  221. padding: 14rpx 40rpx;
  222. .u-grid-item {
  223. margin: 14rpx 0;
  224. }
  225. .grid_icon {
  226. width: 76rpx;
  227. height: 76rpx;
  228. border-radius: 12rpx;
  229. }
  230. .grid_text {
  231. font-size: 24rpx;
  232. font-weight: 400;
  233. color: #222222;
  234. line-height: 34rpx;
  235. padding-top: 12rpx;
  236. }
  237. }
  238. .list {
  239. width: 100%;
  240. margin-top: 20rpx;
  241. .list_item {
  242. width: 334rpx;
  243. background: #FFFFFF;
  244. border-radius: 20rpx;
  245. box-sizing: border-box;
  246. padding: 0 0 22rpx;
  247. margin: 0 22rpx 20rpx 0;
  248. .item_img {
  249. width: 334rpx;
  250. height: 280rpx;
  251. border-radius: 20rpx 20rpx 0px 0px;
  252. }
  253. .item_name {
  254. width: 100%;
  255. text-overflow: ellipsis;
  256. overflow: hidden;
  257. display: -webkit-box;
  258. -webkit-box-orient: vertical;
  259. box-orient: vertical;
  260. line-clamp: 2;
  261. -webkit-line-clamp: 2;
  262. font-size: 28rpx;
  263. font-weight: 400;
  264. color: #222222;
  265. line-height: 40rpx;
  266. }
  267. .item_type {
  268. height: 28rpx;
  269. background: #F5F5F5;
  270. border-radius: 4rpx;
  271. font-size: 20rpx;
  272. font-weight: 400;
  273. color: #999999;
  274. line-height: 28rpx;
  275. padding: 0 14rpx;
  276. margin-right: 12rpx;
  277. }
  278. .item_price {
  279. padding-top: 12rpx;
  280. font-size: 28rpx;
  281. font-weight: bold;
  282. color: #FF4747;
  283. line-height: 32rpx;
  284. }
  285. }
  286. .list_item:nth-child(2n+2) {
  287. margin: 0 0 20rpx;
  288. }
  289. }
  290. .suspension {
  291. position: fixed;
  292. bottom: 22rpx;
  293. right: 14rpx;
  294. .susp_icon {
  295. width: 132rpx;
  296. height: 132rpx;
  297. margin-top: 8rpx;
  298. }
  299. .img_box {
  300. position: relative;
  301. .u-badge {
  302. position: absolute;
  303. right: 16rpx;
  304. top: 18rpx;
  305. font-size: 20rpx !important;
  306. font-weight: 400;
  307. color: #FFFFFF !important;
  308. line-height: 24rpx !important;
  309. width: 28rpx;
  310. height: 28rpx;
  311. background: #FF4747;
  312. box-shadow: 0px 4rpx 8rpx 0px rgba(255,71,71,0.4);
  313. }
  314. }
  315. }
  316. }
  317. </style>