shish 6 лет назад
Родитель
Сommit
4cefb5cd49

+ 1 - 1
biz/coupon/classes/CouponAssetClass.php

@@ -73,7 +73,7 @@ class CouponAssetClass extends BaseClass
                 "url" => Yii::$app->params['mallDomain'] . '/#/pages/coupon/list?account=' . $merchantId,
                 "data" => [
                     "first" => ["value" => "恭喜,您获得一张优惠劵。", "color" => "#173177"],
-                    "keyword1" => ["value" => $amount . '元', "color" => "#173177"],
+                    "keyword1" => ["value" => '查看', "color" => "#173177"],
                     "keyword2" => ["value" => '优惠劵', "color" => "#173177"],
                     "keyword3" => ["value" => date("Y-m-d H:i"), "color" => "#173177"],
                     "remark" => ["value" => "点击查看详情", "color" => "#173177"]

+ 1 - 1
biz/user/services/UserIntegralService.php

@@ -56,7 +56,7 @@ class UserIntegralService extends BaseService
 		$tmData = [
 			"touser" => $openId,
 			"template_id" => $tempId,
-			"url" => Yii::$app->params['frontUrl'] . '/center/right?account=' . $merchant['id'],
+			"url" => Yii::$app->params['mallDomain'] . '/#/pages/home/user?account=' . $merchant['id'],
 			"data" => [
 				"first" => ["value" => "恭喜,您已升为{$gainLevel}级会员。购物享{$gainDiscount}折优惠", "color" => "#173177"],
 				"keyword1" => ["value" => $user['userName'], "color" => "#173177"],