小程序新增的功能

This commit is contained in:
gyj
2024-02-29 09:23:36 +08:00
parent aca849d8a4
commit c6c3848842
11 changed files with 384 additions and 130 deletions
+13 -5
View File
@@ -31,13 +31,13 @@
<text class="text">待办案件</text>
</view>
</uni-grid-item>
<!-- <uni-grid-item>
<uni-grid-item v-if="sysType == 2">
<view class="grid-item-box" @tap="changeGrid(1)">
<uni-icons type="staff-filled" size="30" color="#327DD7"></uni-icons>
<text class="text">代办案件</text>
<text class="text">调解申请</text>
</view>
</uni-grid-item>
<uni-grid-item>
<!-- <uni-grid-item>
<view class="grid-item-box" @tap="changeGrid(2)">
<uni-icons type="color" size="30" color="#327DD7"></uni-icons>
<text class="text">代理立案</text>
@@ -114,7 +114,8 @@
}
],
certificationStatus: "",
eidToken: ""
eidToken: "",
sysType:null
}
},
methods: {
@@ -154,6 +155,11 @@
uni.navigateTo({
url: ('/pages/signature/index')
})
break;
case 1:
uni.navigateTo({
url: (`/pages/handlecase/component/newlyAddedCase?title=新增案件`)
})
break;
default:
break;
@@ -193,7 +199,9 @@
});
}
},
onLoad() {
onLoad() {
this.sysType = uni.getStorageSync('sysType');
console.log(this.sysType)
// sendEidtoken({
// "eidToken": 'C0339AE1-7B30-4DB9-B1E4-35A10F45249B'
// }).then(res => {