|
|
@@ -173,14 +173,18 @@ class UserController extends BaseController
|
|
|
//用户基本信息和资产 shish 2019.12.19
|
|
|
public function actionMyProfile()
|
|
|
{
|
|
|
+
|
|
|
+ $content = '<p><a data-miniprogram-appid="wxe4675bab299a52f7" data-miniprogram-path="pages/case/casedetail?mainId=184&owner_user_id=19" href=""><img src="https://www.meijiabang.com/0.gif" alt="" data-width="null" data-ratio="NaN"></a></p>';
|
|
|
+ $content = $this->html_out($content);
|
|
|
|
|
|
- $user = UserService::getUserInfo($this->userId);
|
|
|
+ $content = '<p><a data-miniprogram-appid="wxe4675bab299a52f7" data-miniprogram-path="pages/case/casedetail?mainId=184&owner_user_id=19" href=""><img src="https://www.meijiabang.com/0.gif" alt="" data-width="null" data-ratio="NaN"></a></p>';
|
|
|
|
|
|
- //$content = '<p><a data-miniprogram-appid="wxe4675bab299a52f7" data-miniprogram-path="pages/case/casedetail?mainId=184&owner_user_id=19" href=""><img src="https://www.meijiabang.com/0.gif" alt="" data-width="null" data-ratio="NaN"></a></p>';
|
|
|
- //$content = $this->html_out($content);
|
|
|
- $content = "<a data-miniprogram-appid='wxe4675bab299a52f7' data-miniprogram-path='pages/page/redirect?redirect_url=pages/getGuest/shareIndex' href=''>建材大师</a>";
|
|
|
$r = wxUtil::sendMsg($content, $this->merchant, $user['openId']);
|
|
|
Yii::info(json_encode($r));
|
|
|
+
|
|
|
+ $user = UserService::getUserInfo($this->userId);
|
|
|
+
|
|
|
+
|
|
|
|
|
|
$growth = $user['userAsset']['growth'];
|
|
|
$extend = $this->merchantExtend;
|