针对个人主页与照片显示做了修改
This commit is contained in:
Vendored
+4
-3
@@ -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'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user