fix employee bug

This commit is contained in:
xuecong 2021-11-28 18:07:10 +08:00
parent 431ddd2d6f
commit b9140cdb83
2 changed files with 2 additions and 2 deletions

View File

@ -24,4 +24,4 @@ export const WECHAT_VERSION = '7.0.0';
export const SDK_VERSION = '2.16.0';
export const VERSION = '1.1.9';
export const VERSION = '1.1.10';

View File

@ -13,7 +13,7 @@
wx:for="{{list}}"
wx:key="index"
title="{{common.number('IA', item.created_at, item.id)}}"
url="/pages/party/detail?id={{item.id}}"
url="/pages/inform/detail?id={{item.id}}"
>
<cw-list-item-info label="文章标题">
{{item.title}}