修改图片画质,已上传体验版成功
This commit is contained in:
@@ -43,25 +43,25 @@
|
||||
//跳转到绑定公司页面
|
||||
bindCompany() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/my/bindCompony/bindCompony'
|
||||
url: '../../packageMy/bindCompony/bindCompony'
|
||||
})
|
||||
},
|
||||
//跳转到会员中心页面
|
||||
toMemberCenter() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/my/memberCenter/memberCenter'
|
||||
url: '../../packageMy/memberCenter/memberCenter'
|
||||
})
|
||||
},
|
||||
//跳转到浏览记录页面
|
||||
toBrowseHistory() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/my/browseHistory/browseHistory?id=' + 1
|
||||
url: '../../packageMy/browseHistory/browseHistory?id=' + 1
|
||||
})
|
||||
},
|
||||
//跳转到我的收藏页面
|
||||
toMyCollect() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/my/browseHistory/browseHistory?id=' + 2
|
||||
url: '../../packageMy/browseHistory/browseHistory?id=' + 2
|
||||
})
|
||||
},
|
||||
// 联系客服模态框
|
||||
|
||||
Reference in New Issue
Block a user