mine.vue 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. <template>
  2. <view>
  3. <view class="topBox">
  4. <image src="../../static/login_bgground@2x.png" style="width: 100%;height: 100%;"></image>
  5. <view class="headPhoto" @tap="seeMyInfo">
  6. <image :src="headImg?headImg:'../../static/qingShao.png'" style="width: 122rpx;height: 122rpx;border-radius: 50%;margin:18rpx;" ></image>
  7. </view>
  8. <view class="name" @tap="seeMyInfo">
  9. {{userName}}
  10. </view>
  11. <view class="phone" @tap="seeMyInfo">{{userPhone}}</view>
  12. <!-- 车辆数 -->
  13. <view class="carBox">
  14. <view class="leftCar" @tap="seeMyCar">
  15. <view class="num">{{carNum?carNum:0}}</view>
  16. <view class="text">汽车辆数</view>
  17. </view>
  18. <view class="rightCar" @tap="seeMyBike">
  19. <view class="num" style="width: 134rpx;">0</view>
  20. <view class="text" style="width: 134rpx;">电动车辆数</view>
  21. </view>
  22. </view>
  23. </view>
  24. <!-- 菜单栏 -->
  25. <view class="main">
  26. <view class="item" @tap="seeMyhouse">
  27. <view class="leftIcon">
  28. <image src="../../static/my_icon_house@2x.png" style="width: 38rpx;height: 40rpx;"></image>
  29. </view>
  30. <view style="display: flex;justify-content: space-between;margin-left: 32rpx;width: 100%;margin-top: 48rpx;">
  31. <view class="title">我的房屋</view>
  32. <image src="../../static/icon_more@2x.png" style="width:15rpx ;height: 28rpx;margin-top: 8rpx;"></image>
  33. </view>
  34. </view>
  35. <view class="item" @tap="visitorInfo">
  36. <view class="leftIcon">
  37. <image src="../../static/my_icon_information@2x.png" style="width:40rpx;height:35rpx;margin-top: 5rpx;"></image>
  38. </view>
  39. <view style="display: flex;justify-content: space-between;margin-left: 32rpx;width: 100%;margin-top: 48rpx;">
  40. <view class="title">访客信息</view>
  41. <image src="../../static/icon_more@2x.png" style="width:15rpx ;height: 28rpx;margin-top: 8rpx;"></image>
  42. </view>
  43. </view>
  44. <view class="item" @tap="changeFace">
  45. <view class="leftIcon">
  46. <image src="../../static/my_icon_formwork@2x.png" style="width: 38rpx;height: 40rpx;"></image>
  47. </view>
  48. <view style="display: flex;justify-content: space-between;margin-left: 32rpx;width: 100%;margin-top: 48rpx;">
  49. <view class="title">人脸模板</view>
  50. <image src="../../static/icon_more@2x.png" style="width:15rpx ;height: 28rpx;margin-top: 8rpx;"></image>
  51. </view>
  52. </view>
  53. <view class="item" @tap="seeMyFamily">
  54. <view class="leftIcon">
  55. <image src="../../static/my_icon_family@2x.png" style="width: 38rpx;height: 40rpx;"></image>
  56. </view>
  57. <view style="display: flex;justify-content: space-between;margin-left: 32rpx;width: 100%;margin-top: 48rpx;">
  58. <view class="title">我的家人</view>
  59. <image src="../../static/icon_more@2x.png" style="width:15rpx ;height: 28rpx;margin-top: 8rpx;"></image>
  60. </view>
  61. </view>
  62. <view class="item" @tap="seeMyMessage">
  63. <view class="leftIcon">
  64. <image src="../../static/myMessage.png" style="width: 38rpx;height: 40rpx;"></image>
  65. </view>
  66. <view style="display: flex;justify-content: space-between;margin-left: 32rpx;width: 100%;margin-top: 48rpx;">
  67. <view class="title">我的消息</view>
  68. <image src="../../static/icon_more@2x.png" style="width:15rpx ;height: 28rpx;margin-top: 8rpx;"></image>
  69. </view>
  70. </view>
  71. </view>
  72. <!-- 认证房屋是否通过提示 -->
  73. <uniPopup ref='popup' type="center">
  74. <view style="width: 600rpx;height: 522rpx;background-color: #fff;border-radius: 10rpx;" class="popupBox">
  75. <image src="../../static/auditing_popup.png" style="width:85%;height: 100%;margin-top: -50rpx;margin-left: 30rpx;"></image>
  76. <view class="popupTitle" v-if="status==1">当前认证房屋正在审核中</view>
  77. <view class="popupTitle" v-else-if="status==4">当前暂无房屋绑定,请重新认证</view>
  78. <button class="popupBtn" @tap="popupClose" v-if="status==1">我知道了</button>
  79. <button class="popupBtn" @tap="goTapHouse" v-else-if="status==4">去认证</button>
  80. </view>
  81. </uniPopup>
  82. </view>
  83. </template>
  84. <script>
  85. export default {
  86. data() {
  87. return {
  88. userName:uni.getStorageSync('userName'),
  89. headImg:uni.getStorageSync('headImg'),
  90. userPhone:uni.getStorageSync('userPhone'),
  91. carNum: 0, //汽车数量
  92. bikeNum: 0, //自行车数量
  93. headPhoto:'',
  94. status:''
  95. }
  96. },
  97. onShow() {
  98. this.getCarData()
  99. // this.getUserData()
  100. this.userName=uni.getStorageSync('userName')
  101. this.headImg=uni.getStorageSync('headImg')
  102. this.userPhone=uni.getStorageSync('userPhone')
  103. this.status=uni.getStorageSync('houseStatus')
  104. },
  105. onLoad() {
  106. this.status=uni.getStorageSync('houseStatus')
  107. },
  108. methods: {
  109. //重新认证房屋
  110. goTapHouse(){
  111. uni.navigateTo({
  112. url:'../authentication/city'
  113. })
  114. this.$refs.popup.close()
  115. },
  116. // 关闭弹窗
  117. popupClose(){
  118. this.$refs.popup.close()
  119. },
  120. // 获取汽车车辆数
  121. getCarData() {
  122. uni.showLoading({
  123. title: '加载中',
  124. 'icon': 'none'
  125. })
  126. this.http.httpRequest('/wxapplet/ownercar/list', 'get', {
  127. cardId: uni.getStorageSync('idNumber'),
  128. pageNum: 1,
  129. pageSize: 10
  130. }, true).then((res) => {
  131. console.log(res)
  132. if (res.code == 0) {
  133. this.carNum = res.data.rows.length
  134. uni.hideLoading()
  135. } else {
  136. uni.hideLoading()
  137. }
  138. }).catch(() => {
  139. uni.hideLoading()
  140. })
  141. },
  142. // 查看电动车
  143. seeMyBike() {
  144. if(this.status==1 ||this.status==4){
  145. this.$refs.popup.open()
  146. return
  147. }
  148. uni.navigateTo({
  149. url: './myBike'
  150. })
  151. },
  152. // 访客信息
  153. visitorInfo() {
  154. if(this.status==1||this.status==4){
  155. this.$refs.popup.open()
  156. return
  157. }
  158. uni.navigateTo({
  159. url: "../visitor/historyList"
  160. })
  161. },
  162. // 查看个人资料
  163. seeMyInfo() {
  164. if(this.status==1||this.status==4){
  165. this.$refs.popup.open()
  166. return
  167. }
  168. uni.navigateTo({
  169. url: "myInfo"
  170. })
  171. },
  172. // 查看我的汽车
  173. seeMyCar() {
  174. if(this.status==1||this.status==4){
  175. this.$refs.popup.open()
  176. return
  177. }
  178. uni.navigateTo({
  179. url: "myCar"
  180. })
  181. },
  182. // 查看我的房屋
  183. seeMyhouse() {
  184. if(this.status==1||this.status==4){
  185. this.$refs.popup.open()
  186. return
  187. }
  188. uni.navigateTo({
  189. url: "myHouse"
  190. })
  191. },
  192. //更换人脸模板
  193. changeFace() {
  194. if(this.status==1||this.status==4){
  195. this.$refs.popup.open()
  196. return
  197. }
  198. uni.navigateTo({
  199. url: "./face"
  200. })
  201. },
  202. // 查看我的家人
  203. seeMyFamily() {
  204. if(this.status==1||this.status==4){
  205. this.$refs.popup.open()
  206. return
  207. }
  208. uni.navigateTo({
  209. url: "./family"
  210. })
  211. },
  212. // 查看我的消息
  213. seeMyMessage() {
  214. if(this.status==1||this.status==4){
  215. this.$refs.popup.open()
  216. return
  217. }
  218. uni.navigateTo({
  219. url: "./message"
  220. })
  221. }
  222. }
  223. }
  224. </script>
  225. <style>
  226. .popupClose {
  227. width: 44rpx;
  228. height: 44rpx;
  229. position: absolute;
  230. right: 20rpx;
  231. top: 20rpx;
  232. }
  233. .popupBtn {
  234. width: 342rpx;
  235. height: 80rpx;
  236. position: absolute;
  237. bottom: 80rpx;
  238. left: 128rpx;
  239. background: rgba(41, 138, 253, 1);
  240. color: #FFFFFF;
  241. font-size: 32rpx;
  242. }
  243. .popupTitle {
  244. width: 400rpx;
  245. height: 40rpx;
  246. font-size: 28rpx;
  247. color: #999999;
  248. position: absolute;
  249. bottom: 232rpx;
  250. left: 170rpx;
  251. }
  252. .popupImage {
  253. width: 100%;
  254. height: 300rpx;
  255. /* background-image: url(../../static/success_popup@2x.png);
  256. position: absolute;
  257. top: -64rpx; */
  258. }
  259. .leftIcon {
  260. width: 38rpx;
  261. height: 40rpx;
  262. margin-top: 48rpx;
  263. }
  264. .item {
  265. width: 650rpx;
  266. height: 140rpx;
  267. margin: 0 auto;
  268. border-bottom: 2rpx solid rgba(245, 245, 245, 1);
  269. display: flex;
  270. }
  271. .main {
  272. width: 100%;
  273. margin-top: 50rpx;
  274. overflow: hidden;
  275. }
  276. .carBox {
  277. width: 650rpx;
  278. height: 170rpx;
  279. background: rgba(255, 255, 255, 1);
  280. box-shadow: 0rpx 6rpx 20rpx rgba(0, 0, 0, 0.12);
  281. opacity: 1;
  282. border-radius: 86rpx;
  283. position: absolute;
  284. left: 50rpx;
  285. bottom: -54rpx;
  286. display: flex;
  287. }
  288. .leftCar {
  289. width: 218rpx;
  290. height: 90rpx;
  291. margin-left: 108rpx;
  292. border-right: 2px solid rgba(247, 247, 247, 1);
  293. ;
  294. margin-top: 40rpx;
  295. }
  296. .rightCar {
  297. height: 90rpx;
  298. margin-top: 40rpx;
  299. margin-left: 96rpx;
  300. }
  301. .num {
  302. width: 108rpx;
  303. height: 44rpx;
  304. font-size: 32rpx;
  305. font-family: PingFang SC;
  306. font-weight: bold;
  307. color: rgba(51, 51, 51, 1);
  308. text-align: center;
  309. line-height: 44rpx;
  310. }
  311. .text {
  312. height: 36rpx;
  313. font-size: 26rpx;
  314. font-family: PingFang SC;
  315. font-weight: 400;
  316. color: rgba(51, 51, 51, 1);
  317. }
  318. .name {
  319. height: 50rpx;
  320. font-size: 36rpx;
  321. font-family: PingFang SC;
  322. font-weight: 400;
  323. color: rgba(255, 255, 255, 1);
  324. position: absolute;
  325. bottom: 216rpx;
  326. left: 220rpx;
  327. }
  328. .phone {
  329. width: 168rpx;
  330. height: 34rpx;
  331. font-size: 24rpx;
  332. font-family: PingFang SC;
  333. font-weight: 400;
  334. color: rgba(255, 255, 255, 1);
  335. position: absolute;
  336. bottom: 176rpx;
  337. left: 220rpx;
  338. }
  339. .topBox {
  340. width: 100%;
  341. height: 430rpx;
  342. position: relative;
  343. }
  344. .headPhoto {
  345. width: 160rpx;
  346. height: 160rpx;
  347. border: 2rpx solid rgba(255, 255, 255, 1);
  348. border-radius: 50%;
  349. opacity: 1;
  350. position: absolute;
  351. left: 50rpx;
  352. bottom: 142rpx;
  353. background: #000000;
  354. }
  355. </style>