index.vue 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  1. <template>
  2. <view class="zxbox">
  3. <view class="navbox">
  4. <uni-nav-bar color="#ffffff" :background-color="backgroundColor" :border="false"
  5. statusBar='true' fixed="true">
  6. </uni-nav-bar>
  7. </view>
  8. <image :src="bgimg" class="navbg"></image>
  9. <view class="mbox">
  10. <view class="infobox flexc" @click="handleToInfo">
  11. <image @click.stop="handleToAvatar" :src="avatarimg" class="limg" mode="aspectFill"></image>
  12. <view class="cbox">
  13. <view class="tit flexc">{{name?name:'登录账号'}}
  14. <view class="deptbox">
  15. <image :src="wyimg"></image>
  16. <view>业主</view>
  17. </view>
  18. </view>
  19. <!-- <view class="txt">点击详情 享受更多精彩信息</view> -->
  20. <view class="txt">幸福小区12#1101</view>
  21. <!-- <view class="flexc pr" v-if="deptName">
  22. <image :src="headl"></image>
  23. <view class="txt">{{deptName}}点击登录 享受更多精彩信息</view>
  24. <image :src="headr"></image>
  25. </view> -->
  26. </view>
  27. <image :src="wrimg" class="wrimg"></image>
  28. <!-- 登录 -->
  29. <!-- <image v-if="avatar" @click.stop="handleToAvatar" :src="avatar" class="limg" mode="aspectFill"></image>
  30. <image v-else @click.stop="handleToAvatar" :src="avatarimg" class="limg" mode="aspectFill"></image> -->
  31. <!-- 未登录 -->
  32. </view>
  33. <view class="conts flexc">
  34. <view class="contn" v-if="checkPermi([''])" @click="handleToYy">
  35. <view class="img">
  36. <image :src="listimga" class="imga"></image>
  37. </view>
  38. <view class="ctit">我的报修</view>
  39. </view>
  40. <view class="contn" v-if="checkPermi([''])" @click="handleToYy">
  41. <view class="img">
  42. <image :src="listimgb" class="imgb"></image>
  43. </view>
  44. <view class="ctit">供求订单</view>
  45. </view>
  46. <view class="contn">
  47. <view class="img">
  48. <image :src="listimgc" class="imgc"></image>
  49. </view>
  50. <view class="ctit">商圈订单</view>
  51. </view>
  52. <view class="contn">
  53. <view class="img">
  54. <image :src="listimgd" class="imgd"></image>
  55. </view>
  56. <view class="ctit">家政订单</view>
  57. </view>
  58. </view>
  59. <view class="mbgbox">
  60. <view class="flexc mine_list" @click="getClockcontFn" v-if="checkPermi([''])">
  61. <view class="limg">
  62. <image :src="listimge" class="imga"></image>
  63. </view>
  64. <view class="tit flex1">物业费账单</view>
  65. <image :src="rimg" class="rimg"></image>
  66. </view>
  67. <view class="flexc mine_list" @click="getYqMeetFn">
  68. <view class="limg">
  69. <image :src="listimgf" class="imgb"></image>
  70. </view>
  71. <view class="tit flex1">优惠券</view>
  72. <image :src="rimg" class="rimg"></image>
  73. </view>
  74. <view class="flexc mine_list" @click="getClockcontFn" v-if="checkPermi([''])">
  75. <view class="limg">
  76. <image :src="listimgg" class="imgc"></image>
  77. </view>
  78. <view class="tit flex1">积分收支</view>
  79. <image :src="rimg" class="rimg"></image>
  80. </view>
  81. <view class="flexc mine_list" @click="getYqMeetFn">
  82. <view class="limg">
  83. <image :src="listimgh" class="imgd"></image>
  84. </view>
  85. <view class="tit flex1">我的违停</view>
  86. <image :src="rimg" class="rimg"></image>
  87. </view>
  88. <view class="flexc mine_list" @click="getClockcontFn" v-if="checkPermi([''])">
  89. <view class="limg">
  90. <image :src="listimgi" class="imge"></image>
  91. </view>
  92. <view class="tit flex1">我的互动</view>
  93. <image :src="rimg" class="rimg"></image>
  94. </view>
  95. <view class="flexc mine_list" @click="getYqMeetFn">
  96. <view class="limg">
  97. <image :src="listimgj" class="imgd"></image>
  98. </view>
  99. <view class="tit flex1">我的收藏</view>
  100. <image :src="rimg" class="rimg"></image>
  101. </view>
  102. <view class="flexc mine_list" @click="getClockcontFn" v-if="checkPermi([''])">
  103. <view class="limg">
  104. <image :src="listimgk" class="imgd"></image>
  105. </view>
  106. <view class="tit flex1">收款方式</view>
  107. <image :src="rimg" class="rimg"></image>
  108. </view>
  109. <view class="flexc mine_list" @click="handleUpassword">
  110. <view class="limg">
  111. <image :src="listimgl" class="imgc"></image>
  112. </view>
  113. <view class="tit flex1">修改密码</view>
  114. <image :src="rimg" class="rimg"></image>
  115. </view>
  116. <!-- <view class="flexc mine_list" @click="handleToSetting">
  117. <view class="limg">
  118. <image :src="listimgg" class="imga"></image>
  119. </view>
  120. <view class="tit flex1">设置</view>
  121. <image :src="rimg" class="rimg"></image>
  122. </view> -->
  123. <!-- #ifdef APP-PLUS -->
  124. <view class="flexc mine_list"@click="onlineWgt">
  125. <view class="limg">
  126. <image :src="listimgm" class="imgd"></image>
  127. </view>
  128. <view class="tit flex1">版本号</view>
  129. <view class="txt">{{wgtcode}}</view>
  130. <image :src="rimg" class="rimg"></image>
  131. </view>
  132. <!-- #endif -->
  133. <view class="flexc mine_list" @click="handleLogout">
  134. <view class="limg">
  135. <image :src="listimgn" class="imgf"></image>
  136. </view>
  137. <view class="tit flex1">退出登录</view>
  138. <image :src="rimg" class="rimg"></image>
  139. </view>
  140. <!-- <view class="flexc mine_list" @click="handleUpassword">
  141. <view class="limg">
  142. <image :src="listimgh" class="imga"></image>
  143. </view>
  144. <view class="tit flex1">修改密码</view>
  145. <image :src="rimg" class="rimg"></image>
  146. </view> -->
  147. </view>
  148. </view>
  149. <view class="ztit">安徽中新云计算有限公司提供支持</view>
  150. <footers v-if="isfootflag" :footerindex="footerindex" :isHomeIndex="false"></footers>
  151. </view>
  152. </template>
  153. <script>
  154. import storage from '@/utils/storage'
  155. import footers from '@/components/footer/footer.vue'
  156. import {findVersion} from "@/api/system/user.js"
  157. import {checkPermi,checkRole} from "@/utils/permission"; // 权限判断函数
  158. import config from '@/config'
  159. const baseUrl = config.baseUrl
  160. const webUrl=config.webUrl
  161. export default {
  162. data() {
  163. return {
  164. bgimg: require("@/static/images/mine/mbg.png"),
  165. avatarimg:require("@/static/images/mine/head.png"),
  166. listimga: require('@/static/images/mine/mtaba.png'),
  167. listimgb: require('@/static/images/mine/mtabb.png'),
  168. listimgc: require('@/static/images/mine/mtabc.png'),
  169. listimgd: require('@/static/images/mine/mtabd.png'),
  170. listimge: require('@/static/images/mine/mtabe.png'),
  171. listimgf: require('@/static/images/mine/mtabf.png'),
  172. listimgg: require('@/static/images/mine/mtabg.png'),
  173. listimgh: require('@/static/images/mine/mtabh.png'),
  174. listimgi: require('@/static/images/mine/mtabi.png'),
  175. listimgj: require('@/static/images/mine/mtabj.png'),
  176. listimgk: require('@/static/images/mine/mtabk.png'),
  177. listimgl: require('@/static/images/mine/mtabl.png'),
  178. listimgm: require('@/static/images/mine/mtabm.png'),
  179. listimgn: require('@/static/images/mine/mtabn.png'),
  180. head:require('@/static/images/mine/head.png'),
  181. wrimg:require("@/static/images/mine/wrimg.png"),
  182. rimg:require("@/static/images/rimg.png"),
  183. wyimg:require("@/static/images/mine/wy.png"),
  184. border: false,
  185. backgroundColor: 'transparent',
  186. name: this.$store.state.user.nickName,
  187. deptName:this.$store.state.user.deptName,
  188. // version: getApp().globalData.config.appInfo.version,
  189. footerindex: 'mine',
  190. isfootflag: true,
  191. noticenum: 0,
  192. deptId: this.$store.state.user.deptId,
  193. wgtcode: this.$store.state.user.wgtcode,
  194. platform: 'Android',
  195. nvaHeight:44,
  196. }
  197. },
  198. components: {
  199. footers
  200. },
  201. computed: {
  202. avatar() {
  203. return this.$store.state.user.avatar
  204. },
  205. windowHeight() {
  206. return uni.getSystemInfoSync().windowHeight - 50
  207. }
  208. },
  209. onPageScroll(e) {
  210. // var scrollTop = Number(e.scrollTop);
  211. // var listTop=Number(this.listTop)-Number(this.nvaHeight)
  212. // if (scrollTop <=this.nvaHeight) {
  213. // const opacity = scrollTop / 100 // 计算透明度值
  214. // const color = `rgba(29, 100, 226, ${opacity})`
  215. // this.backgroundColor = color // 更新盒子背景颜色
  216. // } else {
  217. // // this.backgroundColor = '#00A9F0'
  218. // }
  219. },
  220. onLoad() {
  221. var that=this;
  222. this.nvaHeight=uni.getSystemInfoSync().statusBarHeight+44;
  223. // #ifdef APP-PLUS
  224. plus.runtime.getProperty(plus.runtime.appid, function(widgetInfo) {
  225. that.$store.dispatch('SetwgtFn', widgetInfo.version).then(() => {
  226. that.wgtcode=widgetInfo.version
  227. })
  228. });
  229. // #endif
  230. },
  231. mounted() {
  232. },
  233. methods: {
  234. checkPermi,checkRole,
  235. // 待我审批
  236. handleToYy(){
  237. this.$tab.navigateTo("/pages/order/list")
  238. },
  239. //访客预约
  240. handleToAddYy(){
  241. this.$tab.navigateTo("/pages/order/come")
  242. },
  243. //在线会议
  244. getYqMeetFn(){
  245. // var url='https://www.baidu.com'
  246. this.$tab.navigateTo("/pages/common/webview/index?url="+webUrl)
  247. },
  248. //我的会议
  249. handleToMyhy(){
  250. this.$tab.navigateTo("/work/pages/yyorder/meetlist")
  251. },
  252. //我的就餐
  253. handleToMyjc(){
  254. this.$tab.navigateTo("/work/pages/yyorder/eatlist")
  255. },
  256. //我的申报
  257. handleToMysb(){
  258. // this.$tab.navigateTo("/work/pages/business/list?from=my&type=0")
  259. },
  260. // 考勤设置
  261. handleToKq(){
  262. this.$tab.navigateTo('/work/pages/clock/kaorules')
  263. },
  264. // 考勤记录
  265. getClockjlFn(){
  266. this.$tab.navigateTo("/work/pages/record/clockin")
  267. },
  268. // 考勤统计
  269. getClockcontFn(){
  270. this.$tab.navigateTo("/work/pages/clock/personnel")
  271. },
  272. // 设置
  273. handleToSetting() {
  274. this.$tab.navigateTo('/pages/mine/setting/index')
  275. },
  276. // 修改密码
  277. handleUpassword(){
  278. this.$tab.navigateTo(`/pages/mine/pwd/index`)
  279. },
  280. // 账号信息
  281. handleToInfo() {
  282. this.$tab.navigateTo('/pages/mine/info/index')
  283. },
  284. handleToLogin() {
  285. this.$tab.reLaunch('/pages/login')
  286. },
  287. handleToAvatar() {
  288. this.$tab.navigateTo('/pages/mine/avatar/index')
  289. },
  290. handleLogout() {
  291. this.$modal.confirm('确定注销并退出系统吗?').then(() => {
  292. this.$store.dispatch('LogOut').then(() => {
  293. this.$tab.reLaunch('/pages/index')
  294. })
  295. })
  296. },
  297. onlineWgt() {
  298. let that = this;
  299. plus.runtime.getProperty(plus.runtime.appid, function(widgetInfo) {
  300. that.$store.dispatch('SetwgtFn', widgetInfo.version).then(() => {
  301. that.wgtcode=widgetInfo.version
  302. })
  303. that.comparisonVersionNo(widgetInfo.versionCode);
  304. });
  305. // that.comparisonVersionNo()
  306. },
  307. comparisonVersionNo(versionCode) {
  308. let that = this;
  309. // console.log("aaaaaaa===versionCode", versionCode);
  310. const parmas = {
  311. model: that.platform
  312. }
  313. findVersion(parmas).then(res => {
  314. if (res.code == "200") {
  315. let versionNos = res.data.code;
  316. console.log(versionNos, 'versionNos')
  317. // console.log(res.data.path);
  318. let filePath = res.data.path;
  319. if (Number(versionNos) > Number(versionCode)) { //服务器返回1更新,0则不更新
  320. uni.showModal({
  321. title: '提示',
  322. content: '发现新版本,是否升级',
  323. success: function(res) {
  324. // console.log(widgetInfo.version);
  325. if (res.confirm) {
  326. console.log('用户点击确定');
  327. that.getProperty(filePath);
  328. } else if (res.cancel) {
  329. console.log('用户点击取消');
  330. }
  331. }
  332. });
  333. } else {
  334. this.$toast('该版本已是最新版')
  335. }
  336. }
  337. }).catch(error => {
  338. uni.hideLoading()
  339. console.log(error)
  340. })
  341. },
  342. getProperty(getProperty) {
  343. // console.log("bbbbbbbbb----------->", getProperty)
  344. let that = this;
  345. // 在线升级app/热更新
  346. that.showwri = true;
  347. const downloadTask = uni.downloadFile({ //下载文件
  348. url: baseUrl + getProperty,
  349. success: (downloadResult) => {
  350. // console.log(downloadResult);
  351. if (downloadResult.statusCode == 200) {
  352. // 更新升级
  353. plus.runtime.install(downloadResult.tempFilePath, {
  354. force: true
  355. }, function() {
  356. // console.log('install success...');
  357. that.showwri = false;
  358. plus.nativeUI.alert("应用资源更新完成!", function() {
  359. plus.runtime.restart();
  360. });
  361. }, function(e) {
  362. that.showwri = false;
  363. plus.nativeUI.alert("更新失败,请稍后再试");
  364. });
  365. }
  366. }
  367. });
  368. downloadTask.onProgressUpdate((res) => { //下载文件的进度
  369. that.totalBytesWritten = res.totalBytesWritten; //当前下载大小
  370. that.progress = res.progress; //当前下载比例
  371. that.totalBytesExpectedToWrite = res.totalBytesExpectedToWrite; //
  372. });
  373. },
  374. }
  375. }
  376. </script>
  377. <style lang="scss">
  378. page{background-color: #ffffff;}
  379. .navbox{position: fixed;left: 0;right: 0;top: 0;z-index: 4; }
  380. .deptbox{height: 34rpx;position: relative;margin-left: 16rpx;padding-left: 40rpx;box-sizing: border-box;padding-top: 4rpx;
  381. image{width: 102rpx;height: 34rpx;position: absolute;left: 0;top: 0;}
  382. view{font-weight: bold;font-size: 22rpx;color: #FFFFFF;position: relative;z-index: 2;height: 30rpx;min-width: 60rpx;background: linear-gradient(90deg, #FFB54D, #FE5B0E);border-radius: 0 15rpx 15rpx 0;}
  383. }
  384. .zxbox{
  385. .navbg{width: 100%;height: 782rpx;}
  386. .mbox{padding: 148rpx 24rpx 0;z-index: 1;position: relative;
  387. .infobox{margin-bottom: 48rpx;padding: 0 20rpx;
  388. .limg{width: 98rpx;height: 98rpx;flex: 0 0 auto;margin-right: 24rpx;border-radius: 50%;box-sizing: border-box;border: 6rpx solid #FFFFFF;}
  389. .cbox{flex: 1;z-index: 1;
  390. .tit{font-weight: bold;font-size: 36rpx;color: #161616;margin-bottom: 10rpx;}
  391. .txt{font-weight: 500;font-size: 26rpx;color: #76829B;}
  392. }
  393. .wrimg{width: 14rpx;height: 26rpx;flex: 0 0 auo;}
  394. }
  395. .conts{box-sizing: border-box;background: #FFFFFF;box-shadow: 0px 0px 10rpx 0px #EFD3B6;border-radius: 20rpx;
  396. .contn{padding: 32rpx 0 28rpx;
  397. display: flex;align-items: center;flex: 0 0 auto;width: 25%;flex-direction: column;
  398. .img{width: 50rpx;height: 50rpx;display: flex;align-items: center;justify-content: center;margin-bottom: 16rpx;flex: 0 0 auto;
  399. .imga{width: 48rpx;height: 46rpx;}
  400. .imgb{width: 48rpx;height: 48rpx;}
  401. .imgc{width: 46rpx;height: 48rpx;}
  402. .imgd{width: 40rpx;height: 50rpx;}
  403. }
  404. .ctit{font-weight: bold;font-size: 26rpx;color: #272727;}
  405. }
  406. }
  407. .mbgbox{width: 100%;margin-bottom: 24rpx;padding-top: 32rpx;
  408. .mine_list{
  409. padding: 28rpx 36rpx;
  410. .limg{flex: 0 0 auto;width: 32rpx;height: 32rpx;margin-right: 26rpx;display: flex;align-items: center;justify-content: center;
  411. .imga{width: 30rpx;height: 30rpx;}//15 15
  412. .imgb{width: 30rpx;height: 26rpx;}//15 13
  413. .imgc{width: 30rpx;height: 32rpx;}//15 16
  414. .imgd{width: 32rpx;height: 32rpx;}//16 16
  415. .imge{width: 26rpx;height: 30rpx;}//13 15
  416. .imgf{width: 26rpx;height: 32rpx;}//13 16
  417. }
  418. .tit{font-weight: bold;font-size: 26rpx;color: #272727;}
  419. .txt{font-weight: 500;font-size: 26rpx;color: #666666;margin-left: 20rpx;flex: 0 0 auto;}
  420. .rimg{width: 14rpx;height: 26rpx;margin-left: 20rpx;flex: 0 0 auto;}
  421. }
  422. }
  423. }
  424. }
  425. .ztit{font-size: 24rpx;color:#c6c6c9;text-align: center;flex:0 0 auto;margin-bottom: 28rpx;margin-top: 40rpx;}
  426. </style>