修改跳转bug
This commit is contained in:
@@ -78,7 +78,8 @@
|
||||
<view>
|
||||
<view v-for="(job,index) in perlist" :key="index"
|
||||
class="swipe_action_item">
|
||||
<view class="job-list__item" :style="{ paddingBottom: job.auditStatus == 1 ? '0' : '32rpx' }" @tap="toPage(`/packageRc/pages/community/personEdit?id=${job.id}&type=edit`)">
|
||||
<view class="job-list__item" :style="{ paddingBottom: job.auditStatus == 1 ? '0' : '32rpx' }">
|
||||
<!-- @tap="toPage(`/packageRc/pages/community/personEdit?id=${job.id}&type=edit`)" -->
|
||||
<view class="job-list__item-top">
|
||||
<img src="https://rc.jinan.gov.cn/qcwjyH5/static/images/person/malepng.png" v-if="job.gender == 0" class="gender-img" alt="" />
|
||||
<img src="https://rc.jinan.gov.cn/qcwjyH5/static/images/person/femalepng.png" v-else class="gender-img" alt="" />
|
||||
@@ -126,7 +127,7 @@
|
||||
<view v-show="$store.getters.roles.includes('shequn')" class="btn" style="color: #f56c6c;"
|
||||
@click.native.stop="handleReturn(job)">退回</view>
|
||||
<view class="btn" @click.native.stop="toPage(
|
||||
`/packageRc/pages/community/serviceDetails?id=${job.id}&userId=${job.userId}`
|
||||
`/packageRc/pages/daiban/daibandetail?id=${job.id}&userId=${job.userId}`
|
||||
)">服务</view>
|
||||
<view
|
||||
v-if=" job.personType == 3"
|
||||
@@ -434,9 +435,9 @@ export default {
|
||||
this.$refs.show.open()
|
||||
},
|
||||
toPage(url) {
|
||||
uni.navigateTo(
|
||||
uni.navigateTo({
|
||||
url
|
||||
)
|
||||
})
|
||||
},
|
||||
cancelSortPicker() {
|
||||
this.showSortPicker = false
|
||||
|
||||
Reference in New Issue
Block a user