u-header.vue 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  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. // console.log(data)
  140. this.type = data.isAdmin;
  141. },
  142. methods: {
  143. // 点击退出登录
  144. loginOut(){
  145. getApp.globalData = {
  146. isAdmin:false
  147. }
  148. removeToken()
  149. uni.reLaunch({
  150. url:"/pages/login/login"
  151. })
  152. },
  153. // 点击完善信息
  154. GoMine(){
  155. uni.navigateTo({
  156. url:'/pages/order/perfect'
  157. })
  158. },
  159. // 点击我的钱包
  160. GoWithdeawal() {
  161. uni.navigateTo({
  162. url:'/pages/mine/mine'
  163. })
  164. },
  165. // 点击修改密码
  166. GoPassword() {
  167. uni.navigateTo({
  168. url: "/pages/mine/password"
  169. })
  170. },
  171. // 代办事项
  172. GoIndex() {
  173. uni.navigateTo({
  174. url: '/pages/index/index'
  175. })
  176. },
  177. GoDelivery() {
  178. uni.navigateTo({
  179. url: '/pages/Delivery/Delivery'
  180. })
  181. },
  182. // 点击营销设置
  183. GoMarket() {
  184. uni.navigateTo({
  185. url: '/pages/Marketing/Marketing'
  186. })
  187. },
  188. // 点击前往订单页面
  189. GoOrder() {
  190. uni.navigateTo({
  191. url: '/pages/order/order'
  192. })
  193. },
  194. //去登陆
  195. GoLogin() {
  196. var token = getToken();
  197. if (!token) {
  198. this.side()
  199. uni.navigateTo({
  200. url: '../login/login'
  201. })
  202. }
  203. },
  204. //获取用户信息
  205. GetUser() {
  206. this.request('/user/index', '', 'post').then(res => {
  207. var token = getToken();
  208. if (token) {
  209. this.userinfo = res.data
  210. this.hasLogin = true
  211. console.log(this.userinfo)
  212. }
  213. });
  214. },
  215. side() {
  216. this.show = !this.show
  217. },
  218. }
  219. }
  220. </script>
  221. <style lang="scss">
  222. .u-drawer-content {
  223. width: 68% !important;
  224. }
  225. .indexa {
  226. position: relative;
  227. min-width: 68vw;
  228. .sheader_a {
  229. margin-top: -60rpx;
  230. width: 100%;
  231. height: 60rpx;
  232. padding: 0 24rpx;
  233. box-sizing: border-box;
  234. display: flex;
  235. justify-content: flex-start;
  236. align-items: center;
  237. .sheader_b {
  238. width: 48rpx;
  239. height: 38rpx;
  240. }
  241. .sheader_img {
  242. width: 132rpx;
  243. height: 50rpx;
  244. margin-left: 36rpx;
  245. }
  246. }
  247. }
  248. .indexb {
  249. width: 100%;
  250. padding: 30rpx;
  251. box-sizing: border-box;
  252. .indexc {
  253. display: flex;
  254. justify-content: flex-start;
  255. align-items: center;
  256. margin-top: 30rpx;
  257. .indexc_img {
  258. width: 130rpx;
  259. height: 130rpx;
  260. border-radius: 50%;
  261. opacity: 1;
  262. }
  263. .indexd {
  264. margin-left: 20rpx;
  265. .indexd_p {
  266. font-size: 36rpx;
  267. font-family: PingFangSC-Semibold;
  268. line-height: 50rpx;
  269. color: #111111;
  270. opacity: 1;
  271. }
  272. .indexd_p1 {
  273. font-size: 32rpx;
  274. font-family: PingFangSC-Regular;
  275. line-height: 44rpx;
  276. color: #111111;
  277. opacity: 1;
  278. margin-top: 6rpx;
  279. }
  280. }
  281. }
  282. .indexe {
  283. margin-top: 40rpx;
  284. .indexe_a {
  285. display: flex;
  286. justify-content: flex-start;
  287. align-items: center;
  288. padding: 32rpx 15rpx;
  289. box-sizing: border-box;
  290. .indexe_box {
  291. width: 49rpx;
  292. text-align: center;
  293. .indexe_icon {
  294. width: 45rpx;
  295. height: 43rpx;
  296. }
  297. .indexe_icona {
  298. width: 41rpx;
  299. height: 47rpx;
  300. }
  301. .indexe_iconb {
  302. width: 49rpx;
  303. height: 47rpx;
  304. }
  305. .indexe_iconc {
  306. width: 39rpx;
  307. height: 45rpx;
  308. }
  309. .indexe_icond {
  310. width: 43rpx;
  311. height: 49rpx;
  312. }
  313. }
  314. .indexe_p {
  315. font-size: 30rpx;
  316. font-family: PingFang SC;
  317. font-weight: 400;
  318. line-height: 42rpx;
  319. color: #111111;
  320. opacity: 1;
  321. margin-left: 30rpx;
  322. }
  323. }
  324. }
  325. }
  326. .je {
  327. position: fixed;
  328. left: 0;
  329. top: 0;
  330. // height: 100vh;
  331. width: 100%;
  332. background: #ffffff;
  333. z-index: 999;
  334. .sheader {
  335. position: absolute;
  336. top: -5rpx;
  337. left: 0;
  338. width: 100%;
  339. color: #000000;
  340. z-index: 99;
  341. // background: linear-gradient(360deg, rgba(236, 236, 236, 0) 0%, #FFFFFF 100%);
  342. background-color: #FFFFFF;
  343. .sheader_a {
  344. position: absolute;
  345. bottom: 0;
  346. left: 0;
  347. width: 100%;
  348. height: 60rpx;
  349. padding: 0 24rpx;
  350. box-sizing: border-box;
  351. display: flex;
  352. justify-content: flex-start;
  353. align-items: center;
  354. .title {
  355. width: 100%;
  356. text-align: center;
  357. font-size: 36rpx;
  358. font-family: PingFang SC;
  359. font-weight: 500;
  360. color: #111111;
  361. opacity: 1;
  362. padding-right: 50rpx;
  363. box-sizing: border-box;
  364. }
  365. .sheader_b {
  366. width: 48rpx;
  367. height: 38rpx;
  368. }
  369. .sheader_img {
  370. width: 132rpx;
  371. height: 50rpx;
  372. margin-left: 36rpx;
  373. }
  374. }
  375. }
  376. }
  377. </style>