diff --git a/assets/img/tishi.png b/assets/img/tishi.png new file mode 100644 index 0000000..7b45fff Binary files /dev/null and b/assets/img/tishi.png differ diff --git a/assets/img/zhuanzan.png b/assets/img/zhuanzan.png new file mode 100644 index 0000000..a85dbd5 Binary files /dev/null and b/assets/img/zhuanzan.png differ diff --git a/main.js b/main.js index a2c6788..55810f9 100644 --- a/main.js +++ b/main.js @@ -3,9 +3,9 @@ import App from './App.vue' import '@/plugins' import i18n from "./i18n"; import store from './store' -// import 'element-ui/lib/theme-chalk/index.css' -// import element from './element/index' -// Vue.use(element) +import 'element-ui/lib/theme-chalk/index.css' +import element from './element/index' +Vue.use(element) //把vuex定义成全局组件 Vue.prototype.$store = store Vue.prototype._i18n = i18n; diff --git a/pages.json b/pages.json index 9a1c8b2..be6014f 100644 --- a/pages.json +++ b/pages.json @@ -179,6 +179,9 @@ { "path" : "pages/safe/withdrawals-pwd" }, + { + "path" : "pages/assets/draw1" + }, { "path": "pages/service/index", "style": { diff --git a/pages/accountSettings/accountSettings.vue b/pages/accountSettings/accountSettings.vue index 43865cb..966df15 100644 --- a/pages/accountSettings/accountSettings.vue +++ b/pages/accountSettings/accountSettings.vue @@ -59,13 +59,14 @@ + {{$t('accountSettings.a7')}} {{user.email}} - {{$t('accountSettings.a5')}} + diff --git a/pages/assets/coin-list.vue b/pages/assets/coin-list.vue index f89b8b6..0159e00 100644 --- a/pages/assets/coin-list.vue +++ b/pages/assets/coin-list.vue @@ -8,7 +8,7 @@