@@ -444,6 +459,55 @@ export default {
}
}
+.dapp-head-shuttle {
+ height: 240px;
+ background-image: url(../../assets/img/dapp-banner-shuttle.png);
+ background-size: cover;
+ background-position: center;
+ background-repeat: no-repeat;
+ border-radius: 10px;
+ overflow: hidden;
+ box-sizing: border-box;
+ margin: 0;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ .head-description {
+ font-size: 20px;
+ font-weight: 400;
+ color: #fff;
+ line-height: 28px;
+ padding: 0;
+ margin: 0;
+ }
+ .head-text {
+ margin: 0 auto;
+ text-align: center;
+ }
+ .head-title {
+ padding: 0;
+ margin: 7px 0 0;
+ font-size: 48px;
+ font-weight: 900;
+ color: #F7B500;
+ line-height: 67px;
+ text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
+ font-family: STSongti-SC-Black STSongti-SC serif;
+ }
+ .head-btn {
+ // background: #542de0;
+ font-size: 16px;
+ font-weight: 500;
+ line-height: 22px;
+ color: #ffffff;
+ padding: 8px 40px;
+ margin: 18px 0 0 0;
+ display: inline-block;
+ background: #6236FF;
+ border-radius: 20px;
+ }
+}
+
.dapp-container {
margin: 40px 0 0;
padding: 0 20px;
diff --git a/pages/setting/account.vue b/pages/setting/account.vue
index 41d70734f..833e2f7fe 100644
--- a/pages/setting/account.vue
+++ b/pages/setting/account.vue
@@ -682,7 +682,11 @@ export default {
else {
console.log(res.data.message)
}
- }).catch(err => console.error(err))
+ }).catch(err => {
+ console.error(err)
+ this.matatakiAuthAccountList.push(item)
+ this.$message.error(this.$t('error.getDataError'))
+ })
})
},
matatakiAuthBuildAccount: debounce(function (type, typename, idx) {
diff --git a/pages/timeline/aggregator.vue b/pages/timeline/aggregator.vue
index ba283f0a4..77b4e79bc 100644
--- a/pages/timeline/aggregator.vue
+++ b/pages/timeline/aggregator.vue
@@ -60,7 +60,9 @@
-
{{ $t('not') }}
+
+ {{ actions.length > 0 ? $t('notContent') : '筛选项不能为空' }}
+
不支持的平台类型: {{ item.platform }}
@@ -86,7 +90,7 @@
:params="pull.params"
:api-url="pull.apiUrl"
:is-atuo-request="pull.isAtuoRequest"
- :auto-request-time="pull.autoRequestTime"
+ :auto-request-time="autoRequestTime"
@buttonLoadMore="buttonLoadMoreRes"
@getDataFail="getDataFail"
/>
@@ -116,7 +120,8 @@