|
@@ -250,11 +250,11 @@
|
250
|
250
|
<label>封面描述:</label>
|
251
|
251
|
<div class="input">
|
252
|
252
|
<div class="flex">
|
253
|
|
- <el-input class="input" type="textarea" size="small" placeholder="请输入封面描述" v-model="linkExtend.description"
|
|
253
|
+ <el-input class="input" type="textarea" size="small" placeholder="请输入封面描述" v-model="linkExtend.desc"
|
254
|
254
|
clearable></el-input>
|
255
|
|
- <span class="font_zj">{{ $getStrBytes(linkExtend.description) }}/512字节</span>
|
|
255
|
+ <span class="font_zj">{{ $getStrBytes(linkExtend.desc) }}/512字节</span>
|
256
|
256
|
</div>
|
257
|
|
- <div class="warning_hint f12" style="margin-left:0" v-if="$getStrBytes(linkExtend.description) > 512"> <i
|
|
257
|
+ <div class="warning_hint f12" style="margin-left:0" v-if="$getStrBytes(linkExtend.desc) > 512"> <i
|
258
|
258
|
class="el-icon-warning-outline"></i> 封面描述,最多512个字节,已超出!</div>
|
259
|
259
|
</div>
|
260
|
260
|
</div>
|
|
@@ -336,7 +336,7 @@ export default {
|
336
|
336
|
title: '',
|
337
|
337
|
jump_url: '',
|
338
|
338
|
picurl: '',
|
339
|
|
- description: '',
|
|
339
|
+ desc: '',
|
340
|
340
|
},
|
341
|
341
|
attachments: [],
|
342
|
342
|
edit_index: '',
|
|
@@ -465,7 +465,7 @@ export default {
|
465
|
465
|
})
|
466
|
466
|
return
|
467
|
467
|
}
|
468
|
|
- if (this.linkExtend && this.linkExtend.description != '' && this.$getStrBytes(this.linkExtend.description) > 512) {
|
|
468
|
+ if (this.linkExtend && this.linkExtend.desc != '' && this.$getStrBytes(this.linkExtend.desc) > 512) {
|
469
|
469
|
this.$message({
|
470
|
470
|
message: '请正确输入封面描述',
|
471
|
471
|
type: "warning"
|
|
@@ -625,7 +625,7 @@ export default {
|
625
|
625
|
title: '',
|
626
|
626
|
jump_url: '',
|
627
|
627
|
picurl: '',
|
628
|
|
- description: '',
|
|
628
|
+ desc: '',
|
629
|
629
|
}
|
630
|
630
|
this.linkExtendVisible = true
|
631
|
631
|
}
|