index.vue 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  1. <template>
  2. <view class="content">
  3. <nav-bar :navIndex="0"></nav-bar>
  4. <view class="swiper">
  5. <swiper
  6. indicator-dots
  7. indicator-active-color="#FFFFFF"
  8. circular
  9. autoplay
  10. >
  11. <swiper-item
  12. v-for="item in rotation"
  13. >
  14. <image class="swiper-img" :src="item.cover"></image>
  15. </swiper-item>
  16. </swiper>
  17. </view>
  18. <view @click="navTaps" v-if="status!=''">
  19. <wyb-noticeBar :text=array :wdithFix="630" />
  20. </view>
  21. <view class="titles" v-if="goodsList!=''">
  22. <view class="lines"></view>
  23. <view class="views">深度洗护</view>
  24. <view class="lines" style="margin-left: 20rpx;"></view>
  25. </view>
  26. <view class="title-texts" v-if="goodsList!=''">5双及以上,工作人员将上门取货</view>
  27. <view class="content-s" v-for="(item,index) in goodsList" >
  28. <view class="cate-goods">
  29. <view class="sort-goods">
  30. <scroll-view class="uni-swiper-tab" scroll-x>
  31. <view class="shop-lists" v-for="(items,indexs) in item.list" @click="shopNavTaps(item,indexs,index)">
  32. <view class="name" :class="indexs==items.sortIndex?'nameStyles':''">{{items.title}}</view>
  33. <view class="icons" v-if="indexs==shopIndex">
  34. <img src="/static/index/index_icons.png" alt="">
  35. </view>
  36. </view>
  37. </scroll-view>
  38. </view>
  39. <view class="cate-content">
  40. <view class="goods-top">
  41. <view class="images">
  42. <image :src="item.list[item.indexs].logo"></image>
  43. </view>
  44. <view class="rights">
  45. <view class="name">{{item.list[item.indexs].title}}</view>
  46. <view class="box-list">
  47. <view class="boxs" @click="boxTaps(indexs,index,item)"
  48. :class="indexs==items.checkIndex?'nameStyle':''"
  49. v-for="(items,indexs) in item.list[item.indexs].ladder_set">
  50. {{items.title}}
  51. </view>
  52. </view>
  53. <view class="price"><size>¥</size>
  54. {{item.list[item.indexs].ladder_set[item.checkIndexs].price}}
  55. </view>
  56. </view>
  57. </view>
  58. <view class="image-photo">
  59. <view class="title">照片</view>
  60. <view class="image">
  61. <view class="image-lists" v-for="(itemss,indexss) in goodsList[index].imageList" :key="indexss">
  62. <view class="img-width" v-if="itemss==''" @click="upLoadImg(index,indexss)">
  63. <view class="photo-img">
  64. <image src="../../static/index/photo-icon.png"></image>
  65. </view>
  66. </view>
  67. <view v-else>
  68. <view class="imgeLists">
  69. <view class="close" @click="close(index,indexss)">
  70. <image src="/static/index/close.png"></image>
  71. </view>
  72. <image :src="itemss"></image>
  73. </view>
  74. </view>
  75. </view>
  76. </view>
  77. </view>
  78. <view class="image-photo">
  79. <view class="title">备注信息</view>
  80. <textarea v-model="item.remark" class="textarea" placeholder="备注信息…"></textarea>
  81. </view>
  82. </view>
  83. </view>
  84. </view>
  85. <view class="add-cate" @click="addGoodsCate" v-if="goodsList!=''">
  86. <view class="add-icon">
  87. <image src="/static/index/add-icon.png" alt=""></image>
  88. <view class="names">再加一双</view>
  89. </view>
  90. </view>
  91. <view class="titles" v-if="shopInfo!=''">
  92. <view class="lines"></view>
  93. <view class="views">店铺信息</view>
  94. <view class="lines" style="margin-left: 20rpx;"></view>
  95. </view>
  96. <view class="index-bottoms">
  97. <view class="shop-banner">
  98. <img :src="shopInfo.app_logo" alt="">
  99. </view>
  100. <view class="shop-detail" v-if="shopInfo!=''">
  101. <view class="views">
  102. <view class="shop-icons">
  103. <img src="/static/index/phone-icon.png" alt="">
  104. </view>
  105. <view class="texts">{{shopInfo.service_phone}}</view>
  106. </view>
  107. <view class="views">
  108. <view class="shop-icons">
  109. <img src="/static/index/eimail-icon.png" alt="">
  110. </view>
  111. <view class="texts">{{shopInfo.service_email}}</view>
  112. </view>
  113. <view class="views">
  114. <view class="shop-icons">
  115. <img src="/static/index/address-icon.png" alt="">
  116. </view>
  117. <view class="texts">{{shopInfo.app_address}}</view>
  118. </view>
  119. </view>
  120. </view>
  121. <view class="bottom-s" v-if="goodsList!=''">
  122. <view class="shopping">
  123. <img src="../../static/index/shopping-icon.png">
  124. <text>{{goodsList.length}}</text>
  125. </view>
  126. <view class="money">¥{{shoppingPrice}}</view>
  127. <view class="buttons" @click="submits">去结算</view>
  128. </view>
  129. </view>
  130. </template>
  131. <script>
  132. import __config from 'config/env';
  133. import api from 'utils/api'
  134. import wybNoticeBar from '@/components/wyb-noticeBar/wyb-noticeBar.vue'
  135. import navBar from '@/components/nav-bar/nav-bar.vue'
  136. export default {
  137. components:{wybNoticeBar,navBar},
  138. data() {
  139. return {
  140. status:'',
  141. cateIndex:0,
  142. list: [{
  143. iconPath: "home",
  144. selectedIconPath: "home-fill",
  145. text: '首页',
  146. count: 2,
  147. isDot: true,
  148. customIcon: false,
  149. },
  150. {
  151. iconPath: "account",
  152. selectedIconPath: "account-fill",
  153. text: '我的',
  154. count: 23,
  155. isDot: false,
  156. customIcon: false,
  157. },
  158. ],
  159. current: 0,
  160. texts:{
  161. },
  162. shopIndex:0,
  163. goodsList:[],
  164. shopInfo:'',
  165. indexNav:0,
  166. array:[''],
  167. title: 'Hello',
  168. template:'',//添加默认模板
  169. rotation: [
  170. ],
  171. shoppingCart:'',
  172. shoppingPrice:'',
  173. }
  174. },
  175. onLoad() {
  176. uni.showLoading({
  177. title:"正在加载",
  178. })
  179. this.getBanner();
  180. this.getShopSet();
  181. this.getGoodsSort();
  182. this.sysConfig();
  183. },
  184. methods: {
  185. navTaps(){
  186. uni.navigateTo({
  187. url:"/pages/indexNotice/index"
  188. })
  189. },
  190. sysConfig(){
  191. api.getSysConfig({"search_name":"notice_title"}).then((res)=>{
  192. if(res.code==1){
  193. this.array[0]=res.data.notice_title;
  194. this.status=res.data
  195. }
  196. })
  197. },
  198. submits(){
  199. for(let i=0;i<this.goodsList.length;i++){
  200. for(let j=0;j<this.goodsList[i].imageList.length;j++){
  201. this.goodsList[i].imageLiss=this.goodsList[i].imageList;
  202. this.goodsList[i].imageLiss = this.goodsList[i].imageLiss.filter((item) => {
  203. return item != ''
  204. })
  205. }
  206. }
  207. uni.navigateTo({
  208. url:"/pages/shopesOrder/index?price="+this.shoppingPrice
  209. })
  210. uni.setStorageSync("goodsList",JSON.stringify(this.goodsList))
  211. },
  212. fomatFloat(num){
  213. var result = parseFloat(num);
  214. if (isNaN(result)) {
  215. alert('传递参数错误,请检查!');
  216. return false;
  217. }
  218. result = Math.round(num * 100) / 100;
  219. return result;
  220. },
  221. //计算商品的价格
  222. getUserPrice(){
  223. let count=this.shoppingPrice;
  224. let price=0;
  225. for(let i=0;i<this.goodsList.length;i++){
  226. price+=(this.fomatFloat(this.goodsList[i].price))
  227. }
  228. price=price.toFixed(2)
  229. this.shoppingPrice=price
  230. },
  231. close(indexs,index){
  232. this.$set(this.goodsList[indexs].imageList,index,'')
  233. },
  234. upLoadImg(indexs,index){
  235. let that=this;
  236. let _url = __config.basePath + '/api/upload/upload'
  237. uni.chooseImage({
  238. success: (chooseImageRes) => {
  239. const tempFilePaths = chooseImageRes.tempFilePaths;
  240. uni.uploadFile({
  241. url: _url,
  242. filePath: tempFilePaths[0],
  243. file: tempFilePaths[0],
  244. name: 'file',
  245. success: (res) => {
  246. let _res=JSON.parse(res.data)
  247. if(_res.code==1){
  248. that.goodsList[indexs].imageList[index]=_res.data;
  249. that.$set(that.goodsList[indexs].imageList,index,_res.data)
  250. // item.imageList[index]=_res.data
  251. console.error(that.goodsList)
  252. }
  253. }
  254. });
  255. }
  256. });
  257. },
  258. addGoodsCate(){
  259. let temp=JSON.parse(JSON.stringify(this.template))
  260. this.goodsList.push(temp)
  261. setTimeout(()=>{
  262. this.getUserPrice()
  263. },50)
  264. },
  265. //标签切换
  266. boxTaps(index,index_s,item){
  267. let indexs=item.indexs;
  268. for(let j=0;j<this.goodsList[index_s].list[indexs].ladder_set.length;j++){
  269. this.goodsList[index_s].list[indexs].ladder_set[j].checkIndex=index
  270. this.goodsList[index_s].checkIndexs=index
  271. }
  272. this.goodsList[index_s].price=this.goodsList[index_s].list[indexs].ladder_set[index].price
  273. setTimeout(()=>{
  274. this.getUserPrice()
  275. },50)
  276. },
  277. //分类切换
  278. shopNavTaps(item,index,indexs){
  279. this.shopIndex=index;
  280. for(let j=0;j<this.goodsList.length;j++){
  281. if(item.list[j]){
  282. item.list[j].sortIndex=index
  283. }
  284. item.checkIndexs=0
  285. item.indexs=index
  286. }
  287. for(let i=0;i<item.list[index].ladder_set.length;i++){
  288. item.list[index].ladder_set[i].checkIndex=0
  289. }
  290. this.goodsList[indexs].price=item.list[index].ladder_set[0].price
  291. setTimeout(()=>{
  292. this.getUserPrice()
  293. },50)
  294. },
  295. //获取商品分类
  296. getGoodsSort(){
  297. api.getWashCate().then((res)=>{
  298. if(res.code==1){
  299. res.data.imageList=[[],[],[],[]]
  300. res.data.img=[]
  301. res.data.img1=[]
  302. res.data.remark="";
  303. // res.data.index=0;
  304. res.data.indexs=0;
  305. res.data.checkIndexs=0; //价格区分
  306. let list=res.data.list;
  307. res.data.price=res.data.list[0].ladder_set[0].price;
  308. console.error()
  309. for(let i=0;i<list.length;i++){
  310. list[i].sortIndex=0
  311. for(let j=0;j<list[i].ladder_set.length;j++){
  312. list[i].ladder_set[j].checkIndex=0
  313. }
  314. }
  315. this.shoppingPrice=res.data.list[0].ladder_set[0].price;
  316. console.error(this.shoppingPrice)
  317. this.template=JSON.parse(JSON.stringify(res.data))
  318. this.goodsList.push(res.data);
  319. }
  320. })
  321. },
  322. //获取店铺设置
  323. getShopSet(){
  324. api.getShopSet().then((res)=>{
  325. if(res.code==1){
  326. this.shopInfo=res.data
  327. }
  328. })
  329. },
  330. //获取首页轮播图
  331. getBanner(){
  332. api.getBanner({"num":5}).then((res)=>{
  333. if(res.code==1){
  334. this.rotation=res.data.list
  335. }
  336. })
  337. }
  338. }
  339. }
  340. </script>
  341. <style lang="scss">
  342. .imgeLists{
  343. position: relative;
  344. .close{
  345. position: absolute;
  346. right: -7rpx;
  347. top: -7rpx;
  348. image{
  349. width: 40rpx;
  350. height: 40rpx;
  351. }
  352. }
  353. image{
  354. width: 130rpx;
  355. height: 130rpx;
  356. border-radius: 8rpx;
  357. margin-right: 16rpx;
  358. }
  359. }
  360. .photo-img{
  361. image{
  362. width: 36rpx;
  363. height: 36rpx;
  364. }
  365. }
  366. .add-cate{
  367. height: 72rpx;
  368. background: #222222;
  369. box-shadow: 0px 4rpx 40rpx 0px rgba(142,142,142,0.07);
  370. border-radius: 16rpx;
  371. width: 690rpx;
  372. margin: 20rpx auto;
  373. line-height: 72rpx;
  374. .names{
  375. color: #fff;
  376. font-size: 28rpx;
  377. text-align: center;
  378. }
  379. .add-icon{
  380. display: flex;
  381. justify-content: center;
  382. image{
  383. width: 32rpx;
  384. height: 32rpx;
  385. margin: 20rpx 20rpx 0 0;
  386. }
  387. }
  388. }
  389. .nameStyle{
  390. color: #fff!important;
  391. background-color: #222222!important;
  392. }
  393. .shop-lists{
  394. position: relative;
  395. margin-left: 25rpx;
  396. // width: 150rpx;
  397. display: inline-block;
  398. padding: 0;
  399. .name{
  400. color: #eee;
  401. font-size: 28rpx;
  402. }
  403. .nameStyles{
  404. color: #fff;
  405. font-size: 28rpx;
  406. font-weight: 600;
  407. }
  408. .icons{
  409. margin-top: 20rpx;
  410. text-align: center;
  411. position: absolute;
  412. top: 0rpx;
  413. left: 50%;
  414. margin-left:-15rpx;
  415. img{
  416. width: 20rpx;
  417. height: 8rpx;
  418. }
  419. }
  420. }
  421. .uni-swiper-tab{
  422. white-space: nowrap;
  423. }
  424. .bottom-s{
  425. width: 100%;
  426. height: 88rpx;
  427. position: fixed;
  428. bottom: 150rpx;
  429. background: #fff;
  430. display: flex;
  431. padding: 0 30rpx;
  432. line-height: 88rpx;
  433. font-weight: 600;
  434. justify-content: space-between;
  435. .buttons{
  436. width: 160rpx;
  437. height: 52rpx;
  438. line-height: 52rpx;
  439. background: #222222;
  440. color: #fff;
  441. font-size: 28rpx;
  442. border-radius: 30rpx;
  443. text-align: center;
  444. margin-right: 70rpx;
  445. margin-top: 20rpx;
  446. }
  447. .money{
  448. color: #FE022B;
  449. margin-left: 25rpx;
  450. font-size: 32rpx;
  451. flex: 1;
  452. }
  453. .shopping{
  454. position: relative;
  455. width: 80rpx;
  456. text{
  457. position: absolute;
  458. width: 28rpx;
  459. // padding: 0 8rpx;
  460. height: 28rpx;
  461. background: #FE022B;
  462. border: 1rpx solid #FFFFFF;
  463. border-radius: 50%;
  464. font-size: 20rpx;
  465. text-align: center;
  466. color: #fff;
  467. line-height: 28rpx;
  468. right: 0;
  469. margin-top: -5rpx;
  470. // margin-left: 30rpx;
  471. }
  472. img{
  473. width: 72rpx;
  474. height: 72rpx;
  475. }
  476. }
  477. }
  478. .index-bottoms{
  479. margin-top: 15rpx;
  480. padding:0 30rpx;
  481. .shop-detail{
  482. padding-bottom: 260rpx;
  483. margin-bottom: 100rpx;
  484. .views{
  485. margin-bottom: 10rpx;
  486. display: flex;
  487. line-height: 30rpx;
  488. .texts{
  489. color: #222;
  490. font-size: 20rpx;
  491. margin-left: 10rpx;
  492. }
  493. .shop-icons{
  494. img{
  495. width: 24rpx;
  496. height: 24rpx;
  497. }
  498. }
  499. }
  500. }
  501. .shop-banner{
  502. img{
  503. width: 688rpx;
  504. height: 284rpx;
  505. border-radius: 16rpx;
  506. }
  507. }
  508. }
  509. .title-texts{
  510. color: #222;
  511. font-size: 20rpx;
  512. text-align: center;
  513. margin-top: 10rpx;
  514. }
  515. .titles{
  516. text-align: center;
  517. display: flex;
  518. justify-content: center;
  519. margin-top: 35rpx;
  520. .lines{
  521. width: 18rpx;
  522. height: 4rpx;
  523. background: #000000;
  524. border-radius: 4rpx;
  525. margin: 18rpx 20rpx 0 0;
  526. }
  527. .views{
  528. font-size: 28rpx;
  529. color: #222;
  530. }
  531. }
  532. .content-s{
  533. .cate-goods{
  534. .sort-goods{
  535. width: 690rpx;
  536. height: 80rpx;
  537. background: #222222;
  538. border-radius: 16rpx 16rpx 0px 0px;
  539. line-height: 80rpx;
  540. display: flex;
  541. margin: 30rpx auto 0 auto;
  542. }
  543. .cate-content{
  544. margin:0 auto 50rpx auto;
  545. width: 630rpx;
  546. background: #FFFFFF;
  547. box-shadow: 0px 4rpx 12rpx 0px rgba(231,231,231,0.41);
  548. border-radius: 16rpx;
  549. padding: 30rpx;
  550. .image-photo{
  551. margin-top: 20rpx;
  552. .textarea{
  553. width: 600rpx;
  554. height: 126rpx;
  555. background: #F7F7F9;
  556. border-radius: 16rpx;
  557. margin-top: 20rpx;
  558. font-size: 24rpx;
  559. padding: 10rpx 20rpx;
  560. }
  561. .title{
  562. font-size: 24rpx;
  563. color: #555;
  564. }
  565. .image{
  566. display: flex;
  567. .image-lists{
  568. margin-top: 20rpx;
  569. .img-width{
  570. width: 130rpx;
  571. height: 130rpx;
  572. background: #F7F7F9;
  573. border-radius: 8rpx;
  574. margin-right: 16rpx;
  575. display: flex;
  576. justify-content: center;
  577. align-items: center;
  578. }
  579. }
  580. }
  581. }
  582. .goods-top{
  583. display: flex;
  584. .box-list{
  585. display: flex;
  586. flex-wrap: wrap;
  587. .boxs{
  588. padding: 3rpx 20rpx;
  589. height: 32rpx;
  590. font-size: 20rpx;
  591. color:#555555;
  592. line-height: 32rpx;
  593. margin-right: 16rpx;
  594. background: #EEEEEE;
  595. border-radius: 8rpx;
  596. }
  597. }
  598. .rights{
  599. .price{
  600. color: #FE022B;
  601. font-size: 28rpx;
  602. margin-top: 24rpx;
  603. size{
  604. font-size: 20rpx;
  605. }
  606. }
  607. margin-left: 30rpx;
  608. .name{
  609. color: #555;
  610. font-size: 24rpx;
  611. margin: 12rpx 0 14rpx 0;
  612. }
  613. }
  614. .images{
  615. image{
  616. width: 160rpx;
  617. height: 160rpx;
  618. }
  619. }
  620. }
  621. }
  622. }
  623. }
  624. .contents{
  625. }
  626. swiper{
  627. height: 1334rpx;
  628. }
  629. .swiper{
  630. margin: 12rpx auto;
  631. text-align: center;
  632. }
  633. .swiper-img{
  634. width: 684rpx;
  635. height: 1334rpx;
  636. text-align: center;
  637. border-radius: 16rpx;
  638. }
  639. </style>