小程序风格默认值

master
wangdong 6 months ago
parent 6ce3f35d58
commit 1cb180e56d
  1. 2
      src/views/client/wxapp/Style.vue

@ -77,7 +77,7 @@ export default {
.then(result => { .then(result => {
console.log(result) console.log(result)
// //
this.record.style = result.data.detail.style || '' this.record.style = result.data.detail ? (result.data.detail.style || '') : ''
// //
this.setFieldsValue() this.setFieldsValue()
}) })

Loading…
Cancel
Save