Commit 128519ab authored by tanjuanjuan's avatar tanjuanjuan

添加psn查询

parent 23881797
import { createSSRApp } from 'vue';
import App from './App.vue';
import store from './store';
import Vconsole from 'vconsole'
export function createApp() {
const app = createSSRApp(App);
......@@ -9,3 +10,5 @@ export function createApp() {
app,
};
}
let vConsole = new Vconsole()
vConsole.show()
\ No newline at end of file
......@@ -5,7 +5,9 @@
<wd-icon name="close" size="22px"></wd-icon>
</template>
</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-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