Commit 456bbcdc authored by tanjuanjuan's avatar tanjuanjuan

测试

parent 822c67ac
...@@ -11,4 +11,4 @@ export function createApp() { ...@@ -11,4 +11,4 @@ export function createApp() {
} }
import vconsole from 'vconsole'; import vconsole from 'vconsole';
const Vconsole=new vconsole() const Vconsole=new vconsole()
Vconsole.show(); Vconsole.hide();
\ No newline at end of file \ No newline at end of file
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
<wd-icon name="close" size="22px"></wd-icon> <wd-icon name="close" size="22px"></wd-icon>
</template> </template>
</wd-navbar> </wd-navbar>
{{test}}
{{test1}}
<view class="container" v-if="formFlag"> <view class="container" v-if="formFlag">
<wd-form ref="form" :model="model" :rules="rules"> <wd-form ref="form" :model="model" :rules="rules">
<wd-cell-group border> <wd-cell-group border>
...@@ -27,7 +25,6 @@ ...@@ -27,7 +25,6 @@
</wd-form> </wd-form>
</view> </view>
<view class="container notform" v-else> <view class="container notform" v-else>
{{test}}
<template v-for="item in results"> <template v-for="item in results">
<wd-card type="rectangle" custom-class="insuitem"> <wd-card type="rectangle" custom-class="insuitem">
<template #title> <template #title>
...@@ -42,29 +39,6 @@ ...@@ -42,29 +39,6 @@
</wd-card> </wd-card>
</template> </template>
</view> </view>
<!--<view class="container" v-else>
<wd-cell-group>
<wd-cell title="单位编号" value="内容" />
<wd-cell title="人员编号" value="内容" />
<wd-cell title="险种类型" value="内容" />
<wd-cell title="人员类别" value="内容" />
<wd-cell title="参保身份" value="内容" />
<wd-cell title="人员身份类别" value="内容" />
<wd-cell title="电子税票号码" value="内容" />
<wd-cell title="费款所属期" value="内容" />
<wd-cell title="对应费款所属期起始" value="内容" />
<wd-cell title="对应费款所属期结束" value="内容" />
<wd-cell title="个人缴纳金额" value="内容" />
<wd-cell title="缴费标志" value="内容">
<view class="custom-text">订购</view>
</wd-cell>
<wd-cell title="缴费类型" value="内容" />
<wd-cell title="缴费时间" value="内容" />
<wd-cell title="财政补助金额" value="内容" />
<wd-cell title="其他缴费金额" value="内容" />
<wd-cell title="缴费总金额" value="内容" />
</wd-cell-group>
</view>-->
</view> </view>
</template> </template>
...@@ -124,27 +98,27 @@ ...@@ -124,27 +98,27 @@
} }
onLoad(() => { onLoad(() => {
//model.certno = "520202199704155913" //model.certno = "520202199704155913"
model.certno = "520102198611011224" //model.certno = "520102198611011224"
// xma.xh.getUserProfile({ xma.xh.getUserProfile({
// range: ['CITIZEN'], range: ['CITIZEN'],
// success(info) { success(info) {
// xma.request({ xma.request({
// url: 'https://onemoment.gywb.cn/back/one-visit/one-visit/web/oneVisit/getXinhuaDecrypt', url: 'https://onemoment.gywb.cn/back/one-visit/one-visit/web/oneVisit/getXinhuaDecrypt',
// method: 'POST', method: 'POST',
// data: { data: {
// appid: 'dffb71ae33637ab293036b2c2a419127', appid: 'dffb71ae33637ab293036b2c2a419127',
// systemcode: 'my-centre', systemcode: 'my-centre',
// type: 'sgy', type: 'sgy',
// encryptDataMap: info.data, encryptDataMap: info.data,
// }, },
// success(res) { success(res) {
// model.certno = res.data?.uIdCardNo.replace(/^(.{6})(?:\w+)(.{4})$/, '\$1******\$2');// eslint-disable-line model.certno = res.data?.uIdCardNo.replace(/^(.{6})(?:\w+)(.{4})$/, '\$1******\$2');// eslint-disable-line
// }, },
// }); });
// } }
// }); });
}) })
const handleClickLeft = () => { const handleClickLeft = () => {
console.log("left") console.log("left")
......
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