小程序新增模块

This commit is contained in:
gyj
2024-02-29 16:37:09 +08:00
parent 8d9bcc7a13
commit 886d90f94f
7 changed files with 69 additions and 54 deletions
+9
View File
@@ -53,6 +53,9 @@
<button class="btnItem" type="primary" size="mini" @tap="isAssignrbitrators">是否指派仲裁员</button>
<button class="btnItem" type="primary" size="mini" @tap="chooseMethod">选择仲裁方式</button> -->
</view>
<view class="btn" v-if="sysType == 1">
<button class="btnItem" type="primary" size="mini" @tap="caseCrossExamin">案件质证</button>
</view>
</view>
</template>
@@ -128,6 +131,12 @@
this.clickPay(9)
}
},
// 案件质证
caseCrossExamin(){
uni.navigateTo({
url:`/pages/handlecase/component/uploadEvidence?id=${this.defalutVal.id}`
})
},
// 案件详情以及操作
caseDetail() {
uni.navigateTo({