9 lines
107 B
JavaScript

import list from '../../config';
import Page from '../../common/page';
Page({
data: {
list
},
});