新增营销系统、分销系统、会员功能、门店、提现功能
This commit is contained in:
8
components/UPopup/uni-popup/i18n/index.js
Normal file
8
components/UPopup/uni-popup/i18n/index.js
Normal file
@ -0,0 +1,8 @@
|
||||
import en from './en.json'
|
||||
import zhHans from './zh-Hans.json'
|
||||
import zhHant from './zh-Hant.json'
|
||||
export default {
|
||||
en,
|
||||
'zh-Hans': zhHans,
|
||||
'zh-Hant': zhHant
|
||||
}
|
Reference in New Issue
Block a user