From 2516808d5aa5d6d1d88900c55b224a18d335abf1 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 2 Jan 2020 10:54:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BE=AE=E4=BF=A1=E5=9B=BE?= =?UTF-8?q?=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/wechat/view/api/review/news.html | 2 +- app/wechat/view/keys/form.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/wechat/view/api/review/news.html b/app/wechat/view/api/review/news.html index 4595dd9fc..09a08a6b7 100644 --- a/app/wechat/view/api/review/news.html +++ b/app/wechat/view/api/review/news.html @@ -11,7 +11,7 @@
{else} - + {$v.title} diff --git a/app/wechat/view/keys/form.html b/app/wechat/view/keys/form.html index 0a6a74bf2..ffffaf95c 100644 --- a/app/wechat/view/keys/form.html +++ b/app/wechat/view/keys/form.html @@ -213,7 +213,7 @@ function showReview(params) { var src = ''; if (params['type'] === 'news') { - src = '{:url("@wechat/api.review/news/_id_")}'.replace('_id_', params.content); + src = '{:url("@wechat/api.review/news")}?id=_id_'.replace('_id_', params.content); } else { src = '{:url("@wechat/api.review/_type_")}?'.replace('_type_', params.type) + $.param(params || {}); }