import Common5 from "../../Platform/th/Common5"; import { BagGoodsConfig } from "../Manager/BagManager"; import BaiCaoJiManager from "../Manager/BaiCaoJiManager"; const {ccclass, property} = cc._decorator; @ccclass export default class BaiCaoJiShuoMing extends cc.Component { @property(cc.Node) scrollViewContent: cc.Node = null; @property(cc.Node) childItem: cc.Node = null; // LIFE-CYCLE CALLBACKS: // onLoad () {} start () { this.initView() } initView(){ let config = BaiCaoJiManager.getManagerConfigs() for(let i=0;i