修改图片画质,已上传体验版成功

This commit is contained in:
clay
2022-12-18 23:06:32 +08:00
parent 202da2a061
commit e073739ee5
17 changed files with 193 additions and 174 deletions

View File

@@ -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
})
},
// 联系客服模态框