// 汇率
|
import { exp } from "qrcode/lib/core/galois-field";
|
|
export const SET_CURRENCY = 'SET_CURRENCY'
|
export const SET_CURRENCY_SYMBOL = 'SET_CURRENCY_SYMBOL'
|
// 配置的币种
|
export const SET_COIN_SYMBOL_ARR = 'SET_COIN_SYMBOL_ARR'
|
export const SET_COIN_LIST = 'SET_COIN_LIST'
|
|
// 用户信息
|
export const GET_USERINFO = 'GET_USERINFO'
|
export const SET_USERINFO = 'SET_USERINFO'
|
|
export const SET_OUT = 'SET_OUT'
|
|
export const SET_BALANCE = 'SET_BALANCE'
|
|
export const SET_STATUS = 'SET_STATUS'
|
|
// 钱包
|
export const CONNECT_WALLET = 'CONNECT_WALLET'
|
|
export const SET_NAV_HEIGHT = "SET_NAV_HEIGHT" // 设置付款方式导航高度
|
|
// c2c购买信息
|
export const SET_COUNT = "SET_COUNT"
|
export const SET_TOTAL_PRICE = "SET_TOTAL_PRICE"
|
export const SET_ORDER_NUMBER = "SET_ORDER_NUMBER"
|
export const SET_CREATE_ORDER_TIME = "SET_CREATE_ORDER_TIME"
|
export const SET_ORDER_INFO = "SET_ORDER_INFO"
|
|
// c2c
|
export const SET_ORDER_MODE = "SET_ORDER_MODE"
|
|
export const REASON_FOR_CANCELLATION = 'REASON_FOR_CANCELLATION'
|
export const SET_KEFU = 'SET_KEFU'
|
|
export const SET_HISTORY_LIST = 'SET_HISTORY_LIST'
|