Commit 1c7a4ddf authored by pengyunqian's avatar pengyunqian

Merge branch 'pyq' into dev

parents 6cc7a5ff 95e5c3ca
......@@ -39,9 +39,9 @@
<el-form-item label="用户id">
<el-input v-model="searchProps.user_id" @input="
searchProps.user_id = $event
.replace(/[^a-z0-9A-Z\u4e00-\u9fa5()()\\-]+/g, '')
.replace(/\s/g, '')
"></el-input>
.replace(/\uD83C[\uDF00-\uDFFF]|\uD83D[\uDC00-\uDE4F]/g, '')
"
></el-input>
</el-form-item>
<el-button
type="primary"
......@@ -206,6 +206,12 @@
dialogData.showData.lately_share
}}</span>
</li>
<li>
<span class="list-left">近两天分享下载量 :</span
><span class="list-right">{{
dialogData.showData.lately_download
}}</span>
</li>
<li>
<span class="list-left">历史分享增长 :</span
><span class="list-right">{{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment