作者 anyv
1 个管道 的构建 通过 耗费 1 秒

5

... ... @@ -54,7 +54,11 @@
<elseif condition="$indent.logistic_name eq 'TNT'"/>
TNT快递
<else />
暂无
<if condition="$indent.is_courier">
统一配送
<else/>
暂无
</if>
</if>
</p>
</div>
... ...
... ... @@ -204,8 +204,8 @@ class WeChatBaseController extends BaseController
*/
public function checkWeChatUserLogin()
{
/*$user = Db::name('user')->where('id',6)->find();
cmf_update_current_user($user);*/
$user = Db::name('user')->where('id',7)->find();
cmf_update_current_user($user);
$userId = cmf_get_current_user_id();
if (empty($userId)) {
$config = [
... ...