diff --git a/pages/news/policyList.vue b/pages/news/policyList.vue index 5d296c7..0818d97 100644 --- a/pages/news/policyList.vue +++ b/pages/news/policyList.vue @@ -11,7 +11,7 @@ - + {{ item.name }} diff --git a/pages/user/policyDetail.vue b/pages/user/policyDetail.vue index 680b282..e3a8747 100644 --- a/pages/user/policyDetail.vue +++ b/pages/user/policyDetail.vue @@ -14,7 +14,6 @@ } }, onLoad(option) { - console.log('1111111111') getPolicyDetail (option.id).then(res => { let htmlString = res.data.data.guidelineContent this.strings = htmlString.replace(/width=\"\d+\" height=\"\d+\"/g, 'width="100%" height="auto"'); diff --git a/static/img/policy_icon.png b/static/img/policy_icon.png new file mode 100644 index 0000000..4c4242f Binary files /dev/null and b/static/img/policy_icon.png differ