U('mptradecomponts/index'), 'icon' => '/static/images/mptradecomponts.png', 'title' => '交易组件', 'desc' => '视频号打通小程序', ]; $app_arr['cashondelivery'] = [ 'url' => U('cashondelivery/config'), 'icon' => '/static/images/cashondelivery.png', 'title' => '货到付款', 'desc' => '商品支持货到付款', ]; /** $app_arr['allform'] = [ 'url' => U('allform/index'), 'icon' => '/static/images/allform.png', 'title' => '万能表单', 'desc' => '万能表单收集数据', ]; **/ $app_arr['platformmobile'] = [ 'url' => U('platformmobile/config'), 'icon' => '/static/images/platformmobile.png', 'title' => '平台手机端', 'desc' => '平台手机端', ]; $this->app_arr = $app_arr; $this->display(); } } ?>