mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 10:22:44 +08:00
8 lines
198 B
JavaScript
8 lines
198 B
JavaScript
import Page from '../../common/page';
|
||
|
||
Page({
|
||
data: {
|
||
text: '足协杯战线连续第2年上演广州德比战,上赛季半决赛上恒大以两回合5-3的总比分淘汰富力。'
|
||
}
|
||
});
|