Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
向伟
educationStu
Commits
d528d11a
Commit
d528d11a
authored
Jan 13, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
9b55b8ce
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
fillInTheBlanks.vue
src/components/word/fillInTheBlanks.vue
+3
-1
myp-one.vue
src/components/word/myp-one.vue
+1
-3
index.vue
src/pages/index/index.vue
+4
-0
No files found.
src/components/word/fillInTheBlanks.vue
View file @
d528d11a
...
@@ -73,7 +73,9 @@
...
@@ -73,7 +73,9 @@
<view
class=
"box"
v-if=
"!isShowExplain"
>
<view
class=
"box"
v-if=
"!isShowExplain"
>
<view
class=
"dc "
>
<view
class=
"dc "
>
<view
style=
"font-size:26rpx;width:100%;font-weight: 600;"
><text
style=
"color:#4756EB;"
>
{{
num
}}
/
{{
total
}}
、
</text>
{{
item
.
Title
}}
</view>
<view
style=
"font-size:26rpx;width:100%;font-weight: 600;"
><text
style=
"color:#4756EB;"
>
{{
num
}}
/
{{
total
}}
、
</text>
{{
item
.
Title
}}
</view>
<mypone
:maxlength=
"getNum(item)"
v-model=
"test"
style=
"display: inline-block;"
@
input=
"input"
></mypone>
<view
style=
"display: flex;justify-content: center;"
>
<mypone
:maxlength=
"getNum(item)"
v-model=
"test"
@
input=
"input"
></mypone>
</view>
</view>
</view>
<view
class=
"dclx"
>
{{
item
.
WordType
}}
</view>
<view
class=
"dclx"
>
{{
item
.
WordType
}}
</view>
<view
class=
"dclx2"
>
{{
item
.
ChineseMean
}}
</view>
<view
class=
"dclx2"
>
{{
item
.
ChineseMean
}}
</view>
...
...
src/components/word/myp-one.vue
View file @
d528d11a
...
@@ -18,9 +18,7 @@
...
@@ -18,9 +18,7 @@
<
script
>
<
script
>
// 支持使用 v-model
// 支持使用 v-model
// 支持使用refs
// 支持使用refs
// 打个广告:
// 全新的 UI 组件来袭:mypUI-nvue页面,uni-app模式,一套组件对应mp/h5/app
export
default
{
export
default
{
name
:
'mypOneInput'
,
name
:
'mypOneInput'
,
props
:
{
props
:
{
...
...
src/pages/index/index.vue
View file @
d528d11a
...
@@ -193,6 +193,10 @@
...
@@ -193,6 +193,10 @@
url
:
'/pages/timetable/timeTable'
,
url
:
'/pages/timetable/timeTable'
,
})
})
},
},
//跳转至详情
goActiveDetail
(
Id
)
{
this
.
jumpPage
(
`/pages/activity/activityDetails?Id=
${
Id
}
`
);
},
scan
()
{
scan
()
{
// 调起条码扫描
// 调起条码扫描
uni
.
scanCode
({
uni
.
scanCode
({
...
...
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