/data/wwwroot/fecshop/addons/fecmall/walletyo/app/appfront/theme/widgets/header.php
![<?= Yii::$service->wx->getGzCodeImg() ?>]()
Yii::$service->wx->getGzCodeImg()没有这个方法
fecshop service method is not exit. fecyo\services\Wx::actionGetGzCodeImg
in /data/wwwroot/fecshop/vendor/fancyecommerce/fecshop/services/Service.phpat line 60
51525354555657585960616263646566676869 }
if (method_exists($this, $method)) {
$this->beginCall($originMethod, $arguments);
$return = call_user_func_array([$this, $method], $arguments);
$this->endCall($originMethod, $arguments);
return $return;
} else {
throw new InvalidCallException('fecshop service method is not exit. '.get_class($this)."::$method");
}
}
/**
- 得到services 里面配置的子服务childService的实例.
*/
public function getChildService($childServiceName)
{
//var_dump($this->childService['xunSearch']);exit;
- in /data/wwwroot/fecshop/addons/fecmall/walletyo/app/appfront/theme/widgets/header.php at line 116– fecshop\services\Service::__call('getGzCodeImg', [])
110111112113114115116117118119120121122
<li class="we-chat download-code">
<span class="tag-seprate"></span>
<span class="iconfont"></span>
<a href=""><?= Yii::$service->page->translate->__('About Us') ?></a>
<div class="download-app-box">
<img style="width:90px; margin:auto;display:block;" src="<?= Yii::$service->wx->getGzCodeImg() ?>">
<h5 class="qr-words">微信扫一扫</h5>
<h5 class="qr-words">关注公众号</h5>
</div>
</li>
<li class="help nav-drop-down-container">
<span class="tag-seprate"></span>
- in /data/wwwroot/fecshop/vendor/yiisoft/yii2/base/View.php at line 348– require('/data/wwwroot/fecshop/addons/fec...')