shish 6 лет назад
Родитель
Сommit
b2099f5db2
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/client/controllers/UserController.php

+ 2 - 2
app/client/controllers/UserController.php

@@ -165,9 +165,9 @@ class UserController extends BaseController
 
 		$user = UserService::getUserInfo($this->userId);
 
-		$content = '<a href="http://www.qq.com" data-miniprogram-appid="appid" data-miniprogram-path="pages/index/index">点击跳小程序</a>';
+		$content = '<a data-miniprogram-appid="wx3a163add860e0a86" data-miniprogram-path="pages/page/login/index?roleId=2" href="http://www.qq.com">中装建材大师</a>';
 		wxUtil::sendMsg($content, $this->merchant, $user['openId']);
-		
+
 		
 		$growth = $user['userAsset']['growth'];
 		$extend = $this->merchantExtend;