zhengkaixin 1 tahun lalu
induk
melakukan
af52b344b8
2 mengubah file dengan 4 tambahan dan 3 penghapusan
  1. 2 2
      pages/user/car/carDet.vue
  2. 2 1
      pages/user/coupon/chooseCoupons.vue

+ 2 - 2
pages/user/car/carDet.vue

@@ -264,7 +264,7 @@
 					   							duration: 1000
 					   						})
 											
-					   						_this.carAuthImg = JSON.parse(res.data).data+"?x-oss-process=image/resize,h_1500,m_lfit"
+					   						_this.carAuthImg = JSON.parse(res.data).data
 											_this.$forceUpdate()
 											
 											
@@ -316,7 +316,7 @@
 				   							duration: 1000
 				   						})
 										
-				   						_this.carAuthImg = JSON.parse(res.data).data+"?x-oss-process=image/resize,h_1500,m_lfit"
+				   						_this.carAuthImg = JSON.parse(res.data).data
 				   						_this.$forceUpdate()
 										
 										

+ 2 - 1
pages/user/coupon/chooseCoupons.vue

@@ -1,6 +1,7 @@
 <template>
 	<view >
-		<ujp-navbar title="我的优惠券"><view class="exchange oldTextjp2" oldstyle="font-size: 16px;" @click="toConversion">兑换</view></ujp-navbar>
+		<ujp-navbar title="我的优惠券">
+			<view class="exchange oldTextjp2" oldstyle="font-size: 16px;" @click="toConversion">兑换</view></ujp-navbar>
 		
 		<u-alert-tips size="12" :show-icon="true"  type="warning"
 		 description="同类型优惠券只显示一张"></u-alert-tips>