no message

cyl/job_im
jscyl13849007907 2 days ago
parent 9365738d99
commit 0164ff4b75

@ -3,7 +3,7 @@
<div style="height: 10px;"></div> <div style="height: 10px;"></div>
<div class="div_dom"> <div class="div_dom">
<view class="th-title"> <view class="th-title" style="font-weight: bold;">
{{ jobDetail.store.aliasName }} {{ jobDetail.store.aliasName }}
</view> </view>
<view class="td-content" v-html="storeInfoHtml"></view> <view class="td-content" v-html="storeInfoHtml"></view>
@ -47,7 +47,11 @@
export default { export default {
data() { data() {
return { return {
jobDetail: {}, jobDetail: {
store: {
aliasName:''
},
},
swiperArray: [], swiperArray: [],
muted: true, muted: true,
isFullscreen: false, isFullscreen: false,
@ -102,7 +106,7 @@ export default {
html = html.replace(/\[([^\]]+)\]\(([^)]+)\)/g, '<a href="$2">$1</a>'); html = html.replace(/\[([^\]]+)\]\(([^)]+)\)/g, '<a href="$2">$1</a>');
html = html.replace(/^---+$/gm, '<hr/>'); html = html.replace(/^---+$/gm, '<hr/>');
html = html.replace(/^\>\s+(.+)$/gm, '<blockquote>$1</blockquote>'); html = html.replace(/^\>\s+(.+)$/gm, '<blockquote>$1</blockquote>');
html = html.replace(/\n{2,}/g, '</p><p>'); html = html.replace(/\n{2,}/g, '</p><p style="margin-top:1em;">');
html = html.replace(/\n/g, '<br/>'); html = html.replace(/\n/g, '<br/>');
html = '<p>' + html + '</p>'; html = '<p>' + html + '</p>';
html = html.replace(/<p>\s*<\/p>/g, ''); html = html.replace(/<p>\s*<\/p>/g, '');

Loading…
Cancel
Save