Commit fdd48d74 authored by tanjuanjuan's avatar tanjuanjuan

添加psn查询

parent 14a02353
......@@ -6,7 +6,6 @@
</template>
</wd-navbar>
<view class="container" v-if="formFlag">
{{completeIDNumber}}
{{psnNo}}
<wd-form ref="form" :model="model" :rules="rules">
<wd-cell-group border>
......@@ -53,6 +52,7 @@
let submitstr = ""
//获取psn值时提交的序列化字符串
let psnstr=""
const psnNumberTest=ref(0)
const navBarTitle = computed(() => {
let str = !formFlag.value ? "结果" : ""
return "居民缴费进度查询" + str;
......@@ -132,7 +132,7 @@
success: (res) => {
console.log("&&")
console.log(res)
psnNo.value=res
psnNo.value=res.data.biz_data.body.data[0].psnNo
}
})
......
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