diff --git a/src/App.vue b/src/App.vue
index 4025011..f4f9b7b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,9 +1,11 @@
-
diff --git a/src/api.js b/src/api.js
index 166065d..6da651d 100644
--- a/src/api.js
+++ b/src/api.js
@@ -23,7 +23,6 @@ instacne.interceptors.request.use(
instacne.interceptors.response.use(
(res) => {
- console.log(res.data)
if (res.data.status != 200) {
ElMessage({
message: res.data.message,
diff --git a/src/components/index/bottomCenter.vue b/src/components/index/bottomCenter.vue
index de6536c..5f38698 100644
--- a/src/components/index/bottomCenter.vue
+++ b/src/components/index/bottomCenter.vue
@@ -39,6 +39,7 @@ const area = reactive({
const init = () => {
+ console.log(props)
getUserTradeCountApi(props.areaCodes).then(res => {
diff --git a/src/components/index/topLeft.vue b/src/components/index/topLeft.vue
index 765073c..3f8efcc 100644
--- a/src/components/index/topLeft.vue
+++ b/src/components/index/topLeft.vue
@@ -296,7 +296,7 @@ getUserNumApi(
});
pageNum.value = Math.ceil(merchatCountList.length / 8)
initCharts('user', Option)
-
+console.log(merchatCountList,65656)
initStoreOption(merchatCountList.slice(0, 8), merchantTotalCount)
})
diff --git a/src/components/scrollTable.vue b/src/components/scrollTable.vue
index 8188587..c7c9e1d 100644
--- a/src/components/scrollTable.vue
+++ b/src/components/scrollTable.vue
@@ -1,12 +1,12 @@
@@ -469,4 +482,20 @@ export default {
border-radius: 3px;
padding: 0px 3px;
}
+[type="radio"]{
+ -webkit-appearance: none;
+ width: 20px;
+ height: 20px;
+ -webkit-mask: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0l1.693 3.67 4.013.476L8.74 6.89l.788 3.964L6 8.88l-3.527 1.974.788-3.964L.294 4.146l4.013-.476L6 0z' fill='%23F67600'/%3E%3C/svg%3E");
+ -webkit-mask-size: 20px;
+ -webkit-mask-repeat: no-repeat;
+ -webkit-mask-position: center;
+ background-color: coral; /*默认是选中的样式,橙色*/
+ margin: 0;
+ transition: .2s;
+}
+
+[type="radio"]:checked~[type="radio"]{
+ background-color: #E8EAED; /*未选中的样式,灰色*/
+}
\ No newline at end of file
diff --git a/src/components/townDetail/bottomRight.vue b/src/components/townDetail/bottomRight.vue
index ce30954..647cb8e 100644
--- a/src/components/townDetail/bottomRight.vue
+++ b/src/components/townDetail/bottomRight.vue
@@ -11,9 +11,11 @@