Browse Source

完善信息

devlop
邓雄飞 4 years ago
parent
commit
dc701e54a4
1 changed files with 4 additions and 1 deletions
  1. 5
      pages/enterprise-info/index.vue

5
pages/enterprise-info/index.vue

@ -1,7 +1,7 @@
<template>
<view>
<uni-nav-bar left-icon="back" @clickLeft="back" statusBar fixed title="完善信息">
<text v-if="operation === 'add'" style="color: #007aff" slot="right">跳过</text>
<text @click="jump" v-if="operation === 'add'" style="color: #007aff" slot="right">跳过</text>
</uni-nav-bar>
<qn-form :columns="columns">
<view slot="name">
@ -332,6 +332,9 @@ export default {
},
methods: {
back,
jump() {
go2('client')
},
onAreaChange(e) {
if (e.detail.value && e.detail.value.length > 0) {
const [province, city, district, street] = e.detail.value

Loading…
Cancel
Save