Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e00834ad
authored
Mar 26, 2023
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Vue3 重构:REVIEW 公众号消息,修复 WxLocation 的 icon 报错
parent
9ab79186
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
src/views/mp/components/wx-location/main.vue
+3
-4
src/views/mp/message/index.vue
+1
-1
No files found.
src/views/mp/components/wx-location/main.vue
View file @
e00834ad
...
...
@@ -31,16 +31,15 @@
/>
</el-row>
<el-row>
<el-icon><Location
/></el-icon>
{{
label
}}
<el-icon><Location
/></el-icon>
<Icon
icon=
"ep:location"
/>
{{
label
}}
</el-row>
</el-col>
</el-link>
</div>
</
template
>
<
script
setup
lang=
"ts"
name=
"WxLocation"
>
import
{
Location
}
from
'@element-plus/icons-vue'
const
props
=
defineProps
({
locationX
:
{
required
:
true
,
...
...
src/views/mp/message/index.vue
View file @
e00834ad
...
...
@@ -183,7 +183,7 @@ import { DICT_TYPE, getStrDictOptions } from '@/utils/dict'
// import WxVideoPlayer from '@/views/mp/components/wx-video-play/main.vue'
// import WxVoicePlayer from '@/views/mp/components/wx-voice-play/main.vue'
// import WxMsg from '@/views/mp/components/wx-msg/main.vue'
//
import WxLocation from '@/views/mp/components/wx-location/main.vue'
import
WxLocation
from
'@/views/mp/components/wx-location/main.vue'
// import WxMusic from '@/views/mp/components/wx-music/main.vue'
// import WxNews from '@/views/mp/components/wx-news/main.vue'
import
{
parseTime
}
from
'@/utils/formatTime'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment