Commit 2eac2cfe authored by 罗林杰's avatar 罗林杰

修改bug

parent c530d16f
...@@ -201,7 +201,7 @@ import {articleList, getOssUrl} from "../../api/article"; ...@@ -201,7 +201,7 @@ import {articleList, getOssUrl} from "../../api/article";
desc: "", desc: "",
img: this.$IMG_URL+"/user/myren.png", img: this.$IMG_URL+"/user/myren.png",
}, { }, {
name: "个人留言", name: "我的留言",
num: '', num: '',
desc: "", desc: "",
img: this.$IMG_URL+'/user/mymessage.png', img: this.$IMG_URL+'/user/mymessage.png',
......
...@@ -125,7 +125,7 @@ export default { ...@@ -125,7 +125,7 @@ export default {
//跳转用户详情 //跳转用户详情
gotoDetail(item){ gotoDetail(item){
uni.navigateTo({ uni.navigateTo({
url: '/pagesUser/userInfo?id='+item.userId url: '/pagesUser/userInfo?memberId='+item.businessId
}) })
}, },
//获取用户列表数据 //获取用户列表数据
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
<view class="text">暂无数据</view> <view class="text">暂无数据</view>
</view> </view>
<view class="card"> <view class="card">
<view class="recommendation-card" v-for="item in userList" @click="gotoDetail(item)"> <view class="recommendation-card" v-for="item in userList">
<view class="card-image"> <view class="card-image">
<image class="img" src="https://cdn.uviewui.com/uview/album/1.jpg"/> <image @click="gotoDetail(item)" class="img" src="https://cdn.uviewui.com/uview/album/1.jpg"/>
</view> </view>
<view class="card-bottom"> <view class="card-bottom">
<view class="bottom-left"> <view class="bottom-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