zj
2024-06-03 561ca040085b6fd6766e471a70b4a3c682deadc2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// 汇率
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 GET_DAPPUSERINFO = 'GET_DAPPUSERINFO'
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_THEME = 'SET_THEME'
export const SET_CONFIG = 'SET_CONFIG'