File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
src/page/profile/children Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ npm run build
58
58
59
59
> 本项目主要用于熟悉如何用 vue2 架构一个大型项目
60
60
61
- > 如有问题请直接在 Issues 中提,或者可以加我的QQ 1264889788
62
-
63
61
> 如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢! ^_ ^
64
62
65
63
> 或者您可以 "follow" 一下,我会不断开源更多的有趣的项目
@@ -68,7 +66,7 @@ npm run build
68
66
69
67
> 特别感谢辰妹子,在百忙之中抽出时间和我一起完成了这个项目,辛苦了🌹
70
68
71
- > 如果您发现问题并有非常好的解决方案 ,欢迎 PR 👍
69
+ > 如有问题请直接在 Issues 中提,或者您发现问题并有非常好的解决方案 ,欢迎 PR 👍
72
70
73
71
> 推荐一个 react + redux 开源项目,对react感兴趣的朋友赶紧去看看。[ 地址在这里] ( https://github.com/bailicangdu/react-pxq )
74
72
Original file line number Diff line number Diff line change 104
104
105
105
<script >
106
106
import {mapMutations , mapState } from ' vuex'
107
- import headTop from ' ../../.. /components/header/head'
107
+ import headTop from ' src /components/header/head'
108
108
import alertTip from ' src/components/common/alertTip'
109
109
import {getImgPath } from ' src/components/common/mixin'
110
110
116
116
infotel: ' ' , // 用户手机
117
117
avatar: ' ' , // 用户头像
118
118
show: false , // 显示提示框
119
- isEnter: true ,
120
- isLeave: false ,
119
+ isEnter: true , // 是否登陆
120
+ isLeave: false , // 是否退出
121
121
showAlert: false ,
122
122
alertText: null ,
123
123
}
200
200
</script >
201
201
202
202
<style lang="scss" scoped>
203
- @import ' ../../.. /style/mixin.scss' ;
203
+ @import ' src /style/mixin.scss' ;
204
204
205
205
.rating_page {
206
206
position : absolute ;
You can’t perform that action at this time.
0 commit comments