Browse Source

uas手机版
订阅列表图标

RaoMeng 5 years ago
parent
commit
e838339e91

+ 2 - 1
uas-office-web/uas-mobile/src/components/private/subscribe/SubscribeChild.jsx

@@ -35,7 +35,8 @@ export default class SubscribeChild extends Component {
           ? '未读'
           : '已读'}</div>
         <img className='comp-subscribe-child-img'
-             src={'https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=3001884651,1229479384&fm=26&gp=0.jpg'}/>
+             src={require(
+               '@/res/img/sub_' + (subObj.childIndex % 10) + '.png')}/>
       </div>
     )
   }

+ 2 - 1
uas-office-web/uas-mobile/src/components/private/subscribe/SubscribeTop.jsx

@@ -31,7 +31,8 @@ export default class SubscribeTop extends Component {
            }}>
         <img
           className='comp-subscribe-top-img'
-          src={'https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1605083752905&di=065289a91a7d35161f10752ccb92c14c&imgtype=0&src=http%3A%2F%2Fa0.att.hudong.com%2F30%2F29%2F01300000201438121627296084016.jpg'}/>
+          src={require(
+            '@/res/img/sub_top_' + (subObj.groupIndex % 5) + '.png')}/>
         <div className='comp-subscribe-top-mask'>
           <div className='comp-subscribe-top-title'>{subObj.TITLE_}</div>
           <span className={subObj.STATUS_ === 0

+ 4 - 4
uas-office-web/uas-mobile/src/components/private/subscribe/comp-subscrive.less

@@ -1,7 +1,7 @@
-@comp-subscribe-item-border-radius: 10px;
-@comp-subscribe-top-height: 120px;
-@comp-subscribe-child-height: 54px;
-@comp-subscribe-child-padding: 10px;
+@comp-subscribe-item-border-radius: 8px;
+@comp-subscribe-top-height: 124px;
+@comp-subscribe-child-height: 60px;
+@comp-subscribe-child-padding: 8px;
 
 .comp-subscribe-group-root {
   padding: 12px 20px;

+ 3 - 0
uas-office-web/uas-mobile/src/pages/common/currencyList/CurrencyList.jsx

@@ -99,6 +99,9 @@ class CurrencyList extends Component {
             className='currency-list-search-filter'
             type={'uas-search-filter'}
             onClick={this.onFilterOpen}/>
+        </div>
+        <div>
+
         </div>
         <ListView
           ref={el => this.lv = el}

+ 4 - 0
uas-office-web/uas-mobile/src/pages/common/currencyList/currency-list.less

@@ -20,6 +20,10 @@
     }
   }
 
+  .currency-list-tab-root {
+    .com-row-flex;
+  }
+
 
   .currency-list-content-filter-root {
     width: 100%;

BIN
uas-office-web/uas-mobile/src/res/img/sub_0.png


BIN
uas-office-web/uas-mobile/src/res/img/sub_1.png


BIN
uas-office-web/uas-mobile/src/res/img/sub_2.png


BIN
uas-office-web/uas-mobile/src/res/img/sub_3.png


BIN
uas-office-web/uas-mobile/src/res/img/sub_4.png


BIN
uas-office-web/uas-mobile/src/res/img/sub_5.png


BIN
uas-office-web/uas-mobile/src/res/img/sub_6.png


BIN
uas-office-web/uas-mobile/src/res/img/sub_7.png


BIN
uas-office-web/uas-mobile/src/res/img/sub_8.png


BIN
uas-office-web/uas-mobile/src/res/img/sub_9.png


BIN
uas-office-web/uas-mobile/src/res/img/sub_top_0.png


BIN
uas-office-web/uas-mobile/src/res/img/sub_top_1.png


BIN
uas-office-web/uas-mobile/src/res/img/sub_top_2.png


BIN
uas-office-web/uas-mobile/src/res/img/sub_top_3.png


BIN
uas-office-web/uas-mobile/src/res/img/sub_top_4.png