You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
165 lines
5.5 KiB
165 lines
5.5 KiB
/**
|
|
* @FileDescription:我的页面相关对象
|
|
* @Author: kahu
|
|
* @Date: 2022/11/4
|
|
* @LastEditors: kahu
|
|
* @LastEditTime: 2022/11/4
|
|
*/
|
|
export const orderCardList = [
|
|
{
|
|
id: 1,
|
|
label: '待付款',
|
|
labelkey: 'page.due',
|
|
key: 'waitPayOrderCount',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_daifukuan.png',
|
|
jumpUrl: '../../../pages_category_page1/orderModule/index?type=1'
|
|
},
|
|
{
|
|
id: 2,
|
|
label: '待发货',
|
|
labelkey: 'page.goodswaitingtobesent',
|
|
key: 'waitSendOrderCount',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_daifahuo.png',
|
|
jumpUrl: '../../../pages_category_page1/orderModule/index?type=2'
|
|
},
|
|
{
|
|
id: 3,
|
|
label: '待收货',
|
|
labelkey: 'page.waittobereceived',
|
|
key: 'waitReceiveOrderCount',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_daishouhuo.png',
|
|
jumpUrl: '../../../pages_category_page1/orderModule/index?type=3'
|
|
},
|
|
{
|
|
id: 4,
|
|
label: '全部订单',
|
|
labelkey: 'page.fullorder',
|
|
key: '',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_allorder.png',
|
|
jumpUrl: '../../../pages_category_page1/orderModule/index'
|
|
}
|
|
]
|
|
|
|
export const fastCardOneList = [
|
|
{
|
|
id: 1,
|
|
label: '我的收藏',
|
|
labelkey: 'page.mycollection',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_collect.png',
|
|
jumpUrl: '../../../pages_category_page2/userModule/collection'
|
|
},
|
|
{
|
|
id: 2,
|
|
label: '我的问答',
|
|
labelkey: 'page.myquestionsandanswers',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_question.png',
|
|
jumpUrl: '../../../pages_category_page2/userModule/questionList'
|
|
},
|
|
{
|
|
id: 3,
|
|
label: '浏览足迹',
|
|
labelkey: 'page.browsingfootprint',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_footprint.png',
|
|
jumpUrl: '../../../pages_category_page2/userModule/footprintList'
|
|
},
|
|
{
|
|
id: 4,
|
|
label: '我的评价',
|
|
labelkey: 'page.myassessment',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_evaluate.png',
|
|
jumpUrl: '../../../pages_category_page1/goodsModule/userEvaluate'
|
|
},
|
|
{
|
|
id: 5,
|
|
label: '我的账户',
|
|
labelkey: 'page.myaccount',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_account.png',
|
|
jumpUrl: '../../../pages_category_page2/userModule/memberAccount'
|
|
},
|
|
{
|
|
id: 6,
|
|
label: '我的卡券',
|
|
labelkey: 'page.mycardcoupon',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_card_coupon.png',
|
|
jumpUrl: '../../../pages_category_page2/userModule/coupon'
|
|
},
|
|
{
|
|
id: 7,
|
|
label: '我的积分',
|
|
labelkey: 'page.myintegral',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_integral.png',
|
|
jumpUrl: '../../../pages_category_page1/integral/index'
|
|
},
|
|
{
|
|
id: 8,
|
|
label: '我的售后',
|
|
labelkey: 'page.myaftersales',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_after_sale.png',
|
|
jumpUrl: '../../../pages_category_page2/orderModule/afterSale'
|
|
},
|
|
]
|
|
|
|
export const fastCardTwoList = [
|
|
{
|
|
id: 1,
|
|
label: '分销中心',
|
|
labelkey: 'page.distributioncenter',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_distribution.png',
|
|
jumpUrl: '../../../pages_category_page1/distributionModule/index'
|
|
},
|
|
{
|
|
id: 2,
|
|
label: '商家入驻',
|
|
labelkey: 'page.merchantsettlement',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_merchant_settlement.png',
|
|
jumpUrl: 'function:handleApplySettle'
|
|
},
|
|
{
|
|
id: 3,
|
|
label: '会员中心',
|
|
labelkey: 'page.membercenter',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_vip.png',
|
|
jumpUrl: '../../../pages_category_page1/memberCenter/index'
|
|
},
|
|
{
|
|
id: 4,
|
|
label: '银行卡',
|
|
labelkey: 'page.bankcard',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_bank_card.png',
|
|
jumpUrl: '../../../pages_category_page2/userModule/bankcard'
|
|
},
|
|
{
|
|
id: 5,
|
|
label: '地址管理',
|
|
labelkey: 'page.addressmanager',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_address_manager.png',
|
|
jumpUrl: '../../../pages_category_page2/userModule/address'
|
|
},
|
|
{
|
|
id: 6,
|
|
label: '签到',
|
|
labelkey: 'page.signin',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_sign_in.png',
|
|
jumpUrl: '../../../pages_category_page1/integral/sign'
|
|
}, {
|
|
id: 7,
|
|
label: '优惠券',
|
|
labelkey: 'page.coupon',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_coupon.png',
|
|
jumpUrl: '../../../pages_category_page1/coupon/list'
|
|
},
|
|
{
|
|
id: 8,
|
|
label: '平台客服',
|
|
labelkey: 'page.platformcustomerservice',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_customer_service.png',
|
|
jumpUrl: 'function:flyToService'
|
|
},
|
|
{
|
|
id: 9,
|
|
label: '多语言',
|
|
labelkey: 'page.language',
|
|
icon: 'http://36.138.125.206:8081/ceres-local-file/image/user_multilingual.png',
|
|
jumpUrl: '../../../pages_category_page2/userModule/language'
|
|
}
|
|
]
|