|
|
|
@ -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 |
|
|
|
|