yuantianjiao 6 jaren geleden
bovenliggende
commit
a9085af18d

BIN
src/common/icon/bottomMsg.png Bestand weergeven


+ 2
- 2
src/pages/user/bindMobile/page.scss Bestand weergeven

@@ -82,10 +82,10 @@
82 82
         justify-content: space-between;
83 83
         span{
84 84
           color: rgba(168,182,200,1);
85
+          white-space: nowrap;
85 86
         }
86 87
         i{
87 88
           color: rgba(168,182,200,1);
88
-          padding-left: .14rem;
89 89
           font-size: .12rem;
90 90
         }
91 91
         div{
@@ -99,7 +99,7 @@
99 99
           padding: .1rem;
100 100
           box-sizing: border-box;
101 101
           span{
102
-            width: 70%;
102
+            width: 85%;
103 103
             overflow:hidden;
104 104
             text-overflow:ellipsis;
105 105
             white-space:nowrap;

+ 1
- 1
src/pages/user/card/index.vue Bestand weergeven

@@ -143,7 +143,7 @@ export default {
143 143
           })
144 144
         }
145 145
       } else {
146
-        this.data[this.active].hasPic
146
+        this.data[this.active].hasPic = true
147 147
       }
148 148
     })
149 149
   },

+ 0
- 4
src/pages/user/lessonDetail/index.vue Bestand weergeven

@@ -65,10 +65,6 @@ const { mapActions: mapUserActions, mapState: mapUserState } = createNamespacedH
65 65
 export default {
66 66
   data () {
67 67
     return {
68
-      msg: {
69
-        course_type: 800,
70
-        orderNo: '342897789334'
71
-      },
72 68
       useType: '未使用',
73 69
       used,
74 70
       failure,

+ 1
- 1
src/pages/user/lessonDetail/page.scss Bestand weergeven

@@ -66,7 +66,7 @@
66 66
   }
67 67
   .useType{
68 68
     position: absolute;
69
-    top: 2.5rem;
69
+    top: 3.3rem;
70 70
     right: .5rem;
71 71
     width: .76rem;
72 72
     height: .76rem;

+ 1
- 1
src/pages/user/mainPage/coffeeIndex/index.vue Bestand weergeven

@@ -482,7 +482,7 @@ export default {
482 482
           title: '城的空间',
483 483
           desc: '城的空间',
484 484
           link: `${window.location.origin}${window.location.pathname}#/mainPage/indexPage`,
485
-          thu_image: `https://jingcheng-resourceplat.oss-cn-shanghai.aliyuncs.com/citymini%2Findexlogo.jpg`
485
+          thu_image: `https://jingcheng-resourceplat.oss-cn-shanghai.aliyuncs.com/citymini%2Findexlogo.jpg?x-oss-process=style/wxicon`
486 486
         }).then(() => {
487 487
           wx.getLocation({
488 488
             type: 'gcj02', // 默认为wgs84的gps坐标,如果要返回直接给openLocation用的火星坐标,可传入'gcj02'

+ 1
- 1
src/pages/user/majorProjectsDetail/index.vue Bestand weergeven

@@ -186,7 +186,7 @@ export default {
186 186
         title: '城的空间',
187 187
         desc: '城的空间',
188 188
         link: `${window.location.origin}${window.location.pathname}#/mainPage/indexPage`,
189
-        thu_image: `https://jingcheng-resourceplat.oss-cn-shanghai.aliyuncs.com/citymini%2Findexlogo.jpg`
189
+        thu_image: `https://jingcheng-resourceplat.oss-cn-shanghai.aliyuncs.com/citymini%2Findexlogo.jpg?x-oss-process=style/wxicon`
190 190
       }).then(() => {
191 191
         let result = this.courseDetail.CaseInfo.Coordinate.split(",")
192 192
         let latitude = parseFloat(result[0])

+ 2
- 2
src/pages/user/receive/index.vue Bestand weergeven

@@ -136,10 +136,10 @@ export default {
136 136
     sdk (info) {
137 137
       let logo, title
138 138
       if (this.$route.query.type === 'card') {
139
-        logo = this.data.Images[0].CardImageUrl
139
+        logo = this.data.Images[0].CardImageUrl + '?x-oss-process=style/wxicon'
140 140
         title = this.data.CardName
141 141
       } else {
142
-        logo = this.data.Images[0].CouponImageUrl
142
+        logo = this.data.Images[0].CouponImageUrl + '?x-oss-process=style/wxicon'
143 143
         title = this.data.CouponName
144 144
       }
145 145
       wxsdk({ url: encodeURIComponent(window.location.href.split('#')[0]) }, {

+ 3
- 12
src/pages/user/receiveChannel/index.vue Bestand weergeven

@@ -15,16 +15,7 @@
15 15
       <div class="title" v-if="$route.query.type === 'card'">{{data.CardName}}</div>
16 16
       <div class="title" v-else>{{data.CouponName}}</div>
17 17
       <!-- <div class="video" v-if='video'> -->
18
-        <video :src="data.VideoUrl" height="100%"
19
-          style="object-fit:fill" 
20
-          webkit-playsinline="true" 
21
-          x-webkit-airplay="true" 
22
-          playsinline="true" 
23
-          x5-video-player-type="h5"
24
-          x5-video-orientation="h5" 
25
-          x5-video-player-fullscreen="true"
26
-          preload="auto" 
27
-        ></video>
18
+        <video :src="data.VideoUrl" height="100%" width="100%" preload="auto" ></video>
28 19
       <!-- </div> -->
29 20
       <div class="text">
30 21
         <div>
@@ -146,10 +137,10 @@ export default {
146 137
     sdk (info) {
147 138
       let logo, title
148 139
       if (this.$route.query.type === 'card') {
149
-        logo = this.data.Images[0].CardImageUrl
140
+        logo = this.data.Images[0].CardImageUrl + '?x-oss-process=style/wxicon'
150 141
         title = this.data.CardName
151 142
       } else {
152
-        logo = this.data.Images[0].CouponImageUrl
143
+        logo = this.data.Images[0].CouponImageUrl + '?x-oss-process=style/wxicon'
153 144
         title = this.data.CouponName
154 145
       }
155 146
       wxsdk({ url: encodeURIComponent(window.location.href.split('#')[0]) }, {