Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
d0873f55
Commit
d0873f55
authored
May 19, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A
parent
9c0406f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
23 deletions
+26
-23
apps/home/Tpl/default/Home/exams_w3g.html
+26
-23
No files found.
apps/home/Tpl/default/Home/exams_w3g.html
View file @
d0873f55
...
@@ -103,30 +103,33 @@
...
@@ -103,30 +103,33 @@
<div
class=
"layout_h zhenti_tab"
>
<div
class=
"layout_h zhenti_tab"
>
<div
@
click=
"onMyTab(0)"
class=
"layout_center weight_full"
:class=
"myTab == 0 ? 'zhenti_tab_selected' : 'zhenti_tab_normal'"
>
已做
</div>
<div
@
click=
"onMyTab(0)"
class=
"layout_center weight_full"
:class=
"myTab == 0 ? 'zhenti_tab_selected' : 'zhenti_tab_normal'"
>
已做
</div>
<div
@
click=
"onMyTab(1)"
class=
"layout_center weight_full"
:class=
"myTab == 1 ? 'zhenti_tab_selected' : 'zhenti_tab_normal'"
>
收藏
</div>
<div
@
click=
"onMyTab(1)"
class=
"layout_center weight_full"
:class=
"myTab == 1 ? 'zhenti_tab_selected' : 'zhenti_tab_normal'"
>
收藏
</div>
</div>
<div
v-if=
"myTab == 1"
class=
"zhenti_my_collect_cell layout_v"
>
<div
class=
"text_16_600 color_333333"
>
某种糖果的进价为12元/千克,现购进这种糖果若干千克,每天销售10千克,且从第二天起每天都比前一天降价2元/千克。已知以6元/千克的价格销售的那天正好卖完最后10千克,且总销售额是总进货成本的2倍。问总共进了多少千克这种糖果?
</div>
<div
class=
"text_12_400 color_999999 zhenti_my_collect_cell_time"
>
2020-04-04 03:12:56
</div>
</div>
<!-- 项目2 -->
<!-- <div v-if="myTab == 0" v-for="(item, index) in myYiZuo" :key="index" class="class_item layout_h">
<div class="class_left layout_v weight_full">
<div class="layout_h">
<div v-if="item.price > 0" class="mark_orange layout_center">付费</div>
<div v-if="item.price == 0" class="mark_green layout_center">免费</div>
<span class="text_14_600 color_333333 weight_full van-multi-ellipsis--l2" style="margin-left: 0.625rem;">{{item.title}}</span>
</div>
<div class="layout_h" style="margin-top: 1.25rem;">
<span class="text_12_400 color_primary">得分:{{item.score}}</span>
<span class="class_attr text_12_400 color_999999">{{item.time}}</span>
</div>
</div>
<div class="class_right layout_center">
<div class="button_green layout_center">查看详情</div>
</div>
</div>
</div>
<span style="margin-top: 35vh;" v-if="myYiZuo.length == 0 && myTab=0" class="text_14_400 color_999999 self_center">没有找到!</span>
<template
v-if=
"myTab == 1"
>
<span style="margin-top: 35vh;" v-if="myYiZuo.length == 0 && myTab=1" class="text_14_400 color_999999 self_center">没有找到!</span> -->
<div
class=
"zhenti_my_collect_cell layout_v"
>
<div
class=
"text_16_600 color_333333"
>
某种糖果的进价为12元/千克,现购进这种糖果若干千克,每天销售10千克,且从第二天起每天都比前一天降价2元/千克。已知以6元/千克的价格销售的那天正好卖完最后10千克,且总销售额是总进货成本的2倍。问总共进了多少千克这种糖果?
</div>
<div
class=
"text_12_400 color_999999 zhenti_my_collect_cell_time"
>
2020-04-04 03:12:56
</div>
</div>
<span
style=
"margin-top: 35vh;"
v-if=
"myCollect.length == 0"
class=
"text_14_400 color_999999 self_center"
>
没有找到!
</span>
</template>
<template
v-if=
"myTab == 1"
>
<div
v-for=
"(item, index) in myYiZuo"
:key=
"index"
class=
"class_item layout_h"
>
<div
class=
"class_left layout_v weight_full"
>
<div
class=
"layout_h"
>
<div
v-if=
"item.price > 0"
class=
"mark_orange layout_center"
>
付费
</div>
<div
v-if=
"item.price == 0"
class=
"mark_green layout_center"
>
免费
</div>
<span
class=
"text_14_600 color_333333 weight_full van-multi-ellipsis--l2"
style=
"margin-left: 0.625rem;"
>
{{item.title}}
</span>
</div>
<div
class=
"layout_h"
style=
"margin-top: 1.25rem;"
>
<span
class=
"text_12_400 color_primary"
>
得分:{{item.score}}
</span>
<span
class=
"class_attr text_12_400 color_999999"
>
{{item.time}}
</span>
</div>
</div>
<div
class=
"class_right layout_center"
>
<div
class=
"button_green layout_center"
>
查看详情
</div>
</div>
</div>
<span
style=
"margin-top: 35vh;"
v-if=
"myYiZuo.length == 0"
class=
"text_14_400 color_999999 self_center"
>
没有找到!
</span>
</template>
</div>
</div>
</van-tab>
</van-tab>
...
...
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