Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
9c0e930c
Commit
9c0e930c
authored
Oct 21, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
e5371bf5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
186 additions
and
51 deletions
+186
-51
style44.vue
components/cats/style44.vue
+5
-7
cart.vue
pages/cart/cart.vue
+181
-44
No files found.
components/cats/style44.vue
View file @
9c0e930c
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
<!--
<view
v-else
>
{{
cx
.
edudata
.
show
}}
</view>
-->
<!--
<view
v-else
>
{{
cx
.
edudata
.
show
}}
</view>
-->
<view
v-if=
"cx.show"
<view
v-if=
"cx.show"
:class=
"[cx.edudata.ClassTimeList[0].TypeStr!='固定日期'?'rema':'']"
>
:class=
"[cx.edudata.ClassTimeList[0].TypeStr!='固定日期'?'rema':'']"
>
<view
v-for=
"(item,i) in cx.edudata.ClassTimeList"
:key=
"i"
>
<view
v-for=
"(item,i) in cx.edudata.ClassTimeList"
:key=
"i"
:class=
"[cx.edudata.ClassTimeList[0].TypeStr=='固定日期'?'rema3':'']"
>
<text
v-if=
"item.TypeStr=='固定日期'"
>
<text
v-if=
"item.TypeStr=='固定日期'"
>
{{
item
.
TypeStr
}}
:
&
nbsp
{{
item
.
TypeStr
}}
:
&
nbsp
</text>
</text>
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
</view>
</view>
</view>
</view>
<!-- 上课次数 -->
<!-- 上课次数 -->
<div
v-if=
"cx.edudata.ClassNum&&u.TenantId==27"
class=
"sell"
>
<div
v-if=
"cx.edudata.ClassNum&&u.TenantId==27"
class=
"sell"
style=
"margin-top: 8rpx;"
>
{{
cx
.
edudata
.
ClassNum
}}
次
{{
cx
.
edudata
.
ClassNum
}}
次
</div>
</div>
<div
v-if=
"cx.is_level==1&&u.TenantId!=27"
>
<div
v-if=
"cx.is_level==1&&u.TenantId!=27"
>
...
@@ -297,14 +297,10 @@
...
@@ -297,14 +297,10 @@
remaining
(
i
)
{
remaining
(
i
)
{
this
.
$nextTick
(
function
()
{
this
.
$nextTick
(
function
()
{
i
.
show
=
!
i
.
show
i
.
show
=
!
i
.
show
console
.
log
(
'llllllllllllllllllllllllll'
,
i
.
edudata
)
})
})
// this.$set(i.edudata, 'age', 88)
},
},
remaining2
(
i
)
{
remaining2
(
i
)
{
i
.
show
=
!
i
.
show
i
.
show
=
!
i
.
show
// this.ind=i
},
},
// 接口
// 接口
initlist
(
i
)
{
initlist
(
i
)
{
...
@@ -505,7 +501,6 @@
...
@@ -505,7 +501,6 @@
addList
(
list
);
addList
(
list
);
this
.
g
=
list
this
.
g
=
list
// console.log((this.g, '==='))
// console.log((this.g, '==='))
this
.
page_count
=
res
.
data
.
pageCount
;
this
.
page_count
=
res
.
data
.
pageCount
;
if
(
this
.
page_count
==
1
||
this
.
page_count
==
0
)
{
if
(
this
.
page_count
==
1
||
this
.
page_count
==
0
)
{
this
.
isover
=
true
;
this
.
isover
=
true
;
...
@@ -539,6 +534,9 @@
...
@@ -539,6 +534,9 @@
</
script
>
</
script
>
<
style
>
<
style
>
.rema3
{
margin-bottom
:
8
rpx
;
}
.rema
{
.rema
{
display
:
flex
;
display
:
flex
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
...
...
pages/cart/cart.vue
View file @
9c0e930c
This diff is collapsed.
Click to expand it.
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