针对个人主页与照片显示做了修改

This commit is contained in:
2026-07-27 21:47:14 +08:00
parent 4d086758e8
commit fa781cc6a6
60 changed files with 2770 additions and 683 deletions
+4 -3
View File
@@ -39,7 +39,7 @@ var MENU_ITEMS = [{
}, {
icon: '📍',
label: '收货地址',
path: ''
path: '/pages/address/index'
}, {
icon: '📞',
label: '联系客服',
@@ -47,11 +47,11 @@ var MENU_ITEMS = [{
}, {
icon: '📋',
label: '使用帮助',
path: ''
path: '/pages/agreement/index'
}, {
icon: '⚙️',
label: '设置',
path: ''
path: '/pages/settings/index'
}];
function ProfilePage() {
var _useThemeContext = (0,_context_ThemeContext__WEBPACK_IMPORTED_MODULE_4__.useThemeContext)(),
@@ -171,6 +171,7 @@ function ProfilePage() {
}
switch (type) {
case 'toDesign':
_tarojs_taro__WEBPACK_IMPORTED_MODULE_0___default().setStorageSync('designList:filter', 'toDesign');
_tarojs_taro__WEBPACK_IMPORTED_MODULE_0___default().switchTab({
url: '/pages/designList/index'
});