xcx 4 years ago
parent
commit
3dcf97c416

+ 0
- 15
src/pages/HuiShengHuo/ActivityList/ActivityDetail/page.scss View File

@@ -8,21 +8,6 @@
8 8
       width: 100%;
9 9
       height: 100%;
10 10
       overflow-y: scroll;
11
-      > .SubInfo {
12
-        font-size: 0;
13
-        white-space: nowrap;
14
-        > text {
15
-          display: inline-block;
16
-          vertical-align: middle;
17
-          font-size: 26px;
18
-          line-height: 40px;
19
-          color: #999;
20
-          margin-right: 10px;
21
-          &:first-child {
22
-            font-size: 30px;
23
-          }
24
-        }
25
-      }
26 11
       > .MainInfo {
27 12
         background: #fff;
28 13
         padding: 24px;

+ 1
- 2
src/pages/WoDe/index.vue View File

@@ -7,7 +7,7 @@
7 7
       <view class="centerLabel">
8 8
         <view class="flex-h">
9 9
           <view class="Icon">
10
-            <image mode="widthFix" :src="UserInfo.Icon || 'https://cjgw.oss-cn-hangzhou.aliyuncs.com/ygcxxfb/image/morentouxiang.png'"></image>
10
+            <image mode="widthFix" :src="IconUrl"></image>
11 11
           </view>
12 12
           <view class="flex-item">
13 13
             <navigator url="../SignIn/index" hover-class="other-navigator-hover" class="SiginIn" v-if="UserInfo === null || UserInfo.Phone === undefined || UserInfo.Phone === null">立即登录</navigator>
@@ -57,7 +57,6 @@ export default {
57 57
   name: 'WoDe',
58 58
   data () {
59 59
     return {
60
-      // IconUrl: 'https://cjgw.oss-cn-hangzhou.aliyuncs.com/ygcxxfb/image/morentouxiang.png',
61 60
     }
62 61
   },
63 62
   computed: {