detail
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</div>
|
||||
|
||||
<template v-if="datas.length == 0">
|
||||
<u-card v-for="(items, index) in 4" :key="index" :foot-border-top="false" :head-border-bottom="false" :show-head="false" @click="goDetail(item, 1)">
|
||||
<u-card v-for="(item, index) in 4" :key="index" :foot-border-top="false" :head-border-bottom="false" :show-head="false" @click="goDetail(item, 1)">
|
||||
<view class="body" slot="body">
|
||||
<view class="u-body-item">
|
||||
<div class="title">基本养老保险灵活就业人员新参保业务</div>
|
||||
@@ -73,8 +73,10 @@ export default {
|
||||
methods: {
|
||||
getList() {},
|
||||
|
||||
goDetail(item) {
|
||||
|
||||
goDetail(item, indexs) {
|
||||
console.log(item, indexs)
|
||||
var id = '11'
|
||||
uni.navigateTo({ url: `./detail?id=${id}` })
|
||||
},
|
||||
|
||||
search(e) {
|
||||
|
||||
Reference in New Issue
Block a user