u-header.vue 10 KB

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