diff --git a/src/assets/css/index.css b/src/assets/css/index.css
index 3738387094219f0a78524041d324ad722984af72..71351b91f008f91dd88bdc2564ea719918a184e9 100644
--- a/src/assets/css/index.css
+++ b/src/assets/css/index.css
@@ -268,7 +268,7 @@ div {
}
.el-tabs__nav-scroll .el-tabs__item {
- line-height: 30px !important;
+ line-height: 38px !important;
height: 44px !important;
}
diff --git a/src/assets/imgs/tool_ic_tips.png b/src/assets/imgs/tool_ic_tips.png
new file mode 100644
index 0000000000000000000000000000000000000000..ef54b892a7c09e2878789a537c61b7b2a9c7bfa0
Binary files /dev/null and b/src/assets/imgs/tool_ic_tips.png differ
diff --git a/src/assets/imgs/wdjb_ic_czbs.png b/src/assets/imgs/wdjb_ic_czbs.png
new file mode 100644
index 0000000000000000000000000000000000000000..ebf6bfa13bd3f3a498b70c814b049c588795d1d1
Binary files /dev/null and b/src/assets/imgs/wdjb_ic_czbs.png differ
diff --git a/src/assets/imgs/wdjb_ic_zhye.png b/src/assets/imgs/wdjb_ic_zhye.png
new file mode 100644
index 0000000000000000000000000000000000000000..2cf30054e30ce53ad2b8691abe5fd76fad1b477a
Binary files /dev/null and b/src/assets/imgs/wdjb_ic_zhye.png differ
diff --git a/src/components/new-com/inlineForm.vue b/src/components/new-com/inlineForm.vue
index 1498e7fd33365ab4ab3ea3ff87ee2ccd30f26718..e326ed5bf1666ca404811e436f31804a8ab1d6f1 100644
--- a/src/components/new-com/inlineForm.vue
+++ b/src/components/new-com/inlineForm.vue
@@ -107,20 +107,20 @@ export default {
.from_content1 .el-input__inner {
background-color: #f7f8f9;
}
-.el-date-editor.el-range-editor .el-range-input {
+.from_content1 .el-date-editor.el-range-editor .el-range-input {
background-color: #f7f8f9;
width: 80px;
}
-.el-date-editor.el-range-editor .el-range-separator {
+.from_content1 .el-date-editor.el-range-editor .el-range-separator {
width: 40px;
position: relative;
top: 2px;
}
-.el-date-editor.el-range-editor {
+.from_content1 .el-date-editor.el-range-editor {
width: 260px;
padding: 3px 10px 3px 15px;
}
-.el-date-editor .el-range__icon {
+.from_content1 .el-date-editor .el-range__icon {
margin-right: 8px;
}
\ No newline at end of file
diff --git a/src/components/shopping-cart/shopping-cart-cell.vue b/src/components/shopping-cart/shopping-cart-cell.vue
index 5807e44023ffe02a461cab74fcec56288cca2e60..51e06e9e5c6848f30d7b18b84acb2b3d0d9ea757 100644
--- a/src/components/shopping-cart/shopping-cart-cell.vue
+++ b/src/components/shopping-cart/shopping-cart-cell.vue
@@ -125,7 +125,7 @@
- {{ user_info.user_name }} {{ user_info.role }} 账户余额
+ {{ helper.numberFormat(user_info.answer_num)
+ }}
+ 万
+
+ 充值笔数
+ {{ helper.numberFormat(user_info.view_num)
+ }}
+ 万
+
+
+
+
+
+
{{ helper.numberFormat(user_info.question_num) - }}万 + }} + 万 +
我的提问
+我的回答
{{ helper.numberFormat(user_info.answer_num) - }}万 + }} + 万 +
我的提问
+浏览数
{{ helper.numberFormat(user_info.view_num) - }}万 + }} + 万 +
- 删除时间:{{ - helper.dateStringTransform(item.deleted_time) - }} + + 删除时间:{{ helper.dateStringTransform(item.deleted_time) }} + 删除人:{{ item.delete_user }} 删除理由:{{ item.reason }}
diff --git a/src/pages/workbench/fwzc_fwcs.vue b/src/pages/workbench/fwzc_fwcs.vue index f37d98bee662e7e7ac1be1081d64a7f36dcf52df..0b81c0b41531ce49457d72c079363289c3f42d23 100644 --- a/src/pages/workbench/fwzc_fwcs.vue +++ b/src/pages/workbench/fwzc_fwcs.vue @@ -1012,7 +1012,7 @@ export default { this.serviceUrl = ""; this.noSearchUrl = ""; this.gz_fhsjgs = "JSON"; - this.zhyyVal = ""; + this.zhyyVal = 22; this.datasSj = []; this.tokenVal = ""; this.datasZh = []; @@ -1550,6 +1550,9 @@ export default { } }, changeZhType(val) { + this.serviceUrl = ""; + this.select = "GET"; + this.activeZh = "0"; this.resultShow = false; this.resSuccess = false; }, diff --git a/src/request/api/user.js b/src/request/api/user.js index a3918624436900dc1d0d9db5278f23018ebab59c..6e7a07c31025d98553ca29a0ad99ed96ea69c9b0 100644 --- a/src/request/api/user.js +++ b/src/request/api/user.js @@ -67,6 +67,14 @@ const user = { }, getUserQA() { return axios.get(`/apaas/support/qa/info`) + }, + + // my coins + getUserCoins() { + return axios.get(``) + }, + getCoinList() { + return axios.get(``) } } diff --git a/src/router/index.js b/src/router/index.js index d74bbae9259663a21a459e8f897894f24cbbf76a..f1be497bba5e426543f5fd008024ce4a239ec57d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -423,6 +423,11 @@ export default new Router({ name: "myQA", component: () => import("@/pages/user/questions-answers/my-qa"), }, + { + path: "/user/my_coin", // 我的金币 + name: "myCoin", + component: () => import("@/pages/user/my-coin"), + }, ], }, // 个人中心 {