u-header.vue 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. <template>
  2. <view class="je">
  3. <view class="sheader" :style="'height:'+headerHeight+'px'">
  4. <view class="sheader_a" @click="side">
  5. <image src="http://pet.hdlkeji.com/assets/static/index_icon.png" class="sheader_b" mode=""></image>
  6. <view class="title">宠365</view>
  7. </view>
  8. </view>
  9. <u-popup v-model="show" mode="left" v-if="type">
  10. <view class="indexa" :style="'top:'+headerHeight+'px'">
  11. <view class="sheader_a" @click="side">
  12. <image src="http://pet.hdlkeji.com/assets/static/index_icon.png" class="sheader_b" mode=""></image>
  13. <image src="http://pet.hdlkeji.com/assets/static/index_logo.png" class="sheader_img" mode="">
  14. </image>
  15. </view>
  16. <view class="indexb">
  17. <view class="indexc">
  18. <image
  19. :src="hasLogin && userinfo.avatar ? userinfo.avatar :'http://pet.hdlkeji.com/assets/static/moren.png'"
  20. class="indexc_img" mode=""></image>
  21. <view class="indexd" @click="GoLogin">
  22. <view class="indexd_p">{{ hasLogin? (userinfo.nickname || '未设置昵称') : '立即登录' }}</view>
  23. <view class="indexd_p1" v-if="hasLogin">{{userinfo.mobile}}</view>
  24. </view>
  25. </view>
  26. <view class="indexe">
  27. <view class="indexe_a" @click="GoIndex">
  28. <view class="indexe_box">
  29. <image src="http://pet.hdlkeji.com/assets/static/meun_1.png" class="indexe_icon"
  30. mode=""></image>
  31. </view>
  32. <view class="indexe_p">代办事项</view>
  33. </view>
  34. <view class="indexe_a" @click="GoOrder">
  35. <view class="indexe_box">
  36. <image src="http://pet.hdlkeji.com/assets/static/meun_1.png" class="indexe_icon"
  37. mode=""></image>
  38. </view>
  39. <view class="indexe_p">订单管理</view>
  40. </view>
  41. <view class="indexe_a" @click="GoMarket">
  42. <view class="indexe_box">
  43. <image src="http://pet.hdlkeji.com/assets/static/meun_1.png" class="indexe_icon"
  44. mode=""></image>
  45. </view>
  46. <view class="indexe_p">营销设置</view>
  47. </view>
  48. <view class="indexe_a" @click="GoDelivery">
  49. <view class="indexe_box">
  50. <image src="http://pet.hdlkeji.com/assets/static/meun_1.png" class="indexe_icon"
  51. mode=""></image>
  52. </view>
  53. <view class="indexe_p">配送员管理</view>
  54. </view>
  55. </view>
  56. </view>
  57. </view>
  58. </u-popup>
  59. <u-popup v-model="show" mode="left" v-if="!type">
  60. <view class="indexa" :style="'top:'+headerHeight+'px'">
  61. <view class="sheader_a" @click="side">
  62. <image src="http://pet.hdlkeji.com/assets/static/index_icon.png" class="sheader_b" mode=""></image>
  63. <image src="http://pet.hdlkeji.com/assets/static/index_logo.png" class="sheader_img" mode="">
  64. </image>
  65. </view>
  66. <view class="indexb">
  67. <view class="indexc">
  68. <image
  69. :src="hasLogin && userinfo.avatar ? userinfo.avatar :'http://pet.hdlkeji.com/assets/static/moren.png'"
  70. class="indexc_img" mode=""></image>
  71. <view class="indexd" @click="GoLogin">
  72. <view class="indexd_p">{{ hasLogin? (userinfo.nickname || '未设置昵称') : '立即登录' }}</view>
  73. <view class="indexd_p1" v-if="hasLogin">{{userinfo.mobile}}</view>
  74. </view>
  75. </view>
  76. <view class="indexe">
  77. <view class="indexe_a" @click="GoPassword">
  78. <view class="indexe_box">
  79. <image src="http://pet.hdlkeji.com/assets/static/meun_1.png" class="indexe_icon"
  80. mode=""></image>
  81. </view>
  82. <view class="indexe_p">修改密码</view>
  83. </view>
  84. <view class="indexe_a" @click="GoWithdeawal">
  85. <view class="indexe_box">
  86. <image src="http://pet.hdlkeji.com/assets/static/meun_1.png" class="indexe_icon"
  87. mode=""></image>
  88. </view>
  89. <view class="indexe_p">我的钱包</view>
  90. </view>
  91. <view class="indexe_a" @click="GoMine">
  92. <view class="indexe_box">
  93. <image src="http://pet.hdlkeji.com/assets/static/meun_1.png" class="indexe_icon"
  94. mode=""></image>
  95. </view>
  96. <view class="indexe_p">完善资料</view>
  97. </view>
  98. <view class="indexe_a" @click="loginOut">
  99. <view class="indexe_box">
  100. <image src="http://pet.hdlkeji.com/assets/static/meun_1.png" class="indexe_icon"
  101. mode=""></image>
  102. </view>
  103. <view class="indexe_p">退出登录</view>
  104. </view>
  105. </view>
  106. </view>
  107. </view>
  108. </u-popup>
  109. </view>
  110. </template>
  111. <script>
  112. import {
  113. getToken,
  114. removeToken
  115. } from '@/utils/auth';
  116. export default {
  117. name: "u-header",
  118. data() {
  119. return {
  120. headerHeight: 0,
  121. show: false,
  122. hasLogin: false,
  123. userinfo: {},
  124. type: false
  125. };
  126. },
  127. created() {
  128. uni.getSystemInfo({
  129. success: (res) => {
  130. const menuButton = uni.getMenuButtonBoundingClientRect() // 胶囊
  131. const navBarPadding = (menuButton.top - res.statusBarHeight) * 2
  132. let statusBarHeight = res.statusBarHeight
  133. let navHeight = menuButton.height + navBarPadding
  134. this.headerHeight = navHeight + statusBarHeight
  135. }
  136. })
  137. this.GetUser()
  138. let data = getApp().globalData
  139. this.type = data.isAdmin;
  140. },
  141. methods: {
  142. // 点击退出登录
  143. loginOut(){
  144. getApp.globalData = {
  145. isAdmin:false
  146. }
  147. removeToken()
  148. uni.reLaunch({
  149. url:"/pages/login/login"
  150. })
  151. this.show = false
  152. },
  153. // 点击完善信息
  154. GoMine(){
  155. uni.navigateTo({
  156. url:'/pages/order/perfect'
  157. })
  158. this.show = false
  159. },
  160. // 点击我的钱包
  161. GoWithdeawal() {
  162. uni.navigateTo({
  163. url:'/pages/mine/mine'
  164. })
  165. this.show = false
  166. },
  167. // 点击修改密码
  168. GoPassword() {
  169. uni.navigateTo({
  170. url: "/pages/mine/password"
  171. })
  172. this.show = false
  173. },
  174. // 代办事项
  175. GoIndex() {
  176. uni.navigateTo({
  177. url: '/pages/index/index'
  178. })
  179. this.show = false
  180. },
  181. GoDelivery() {
  182. uni.navigateTo({
  183. url: '/pages/Delivery/Delivery'
  184. })
  185. this.show = false
  186. },
  187. // 点击营销设置
  188. GoMarket() {
  189. uni.navigateTo({
  190. url: '/pages/Marketing/Marketing'
  191. })
  192. this.show = false
  193. },
  194. // 点击前往订单页面
  195. GoOrder() {
  196. uni.navigateTo({
  197. url: '/pages/order/order'
  198. })
  199. this.show = false
  200. },
  201. //去登陆
  202. GoLogin() {
  203. var token = getToken();
  204. if (!token) {
  205. this.side()
  206. uni.navigateTo({
  207. url: '../login/login'
  208. })
  209. }
  210. this.show = false
  211. },
  212. //获取用户信息
  213. GetUser() {
  214. this.request('/user/index', '', 'post').then(res => {
  215. var token = getToken();
  216. if (token) {
  217. this.userinfo = res.data
  218. this.hasLogin = true
  219. console.log(this.userinfo)
  220. }
  221. });
  222. },
  223. side() {
  224. this.show = !this.show
  225. },
  226. }
  227. }
  228. </script>
  229. <style lang="scss">
  230. .u-drawer-content {
  231. width: 68% !important;
  232. }
  233. .indexa {
  234. position: relative;
  235. min-width: 68vw;
  236. .sheader_a {
  237. margin-top: -60rpx;
  238. width: 100%;
  239. height: 60rpx;
  240. padding: 0 24rpx;
  241. box-sizing: border-box;
  242. display: flex;
  243. justify-content: flex-start;
  244. align-items: center;
  245. .sheader_b {
  246. width: 48rpx;
  247. height: 38rpx;
  248. }
  249. .sheader_img {
  250. width: 132rpx;
  251. height: 50rpx;
  252. margin-left: 36rpx;
  253. }
  254. }
  255. }
  256. .indexb {
  257. width: 100%;
  258. padding: 30rpx;
  259. box-sizing: border-box;
  260. .indexc {
  261. display: flex;
  262. justify-content: flex-start;
  263. align-items: center;
  264. margin-top: 30rpx;
  265. .indexc_img {
  266. width: 130rpx;
  267. height: 130rpx;
  268. border-radius: 50%;
  269. opacity: 1;
  270. }
  271. .indexd {
  272. margin-left: 20rpx;
  273. .indexd_p {
  274. font-size: 36rpx;
  275. font-family: PingFangSC-Semibold;
  276. line-height: 50rpx;
  277. color: #111111;
  278. opacity: 1;
  279. }
  280. .indexd_p1 {
  281. font-size: 32rpx;
  282. font-family: PingFangSC-Regular;
  283. line-height: 44rpx;
  284. color: #111111;
  285. opacity: 1;
  286. margin-top: 6rpx;
  287. }
  288. }
  289. }
  290. .indexe {
  291. margin-top: 40rpx;
  292. .indexe_a {
  293. display: flex;
  294. justify-content: flex-start;
  295. align-items: center;
  296. padding: 32rpx 15rpx;
  297. box-sizing: border-box;
  298. .indexe_box {
  299. width: 49rpx;
  300. text-align: center;
  301. .indexe_icon {
  302. width: 45rpx;
  303. height: 43rpx;
  304. }
  305. .indexe_icona {
  306. width: 41rpx;
  307. height: 47rpx;
  308. }
  309. .indexe_iconb {
  310. width: 49rpx;
  311. height: 47rpx;
  312. }
  313. .indexe_iconc {
  314. width: 39rpx;
  315. height: 45rpx;
  316. }
  317. .indexe_icond {
  318. width: 43rpx;
  319. height: 49rpx;
  320. }
  321. }
  322. .indexe_p {
  323. font-size: 30rpx;
  324. font-family: PingFang SC;
  325. font-weight: 400;
  326. line-height: 42rpx;
  327. color: #111111;
  328. opacity: 1;
  329. margin-left: 30rpx;
  330. }
  331. }
  332. }
  333. }
  334. .je {
  335. position: fixed;
  336. left: 0;
  337. top: 0;
  338. // height: 100vh;
  339. width: 100%;
  340. background: #ffffff;
  341. z-index: 999;
  342. .sheader {
  343. position: absolute;
  344. top: -5rpx;
  345. left: 0;
  346. width: 100%;
  347. color: #000000;
  348. z-index: 99;
  349. // background: linear-gradient(360deg, rgba(236, 236, 236, 0) 0%, #FFFFFF 100%);
  350. background-color: #FFFFFF;
  351. .sheader_a {
  352. position: absolute;
  353. bottom: 0;
  354. left: 0;
  355. width: 100%;
  356. height: 60rpx;
  357. padding: 0 24rpx;
  358. box-sizing: border-box;
  359. display: flex;
  360. justify-content: flex-start;
  361. align-items: center;
  362. .title {
  363. width: 100%;
  364. text-align: center;
  365. font-size: 36rpx;
  366. font-family: PingFang SC;
  367. font-weight: 500;
  368. color: #111111;
  369. opacity: 1;
  370. padding-right: 50rpx;
  371. box-sizing: border-box;
  372. }
  373. .sheader_b {
  374. width: 48rpx;
  375. height: 38rpx;
  376. }
  377. .sheader_img {
  378. width: 132rpx;
  379. height: 50rpx;
  380. margin-left: 36rpx;
  381. }
  382. }
  383. }
  384. }
  385. </style>