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> <template>
<view> <view>
<uni-nav-bar left-icon="back" @clickLeft="back" statusBar fixed title="完善信息"> <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> </uni-nav-bar>
<qn-form :columns="columns"> <qn-form :columns="columns">
<view slot="name"> <view slot="name">
@ -332,6 +332,9 @@ export default {
}, },
methods: { methods: {
back, back,
jump() {
go2('client')
},
onAreaChange(e) { onAreaChange(e) {
if (e.detail.value && e.detail.value.length > 0) { if (e.detail.value && e.detail.value.length > 0) {
const [province, city, district, street] = e.detail.value const [province, city, district, street] = e.detail.value

Loading…
Cancel
Save