Browse Source

页面优化

master
xuhuajiao 3 weeks ago
parent
commit
89f5e28e0a
  1. 2
      src/views/digitalScreen/module/areaSetting.vue
  2. 2
      src/views/digitalScreen/module/wecharQrCode.vue

2
src/views/digitalScreen/module/areaSetting.vue

@ -410,6 +410,7 @@ export default {
this.form = branchData this.form = branchData
this.form.branchType = branchData.branchType === 1 || branchData.branchType === '1' ? '1' : '2' this.form.branchType = branchData.branchType === 1 || branchData.branchType === '1' ? '1' : '2'
this.libImgList = branchData.promotions this.libImgList = branchData.promotions
this.form.explains = branchData.explains.replace(/<br\/?>/g, '\n')
} }
this.libDialogVisible = true this.libDialogVisible = true
}, },
@ -473,6 +474,7 @@ export default {
if (this.form.branchType === '2') { if (this.form.branchType === '2') {
this.form.libcode = this.user.fonds.fondsNo this.form.libcode = this.user.fonds.fondsNo
} }
this.form.explains = this.form.explains.replace(/\n/g, '<br>')
console.log('FetchEditScreenBranch', this.form) console.log('FetchEditScreenBranch', this.form)
FetchEditScreenBranch(this.form).then((res) => { FetchEditScreenBranch(this.form).then((res) => {
console.log('res', res) console.log('res', res)

2
src/views/digitalScreen/module/wecharQrCode.vue

@ -30,7 +30,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="config-remarks">双击可上传图片二维码用于总览屏媒体屏在任意分屏编辑均可生效</div>
<div class="config-remarks">二维码用于总览屏媒体屏在任意分屏编辑均可生效</div>
</div> </div>
</template> </template>

Loading…
Cancel
Save