1/* 2 * Copyright (c) 2021 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15export const setResource = function() { 16 for (var i = 0; i < 50; i++) { 17 this.listData.push("common/left.png"); 18 this.listData.push("common/right.png"); 19 this.listData.push("common/music_prev.png"); 20 this.listData.push("common/music_next.png"); 21 this.listData.push("common/music_play.png"); 22 this.listData.push("common/goAhead.png"); 23 } 24}; 25export const listData = [ 26 "common/left.png", 27 "common/right.png", 28 "common/music_prev.png", 29 "common/music_next.png", 30 "common/music_play.png", 31 "common/goAhead.png" 32]; 33export const textData = ["Item0", "Item1", "Item2", "Item3"];