Commit 128519ab authored by tanjuanjuan's avatar tanjuanjuan

添加psn查询

parent 23881797
import { createSSRApp } from 'vue'; import { createSSRApp } from 'vue';
import App from './App.vue'; import App from './App.vue';
import store from './store'; import store from './store';
import Vconsole from 'vconsole'
export function createApp() { export function createApp() {
const app = createSSRApp(App); const app = createSSRApp(App);
...@@ -9,3 +10,5 @@ export function createApp() { ...@@ -9,3 +10,5 @@ export function createApp() {
app, app,
}; };
} }
let vConsole = new Vconsole()
vConsole.show()
\ No newline at end of file
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
<wd-icon name="close" size="22px"></wd-icon> <wd-icon name="close" size="22px"></wd-icon>
</template> </template>
</wd-navbar> </wd-navbar>
<view class="container" v-if="formFlag">{{psnNo}} <view class="container" v-if="formFlag">
{{model.certno}}
{{psnNo}}
<wd-form ref="form" :model="model" :rules="rules"> <wd-form ref="form" :model="model" :rules="rules">
<wd-cell-group border> <wd-cell-group border>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment