Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
8 years ago
Commit
ecdb4bc4cede522be1177d39790da2fc0aaf4271
1 parent
c877f532
hede span
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/js/me/feedback.page.js
public/vue/me/records.vue
public/js/me/feedback.page.js
View file @
ecdb4bc
...
...
@@ -21,7 +21,7 @@ new Vue({
},
scopedSlots
:
{
right
:
function
()
{
return
h
(
'
butto
n'
,
{
return
h
(
'
spa
n'
,
{
'class'
:
{
//eslint-disable-line
'right-btn'
:
true
},
...
...
public/vue/me/records.vue
View file @
ecdb4bc
...
...
@@ -2,7 +2,7 @@
<div>
<header-box title="浏览记录" ref="header">
<div slot="right">
<
button class="right-btn" @click="clearAllRecords">清空</butto
n>
<
span class="right-btn" @click="clearAllRecords">清空</spa
n>
</div>
</header-box>
<div v-if="hasdata">
...
...
Please
register
or
login
to post a comment