u-header.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. <template>
  2. <view class="je">
  3. <view class="sheader" :style="'height:'+headerHeight+'px'">
  4. <view class="sheader_a" @click="side">
  5. <image src="https://ldc365.cn/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="https://ldc365.cn/assets/static/index_icon.png" class="sheader_b" mode=""></image>
  13. <image src="https://ldc365.cn/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 :'https://ldc365.cn/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="https://ldc365.cn/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="https://ldc365.cn/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="https://ldc365.cn/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="https://ldc365.cn/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="https://ldc365.cn/assets/static/index_icon.png" class="sheader_b" mode=""></image>
  71. <image src="https://ldc365.cn/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 :'https://ldc365.cn/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="https://ldc365.cn/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="https://ldc365.cn/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="https://ldc365.cn/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="https://ldc365.cn/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. if (this.type) {
  159. this.getAdminConfig()
  160. }
  161. },
  162. methods: {
  163. // 获取当前的配置
  164. getAdminConfig(e) {
  165. this.request('/admin_config/get_config', '', 'get').then(res => {
  166. if (res.data.order_way === 'manual') {
  167. console.log('手动派单')
  168. this.checkIndex = "手动派单"
  169. } else {
  170. this.checkIndex = "自动派单"
  171. }
  172. });
  173. },
  174. // 切换
  175. radioGroupChange(e) {
  176. console.log(e)
  177. let type = "";
  178. if (e === '手动派单') {
  179. type = 'manual'
  180. } else {
  181. type = "auto"
  182. }
  183. this.request('/admin_config/set_config', {
  184. order_way: type
  185. }, 'get').then(res => {
  186. if (res.code === 1) {
  187. uni.showToast({
  188. title: '配置成功',
  189. icon: 'none'
  190. })
  191. }
  192. });
  193. },
  194. // 点击退出登录
  195. loginOut() {
  196. getApp.globalData = {
  197. isAdmin: false
  198. }
  199. removeToken()
  200. uni.reLaunch({
  201. url: "/pages/login/login"
  202. })
  203. this.show = false
  204. },
  205. // 点击完善信息
  206. GoMine() {
  207. uni.navigateTo({
  208. url: '/pages/order/perfect'
  209. })
  210. this.show = false
  211. },
  212. // 点击我的钱包
  213. GoWithdeawal() {
  214. uni.navigateTo({
  215. url: '/pages/mine/mine'
  216. })
  217. this.show = false
  218. },
  219. // 点击修改密码
  220. GoPassword() {
  221. uni.navigateTo({
  222. url: "/pages/mine/password"
  223. })
  224. this.show = false
  225. },
  226. // 代办事项
  227. GoIndex() {
  228. uni.navigateTo({
  229. url: '/pages/index/index'
  230. })
  231. this.show = false
  232. },
  233. GoDelivery() {
  234. uni.navigateTo({
  235. url: '/pages/Delivery/Delivery'
  236. })
  237. this.show = false
  238. },
  239. // 点击营销设置
  240. GoMarket() {
  241. uni.navigateTo({
  242. url: '/pages/Marketing/Marketing'
  243. })
  244. this.show = false
  245. },
  246. // 点击前往订单页面
  247. GoOrder() {
  248. uni.navigateTo({
  249. url: '/pages/order/order'
  250. })
  251. this.show = false
  252. },
  253. //去登陆
  254. GoLogin() {
  255. var token = getToken();
  256. if (!token) {
  257. this.side()
  258. uni.navigateTo({
  259. url: '../login/login'
  260. })
  261. }else{
  262. uni.navigateTo({
  263. url:"/pages/mine/editMine"
  264. })
  265. }
  266. this.show = false
  267. },
  268. //获取用户信息
  269. GetUser() {
  270. this.request('/user/index', '', 'post').then(res => {
  271. var token = getToken();
  272. if (token) {
  273. this.userinfo = res.data
  274. this.hasLogin = true
  275. console.log(this.userinfo)
  276. }
  277. if (!res.data.wx_authed) {
  278. uni.login({
  279. provider: 'weixin',
  280. success: (code) => {
  281. console.log(code.code);
  282. this.request('/user/wx_auth', {
  283. code: code.code
  284. }, "GET")
  285. }
  286. })
  287. }
  288. });
  289. },
  290. side() {
  291. this.show = !this.show
  292. var token = getToken();
  293. if(token){
  294. this.GetUser()
  295. }
  296. },
  297. }
  298. }
  299. </script>
  300. <style lang="scss">
  301. .u-drawer-content {
  302. width: 68% !important;
  303. }
  304. .indexa {
  305. position: relative;
  306. min-width: 68vw;
  307. .sheader_a {
  308. margin-top: -60rpx;
  309. width: 100%;
  310. height: 60rpx;
  311. padding: 0 24rpx;
  312. box-sizing: border-box;
  313. display: flex;
  314. justify-content: flex-start;
  315. align-items: center;
  316. .sheader_b {
  317. width: 48rpx;
  318. height: 38rpx;
  319. }
  320. .sheader_img {
  321. width: 132rpx;
  322. height: 50rpx;
  323. margin-left: 36rpx;
  324. }
  325. }
  326. }
  327. .indexb {
  328. width: 100%;
  329. padding: 30rpx;
  330. box-sizing: border-box;
  331. .indexc {
  332. display: flex;
  333. justify-content: flex-start;
  334. align-items: center;
  335. margin-top: 30rpx;
  336. .indexc_img {
  337. width: 130rpx;
  338. height: 130rpx;
  339. border-radius: 50%;
  340. opacity: 1;
  341. }
  342. .indexd {
  343. margin-left: 20rpx;
  344. .indexd_p {
  345. font-size: 36rpx;
  346. font-family: PingFangSC-Semibold;
  347. line-height: 50rpx;
  348. color: #111111;
  349. opacity: 1;
  350. }
  351. .indexd_p1 {
  352. font-size: 32rpx;
  353. font-family: PingFangSC-Regular;
  354. line-height: 44rpx;
  355. color: #111111;
  356. opacity: 1;
  357. margin-top: 6rpx;
  358. }
  359. }
  360. }
  361. .indexe {
  362. margin-top: 40rpx;
  363. .indexe_a {
  364. display: flex;
  365. justify-content: flex-start;
  366. align-items: center;
  367. padding: 32rpx 15rpx;
  368. box-sizing: border-box;
  369. .indexe_box {
  370. width: 49rpx;
  371. text-align: center;
  372. .indexe_icon {
  373. width: 40rpx;
  374. height: 40rpx;
  375. }
  376. .indexe_icona {
  377. width: 41rpx;
  378. height: 47rpx;
  379. }
  380. .indexe_iconb {
  381. width: 49rpx;
  382. height: 47rpx;
  383. }
  384. .indexe_iconc {
  385. width: 39rpx;
  386. height: 45rpx;
  387. }
  388. .indexe_icond {
  389. width: 43rpx;
  390. height: 49rpx;
  391. }
  392. }
  393. .indexe_p {
  394. font-size: 30rpx;
  395. font-family: PingFang SC;
  396. font-weight: 400;
  397. line-height: 42rpx;
  398. color: #111111;
  399. opacity: 1;
  400. margin-left: 30rpx;
  401. }
  402. }
  403. }
  404. }
  405. .je {
  406. position: fixed;
  407. left: 0;
  408. top: 0;
  409. // height: 100vh;
  410. width: 100%;
  411. background: #ffffff;
  412. z-index: 999;
  413. .sheader {
  414. position: absolute;
  415. top: -5rpx;
  416. left: 0;
  417. width: 100%;
  418. color: #000000;
  419. z-index: 99;
  420. // background: linear-gradient(360deg, rgba(236, 236, 236, 0) 0%, #FFFFFF 100%);
  421. background-color: #FFFFFF;
  422. .sheader_a {
  423. position: absolute;
  424. bottom: 0;
  425. left: 0;
  426. width: 100%;
  427. height: 60rpx;
  428. padding: 0 24rpx;
  429. box-sizing: border-box;
  430. display: flex;
  431. justify-content: flex-start;
  432. align-items: center;
  433. .title {
  434. width: 100%;
  435. text-align: center;
  436. font-size: 36rpx;
  437. font-family: PingFang SC;
  438. font-weight: 500;
  439. color: #111111;
  440. opacity: 1;
  441. padding-right: 50rpx;
  442. box-sizing: border-box;
  443. }
  444. .sheader_b {
  445. width: 48rpx;
  446. height: 38rpx;
  447. }
  448. .sheader_img {
  449. width: 132rpx;
  450. height: 50rpx;
  451. margin-left: 36rpx;
  452. }
  453. }
  454. }
  455. }
  456. </style>