list.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  1. <template>
  2. <view>
  3. <!-- 第一种样式 人员管理-->
  4. <block v-if="datainfo.length>0">
  5. <!-- 报修管理 步骤条-->
  6. <block v-if="type=='warranty'">
  7. <!-- @click.stop="getDetail(ite.repairId)" -->
  8. <view class="bxlists" v-for="(ite,idx) in datainfo" :key="ite.repairId" >
  9. <view class="bxtop">
  10. <swiper v-if="ite.repairImages" class="swiper" circular :indicator-color="incolorh" :indicator-active-color="activecolorh" :indicator-dots="indicatorDotsh" :autoplay="autoplay">
  11. <swiper-item v-for="(aite,aidx) in ite.repairImages" :key="aidx">
  12. <image :src="baseUrl+aite" @click="getPreviewImage(ite.repairImages,aidx)"></image>
  13. </swiper-item>
  14. </swiper>
  15. <view class="toptit mb10">{{ite.repairDetails}}</view>
  16. <view class="walist"><view class="tit">项目</view>:{{kaType(ite.maintenanceCategory,bxlbList)}}</view>
  17. <view class="walist"><view class="tit">报修门户</view>:{{ite.houseAddress}}</view>
  18. <view class="flexcw">
  19. <view class="walist"><view class="tit">报修时间</view>:{{ite.repairTime}}</view>
  20. <!-- <view class="walist" v-if="ite.type==3"><view class="tit" >完成时间</view>:{{ite.completionTime}}</view> -->
  21. <view class="btns">
  22. <view class="btn btna" v-if="checkPermi(['wuYe:repair:remove'])&&ite.repairStatus<2" @click.stop="getDelFn(ite.repairId)">删除</view>
  23. </view>
  24. </view>
  25. </view>
  26. <view class="bxsteps">
  27. <uni-collapse ref="collapse">
  28. <uni-collapse-item title-border="none">
  29. <template v-slot:title>
  30. <view class="chtop flexc" >
  31. <view class="line"></view>
  32. <view>流程记录</view>
  33. <view class="flex1"></view>
  34. <!-- <image :src="upimg" class="upimg"></image> -->
  35. </view>
  36. </template>
  37. <view class="hfstep">
  38. <view class="hfslist flex" v-if="ite.repairStatus>3">
  39. <view class="limg flexccc">
  40. <image :src="cira" class="imga"></image>
  41. </view>
  42. <view class="flex1">
  43. <view class="hfstit co01">已完成 <text>{{ite.completionTime}}</text></view>
  44. <view class="hfstxt">【{{ite.staffName}} {{ite.staffPhone}}】已完成报修业务</view>
  45. <view class="hfimgs flexcw" v-if="ite.completionPhoto&&ite.completionPhoto.length">
  46. <image :src="baseUrl+aite" @click="getPreviewImage(ite.completionPhoto,aidx)" v-for="(aite,aidx) in ite.completionPhoto" :key="aidx"></image>
  47. </view>
  48. </view>
  49. </view>
  50. <view class="hfslist flex" v-if="ite.repairStatus>2">
  51. <view class="limg flexccc">
  52. <image :src="cira" class="imga" v-if="ite.repairStatus==3"></image>
  53. <image :src="cirb" class="imgb" v-else></image>
  54. </view>
  55. <view class="flex1">
  56. <view class="hfstit">处理中 <text>{{ite.visitTime}}</text></view>
  57. <view class="hfstxt">【{{ite.staffName}} {{ite.staffPhone}}】已上门处理中</view>
  58. <view class="hfimgs flexcw" v-if="ite.visitPhoto&&ite.visitPhoto.length">
  59. <image :src="baseUrl+aite" @click="getPreviewImage(ite.visitPhoto,aidx)" v-for="(aite,aidx) in ite.visitPhoto" :key="aidx"></image>
  60. </view>
  61. </view>
  62. </view>
  63. <view class="hfslist flex" v-if="ite.repairStatus>1">
  64. <view class="limg flexccc">
  65. <image :src="cira" class="imga" v-if="ite.repairStatus==2"></image>
  66. <image :src="cirb" class="imgb" v-else></image>
  67. </view>
  68. <view class="flex1">
  69. <view class="hfstit">待上门 <text>{{ite.assignTime}}</text></view>
  70. <view class="hfstxt">您的报修申请已派于<text @click.stop="getPhoneFn(ite.staffPhone)">【{{ite.staffName}} {{ite.staffPhone}}】</text>处理</view>
  71. </view>
  72. </view>
  73. <view class="hfslist flex" >
  74. <view class="limg flexccc">
  75. <image :src="cira" class="imga" v-if="ite.repairStatus==1"></image>
  76. <image :src="cirb" class="imgb" v-else></image>
  77. </view>
  78. <view class="flex1">
  79. <view class="hfstit">待指派 <text>{{ite.repairTime}}</text></view>
  80. <view class="hfstxt">您的报修申请已提交,请耐心等待</view>
  81. </view>
  82. </view>
  83. </view>
  84. </uni-collapse-item>
  85. </uni-collapse>
  86. </view>
  87. </view>
  88. </block>
  89. <!-- 报修管理 不需要了-->
  90. <block v-if="type=='bxylwarranty'">
  91. <view class="walists" v-for="(ite,idx) in datainfo" :key="idx" @click="getPut(ite.repairId,ite.repairStatus)"
  92. :data-idx="idx"
  93. @touchstart="drawStart" @touchmove="drawMove" @touchend="drawEnd" :style="'right:'+ite.right+'px'"
  94. >
  95. <view class="delleft">
  96. <view class="watop ">
  97. <view class="watit">
  98. <view class="tit">{{ite.repairTitle}}</view>
  99. <view class="txt co01":class="{'co01':ite.repairStatus=='1','coa':ite.repairStatus=='3','co28':ite.repairStatus=='3'}">{{kaType(ite.repairStatus,bxztList)}}</view>
  100. </view>
  101. <!-- <view class="walist"><view class="tit">小区名称</view>:{{ite.communityName}}</view> -->
  102. <view class="walist"><view class="tit">项目</view>:{{kaType(ite.maintenanceCategory,bxlbList)}}</view>
  103. <view class="walist"><view class="tit">报修门户</view>:{{ite.houseAddress}}</view>
  104. <view class="walist"><view class="tit">报修时间</view>:{{ite.repairTime}}</view>
  105. <view class="walist" v-if="ite.type==3"><view class="tit" >完成时间</view>:{{ite.completionTime}}</view>
  106. </view>
  107. <view class="wabtn" @click.stop="getDetail(ite.repairId)">
  108. <view>查看详情</view>
  109. <image :src="rimg"></image>
  110. </view>
  111. </view>
  112. <view class="spdel" v-if="ite.right>0&&checkPermi(['wuYe:repair:remove'])&&ite.repairStatus<4" @click.stop="getDelFn(ite.repairId)">撤销</view>
  113. </view>
  114. </block>
  115. <!-- 访客 -->
  116. <block v-if="type=='visitor'">
  117. <view class="pr mb12" v-for="(ite,idx) in datainfo" :key="idx" @click="getDetail(ite.reservRecordId)" :data-idx="idx"
  118. @touchstart="drawStart" @touchmove="drawMove" @touchend="drawEnd" :style="'right:'+ite.right+'px'">
  119. <view class="vislist pr" style="z-index: 1;margin-bottom: 0;">
  120. <view class="vistop flexc mb12">
  121. <view class="tit flex0">{{ite.name}}</view>
  122. <view class="btns flex0" v-if="ite.isCar=='Y'">驾车</view>
  123. <view class="flex1"></view>
  124. <view class="txt flex0" :class="{'co01':ite.status==1,'coa':ite.status==2,'cof4':ite.status==3,}">{{kaType(ite.status,fkztList)}}</view>
  125. </view>
  126. <view class="vlist flexcw">
  127. <view>来访人数:{{ite.num}}人</view>
  128. <view>来访事由:{{kaType(ite.reason,sylist)}}</view>
  129. <view>车牌号码:{{ite.plateNumber}}</view>
  130. <view>手机号码:{{ite.mobileNumber}}</view>
  131. <view>来访时间:{{ite.visitorTime}}</view>
  132. </view>
  133. </view>
  134. <view class="spdel" v-if="ite.right>0" @click.stop="getDelFn(ite.reservRecordId)">删除</view>
  135. </view>
  136. </block>
  137. <!-- 历史账单 -->
  138. <block v-if="type=='moneybill'">
  139. <view class="carlist peolist" v-for="(ite,idx) in datainfo" :key="idx">
  140. <view class="ctop flexc" style="padding: 26rpx 24rpx 24rpx;">
  141. <image :src="time" class="imgs"></image>
  142. <view class="tit">2024/01 -2024/12</view>
  143. <view class="btn btnbgb" v-if="ite.type==1">已缴费</view>
  144. <view class="btn btnbgc" v-else>未缴费</view>
  145. <view class="flex1"></view>
  146. <view class="txta">1号楼3单元1102</view>
  147. </view>
  148. <view class="clists flexc">
  149. <view class="mlistl">
  150. <view class="mltit">应缴总额 /元</view>
  151. <view class="mltxt">4307.20</view>
  152. </view>
  153. <view class="mlistr">
  154. <view class="clist"><view class="tit">物业费用:</view>3247.20元</view>
  155. <view class="clist"><view class="tit">车位费用:</view>960.00元</view>
  156. <view class="clist"><view class="tit">能耗费用:</view>100.00元</view>
  157. </view>
  158. </view>
  159. </view>
  160. </block>
  161. <view class="shax" v-if="wtdt">{{wtdt}}</view>
  162. </block>
  163. <!-- 无数据 -->
  164. <view class="nodata" v-else>
  165. <image :src="noiconpimg"></image>
  166. <view>
  167. 暂无数据
  168. </view>
  169. </view>
  170. </view>
  171. </template>
  172. <script>
  173. import config from '@/config'
  174. import {selectDictValue} from "@/utils/common.js"
  175. import {checkPermi,checkRole} from "@/utils/permission"; // 权限判断函数
  176. export default{
  177. props:{
  178. datainfo: {
  179. type: Array,
  180. default () {
  181. return []
  182. }
  183. },
  184. wtdt:{
  185. type:String,
  186. default () {
  187. return ''
  188. }
  189. },
  190. type:{
  191. type:String,
  192. default () {
  193. return 0
  194. }
  195. },
  196. bxztList:{
  197. type:Array,
  198. default () {
  199. return []
  200. }
  201. },
  202. fkztList:{
  203. type:Array,
  204. default () {
  205. return []
  206. }
  207. },
  208. bxlbList:{
  209. type:Array,
  210. default () {
  211. return []
  212. }
  213. },
  214. sylist:{
  215. type:Array,
  216. default () {
  217. return []
  218. }
  219. }
  220. },
  221. data(){
  222. return{
  223. noiconpimg:require("@/static/images/nodata.png"),
  224. rimg:require('@/static/images/rimg.png'),
  225. cira:require('@/news/static/complaint/cira.png'),
  226. cirb:require('@/news/static/complaint/cirb.png'),
  227. upimg:require('@/work/static/manage/up.png'),
  228. baseUrl:config.baseUrl,
  229. delBtnWidth:66,//左滑默认宽度
  230. autoplay:false,
  231. incolorh:'#C0C3C3',
  232. activecolorh:'#FFFFFF',
  233. indicatorDotsh: true,
  234. }
  235. },
  236. mounted() {
  237. },
  238. methods:{
  239. checkPermi,checkRole,
  240. kaType(data, list) {
  241. return selectDictValue(list, data);
  242. },
  243. getDetail(e){
  244. this.$emit('getDetail',e)
  245. },
  246. getPut(e,type){
  247. if(type>1){
  248. this.$emit('getDetail',e)
  249. }else{
  250. this.$emit('getPut',e)
  251. }
  252. },
  253. getPhoneFn(phone){
  254. uni.makePhoneCall({
  255. phoneNumber: phone //仅为示例
  256. });
  257. },
  258. getDelFn(id){
  259. var that=this;
  260. uni.showModal({
  261. title: '确认删除',
  262. content: "是否确认删除",
  263. cancelText: '取消',
  264. confirmText: '确认',
  265. success: function(res) {
  266. if (res.confirm) {
  267. that.$emit('getDelFn',id)
  268. } else if (res.cancel) {
  269. }
  270. }
  271. });
  272. },
  273. getPreviewImage(arr,idx){
  274. var newArr=[];
  275. arr.forEach(ite=>{
  276. var ds=this.baseUrl+ite
  277. newArr.push(ds)
  278. })
  279. uni.previewImage({
  280. urls: newArr,
  281. current:idx,
  282. success: function(data) {
  283. },
  284. fail: function(err) {
  285. }
  286. });
  287. },
  288. //开始触摸滑动
  289. drawStart(e) {
  290. // console.log("开始触发");
  291. var touch = e.touches[0];
  292. this.startX = touch.clientX;
  293. },
  294. //触摸滑动
  295. drawMove(e) {
  296. // console.log("滑动");
  297. for (var index in this.datainfo) {
  298. // this.csListArrl[index].right=0
  299. this.$set(this.datainfo[index],'right',0);
  300. }
  301. var idx=e.currentTarget.dataset.idx
  302. var touch = e.touches[0];
  303. var item = this.datainfo[idx];
  304. var disX = this.startX - touch.clientX;
  305. if (disX >= 20) {
  306. if (disX > this.delBtnWidth) {
  307. disX = this.delBtnWidth;
  308. }
  309. // this.csListArrl[idx].right=disX
  310. this.$set(this.datainfo[idx],'right',disX);
  311. } else {
  312. // this.csListArrl[idx].right=0
  313. this.$set(this.datainfo[idx],'right',0);
  314. }
  315. },
  316. //触摸滑动结束
  317. drawEnd(e) {
  318. // console.log("滑动结束");
  319. var idx=e.currentTarget.dataset.idx
  320. var item = this.datainfo[idx];
  321. if (item.right >= this.delBtnWidth / 2) {
  322. // this.datainfo[idx].right=this.delBtnWidth
  323. this.$set(this.datainfo[idx],'right',this.delBtnWidth);
  324. } else {
  325. this.datainfo[idx].right=0
  326. }
  327. },
  328. }
  329. }
  330. </script>
  331. <style lang="scss" scoped>
  332. .flex{display: flex;}
  333. .flexc{display: flex;align-items: center;}
  334. .mb10{margin-bottom: 20rpx;}
  335. // 报修
  336. .walists{background: #FFFFFF;border-radius: 20rpx;margin-bottom: 24rpx; position: relative;
  337. .watop{
  338. padding: 0 36rpx 8rpx 38rpx;
  339. .watit{padding: 24rpx 0;margin-bottom: 4rpx;display: flex;
  340. .tit{font-weight: bold;font-size: 28rpx;color: #272727;flex: 1;
  341. .cir{width: 14rpx;margin-left: 8rpx;margin-bottom: 10rpx;height: 14rpx;display: inline-block;background: #FF6969;border-radius: 8rpx;}
  342. }
  343. .txt{font-weight: bold;font-size: 26rpx;flex: 0 0 auto;
  344. }
  345. }
  346. }
  347. .walist{display: flex;font-weight: 500;font-size: 24rpx;color: #666666;margin-bottom: 16rpx;
  348. .tit{min-width: 100rpx;text-align-last: justify}
  349. }
  350. .wabtn{display: flex;align-items: center;justify-content: space-between;border-top: 2rpx solid #E5E5E5;height: 80rpx;padding: 0 38rpx;
  351. view{font-weight: 500;font-size: 24rpx;color: #666666;}
  352. image{width: 16rpx;height: 28rpx;}
  353. }
  354. }
  355. .vislist{background: #FFFFFF;border-radius: 20rpx;margin-bottom: 24rpx;padding: 26rpx 38rpx 12rpx;
  356. .vistop{
  357. .tit{font-size: 28rpx;color: #272727;font-weight: bold;}
  358. .btns{min-width: 70rpx;font-weight: 500;
  359. font-size: 20rpx;padding: 0 8rpx;box-sizing: border-box;text-align: center;margin-left: 18rpx;color: #00B861;border-radius: 16rpx;border: 2rpx solid #0AC86E;}
  360. .txt{font-weight: bold;font-size: 26rpx;margin-left: 18rpx;}
  361. }
  362. .vlist{
  363. view{font-weight: 500;font-size: 24rpx;color: #666666;margin-bottom: 16rpx;flex: 0 1 auto;min-width: 50%;}
  364. }
  365. }
  366. .carlist{background: #FFFFFF;border-radius: 20rpx;margin-bottom: 24rpx;
  367. .carltop{min-height: 154rpx;border-bottom: 2rpx solid #E5E5E5;
  368. .tit{font-weight: bold;font-size: 32rpx;}
  369. .txt{font-weight: 500;font-size: 26rpx;color: #272727;}
  370. .txtbtn{min-width: 82rpx;
  371. height: 32rpx;font-weight: 500;font-size: 20rpx;color: #45CB99;
  372. border-radius: 16rpx;border: 1px solid #45CB99;margin-left: 12rpx;}
  373. .cara{flex: 0 0 auto;width: 232rpx;height: 74rpx;margin-right: 40rpx;}
  374. .carb{flex: 0 0 auto;width: 278rpx;height: 130rpx;}
  375. }
  376. .carlf{padding:26rpx 0 10rpx;
  377. .clflist{font-weight: 500;font-size: 26rpx;color: #666666;margin-bottom: 16rpx;}
  378. }
  379. .ctop{border-bottom: 2rpx solid #E5E5E5;padding:26rpx 24rpx;
  380. .imgs{width: 40rpx;height: 42rpx;margin-right: 30rpx;}
  381. .tit{font-size: 32rpx;color: #272727;font-weight: bold;margin-right: 14rpx;}
  382. .txt{font-weight: 500;font-size: 26rpx;
  383. &.ca{color: #3565ED;}
  384. &.cb{color: #FE5A0E;}
  385. &.cc{color: #28C529;}
  386. }
  387. .txta{font-weight: 500;font-size: 24rpx;color: #AAAAAA;}
  388. .num{font-size: 24rpx;color: #AAAAAA;}
  389. }
  390. .btn{height: 34rpx;border-radius: 18rpx;display: flex;align-items: center;justify-content: center;padding: 0 10rpx;font-size: 22rpx;margin-right: 24rpx;
  391. &.btna{border: 2rpx solid #06C770;color: #06C770;}
  392. &.btnb{border: 2rpx solid #3565ED;color: #3565ED;}
  393. &.btnc{border: 2rpx solid #FE5A0E;color: #FE5A0E;}
  394. &.btnbga{border: 1px solid #0156FE;color: #3565ED;background: #DFEAFF;height: 36rpx;}
  395. &.btnbgb{border: 1px solid #C1C1C1;color: #666666;background: #F1F1F1;height: 36rpx;}
  396. &.btnbgc{border: 1px solid #FE5A0E;color:#FE5A0E;background:#FFEEE6;height: 36rpx;}
  397. }
  398. .clists{padding: 24rpx 24rpx 8rpx;
  399. .clist{font-weight: 500;margin-bottom: 16rpx;
  400. font-size: 26rpx;color: #272727;display: flex;line-height: 34rpx;
  401. .tit{font-size: 26rpx;color: #AAAAAA;flex: 0 0 auto;margin-right: 16rpx;min-width: 108rpx;text-align-last: justify;}
  402. .imgas{display: flex;align-items: center;flex-wrap: wrap;
  403. image{width: 142rpx;height: 142rpx;margin-right: 30rpx;margin-top: 8rpx;}
  404. }
  405. }
  406. .w50{
  407. .clist{width: 50%;}
  408. }
  409. }
  410. }
  411. // 物业费
  412. .mlistl{width: 40%;display: flex;flex-direction: column;align-items: center;flex: 0 0 auto;
  413. .mltit{font-weight: 500;font-size: 26rpx;color: #666666;margin-bottom: 18rpx;}
  414. .mltxt{font-weight: bold;font-size: 32rpx;color: #0156FE;}
  415. }
  416. //报修步骤条
  417. .bxlists{background: #FFFFFF;border-radius: 20rpx;margin-bottom: 24rpx;position: relative;
  418. .bxtop{padding: 30rpx 24rpx;position: relative;
  419. .swiper{width: 100%;height: 280rpx;border-radius: 20rpx;box-sizing: border-box;margin-bottom: 28rpx;overflow: hidden;
  420. image{width: 100%;height: 100%;}
  421. }
  422. .toptit{font-weight: bold;font-size: 28rpx;color: #161616;}
  423. .walist{display: flex;font-weight: 500;font-size: 26rpx;color: #666666;margin-bottom: 16rpx;
  424. .tit{min-width: 100rpx;text-align-last: justify}
  425. }
  426. .btns{display: flex;flex-wrap: wrap;justify-content: flex-end;flex: 1 0 auto;}
  427. .btn{min-width: 120rpx;height: 54rpx;border-radius: 26rpx;font-weight: 500;font-size: 26rpx;text-align: center;line-height: 54rpx;padding: 0 10rpx;box-sizing: border-box; margin-bottom: 14rpx;margin-left: 12rpx;
  428. &.btna{border: 2rpx solid #FF6969;background: #FFF8F8;color: #FF6969;}
  429. &.btnb{background: #0256FD;color: #FFFFFF;}
  430. }
  431. }
  432. .bxsteps{border-top: 2rpx solid #E6E6E6;padding: 30rpx 0;
  433. .chtop{padding-right: 48rpx;
  434. .line{width: 14rpx;height: 48rpx;background: #0256FD;border-radius:0 12rpx 12rpx 0;margin-right: 18rpx;}
  435. view{font-weight: bold;font-size: 28rpx;color: #272727;}
  436. .upimg{width: 22rpx;height: 14rpx;flex: 0 0 auto;margin-left: 12rpx;transform: rotate(180deg);transition: all 0.3s;}
  437. }
  438. .fjlists {display: flex;align-items: flex-start;justify-content: space-between;margin-bottom: 20rpx;
  439. &:last-child{margin-bottom: 0;}
  440. .imgl{width: 40rpx;height: 40rpx;display: flex;align-items: center;flex: 0 0 auto;
  441. image{width: 26rpx;height: 24rpx;}
  442. }
  443. .tit{font-size: 26rpx;color: #222327;font-weight: 500;margin-top: 4rpx;word-break: break-all;}
  444. }
  445. .hfstep{padding: 0 32rpx 30rpx 36rpx;margin-top: 24rpx;
  446. .hfslist{padding-bottom: 20rpx;position: relative;
  447. &:first-child{
  448. .hfstit{color: #0156FE;}
  449. }
  450. &::before{content: '';position: absolute;left: 14rpx;top:14rpx;height: 100%;width: 2rpx;background: #E6E6E6;}
  451. .limg{width: 30rpx;height: 30rpx;margin-right: 22rpx;flex: 0 0 auto;margin-top:3rpx;
  452. .imga{width: 30rpx;height: 30rpx;}
  453. .imgb{width: 18rpx;height: 18rpx;}
  454. }
  455. .hfstit{font-weight: bold;font-size: 30rpx;color: #666666;line-height: 36rpx;margin-bottom: 20rpx;
  456. text{font-size: 26rpx;margin-left: 12rpx;}
  457. }
  458. .hfstxt{font-weight: 500;font-size: 26rpx;color: #666666;line-height: 36rpx;margin-bottom: 20rpx;}
  459. .hfimgs{padding-top: 2rpx;
  460. image{width: 84rpx;height: 84rpx;border-radius: 20rpx;margin-right: 40rpx;margin-bottom: 10rpx;}
  461. }
  462. }
  463. }
  464. }
  465. }
  466. .bxlists /deep/ .uni-swiper-dots-horizontal{left: 26rpx;transform: translate(0);}
  467. .bxlists /deep/ .uni-swiper-dot{width: 10rpx;height: 10rpx;}
  468. .bxlists /deep/ .uni-swiper-dot-active{width: 24rpx;height: 10rpx;}
  469. // 无数据
  470. .nodata{display: flex;flex-direction: column;align-items: center;
  471. image{width: 440rpx;height: 440rpx;}
  472. view{font-size: 30rpx;color: #666666;font-weight: bold;}
  473. }
  474. </style>