提交 4c301427 编写于 作者: N nenyah

fix(detail.vue): add desc

上级 4c099ce1
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @Author: Steven * @Author: Steven
* @Date: 2020-09-07 17:00:45 * @Date: 2020-09-07 17:00:45
* @LastEditors: Steven * @LastEditors: Steven
* @LastEditTime: 2020-09-10 13:04:26 * @LastEditTime: 2020-09-10 16:47:27
*/ */
export interface Iitem { export interface Iitem {
id: Number id: Number
...@@ -14,6 +14,7 @@ export interface Iitem { ...@@ -14,6 +14,7 @@ export interface Iitem {
vote: Number vote: Number
rank: Number rank: Number
diffLast: Number diffLast: Number
desc: String
} }
export interface Iinfo { export interface Iinfo {
name: String name: String
...@@ -30,6 +31,8 @@ export const items: Array<Iitem> = [ ...@@ -30,6 +31,8 @@ export const items: Array<Iitem> = [
vote: 250, vote: 250,
rank: 6, rank: 6,
diffLast: 100, diffLast: 100,
desc:
"这个98年音乐剧专业的好姑娘,虽首轮遗憾选定,在复活赛中却用她的桀骜与热烈,给总决赛现场观众留下动人心魄的一抹红。",
}, },
{ {
id: 2, id: 2,
...@@ -41,6 +44,8 @@ export const items: Array<Iitem> = [ ...@@ -41,6 +44,8 @@ export const items: Array<Iitem> = [
vote: 250 * 2, vote: 250 * 2,
rank: 5, rank: 5,
diffLast: 200, diffLast: 200,
desc:
"这个98年音乐剧专业的好姑娘,虽首轮遗憾选定,在复活赛中却用她的桀骜与热烈,给总决赛现场观众留下动人心魄的一抹红。",
}, },
{ {
id: 3, id: 3,
...@@ -52,6 +57,8 @@ export const items: Array<Iitem> = [ ...@@ -52,6 +57,8 @@ export const items: Array<Iitem> = [
vote: 250 * 3, vote: 250 * 3,
rank: 4, rank: 4,
diffLast: 1000, diffLast: 1000,
desc:
"这个98年音乐剧专业的好姑娘,虽首轮遗憾选定,在复活赛中却用她的桀骜与热烈,给总决赛现场观众留下动人心魄的一抹红。",
}, },
{ {
id: 4, id: 4,
...@@ -63,6 +70,8 @@ export const items: Array<Iitem> = [ ...@@ -63,6 +70,8 @@ export const items: Array<Iitem> = [
vote: 250 * 4, vote: 250 * 4,
rank: 3, rank: 3,
diffLast: 10000, diffLast: 10000,
desc:
"这个98年音乐剧专业的好姑娘,虽首轮遗憾选定,在复活赛中却用她的桀骜与热烈,给总决赛现场观众留下动人心魄的一抹红。",
}, },
{ {
id: 5, id: 5,
...@@ -74,6 +83,8 @@ export const items: Array<Iitem> = [ ...@@ -74,6 +83,8 @@ export const items: Array<Iitem> = [
vote: 250 * 5, vote: 250 * 5,
rank: 2, rank: 2,
diffLast: 100, diffLast: 100,
desc:
"这个98年音乐剧专业的好姑娘,虽首轮遗憾选定,在复活赛中却用她的桀骜与热烈,给总决赛现场观众留下动人心魄的一抹红。",
}, },
{ {
id: 6, id: 6,
...@@ -85,6 +96,8 @@ export const items: Array<Iitem> = [ ...@@ -85,6 +96,8 @@ export const items: Array<Iitem> = [
vote: 250 * 6, vote: 250 * 6,
rank: 1, rank: 1,
diffLast: 0, diffLast: 0,
desc:
"这个98年音乐剧专业的好姑娘,虽首轮遗憾选定,在复活赛中却用她的桀骜与热烈,给总决赛现场观众留下动人心魄的一抹红。",
}, },
] ]
export const indexstats: Array<Iinfo> = [ export const indexstats: Array<Iinfo> = [
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @Author: Steven * @Author: Steven
* @Date: 2020-09-08 08:48:06 * @Date: 2020-09-08 08:48:06
* @LastEditors: Steven * @LastEditors: Steven
* @LastEditTime: 2020-09-10 15:58:28 * @LastEditTime: 2020-09-10 16:46:33
--> -->
<template> <template>
<view class="bg-purple"> <view class="bg-purple">
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
<detail-video></detail-video> <detail-video></detail-video>
<!-- 选手简介 --> <!-- 选手简介 -->
<sub-title :content="title3"></sub-title> <sub-title :content="title3"></sub-title>
<view>{{item.desc}}</view>
<!-- 脚注 --> <!-- 脚注 -->
<vote-footer></vote-footer> <vote-footer></vote-footer>
</view> </view>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册