23 lines
637 B
JavaScript
23 lines
637 B
JavaScript
export const quickMenus = [
|
|
{
|
|
key: "rules",
|
|
label: "金币规则",
|
|
icon: "https://static.shelingxingqiu.com/shootmini/static/coin/icon-rules.png",
|
|
},
|
|
{
|
|
key: "earningRecords",
|
|
label: "获取明细",
|
|
icon: "https://static.shelingxingqiu.com/shootmini/static/coin/icon-earning-records.png",
|
|
},
|
|
{
|
|
key: "exchangeRecords",
|
|
label: "兑换记录",
|
|
icon: "https://static.shelingxingqiu.com/shootmini/static/coin/icon-exchange-records.png",
|
|
},
|
|
{
|
|
key: "nearbyStores",
|
|
label: "附近门店",
|
|
icon: "https://static.shelingxingqiu.com/shootmini/static/coin/icon-nearby-store.png",
|
|
},
|
|
];
|