소스 검색

Merge branch 'develop/3.1.0' into test

DESKTOP-SVI9JE1\muzen 2 년 전
부모
커밋
d5db75a6dc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/pages/activity/index.vue

+ 2 - 2
src/pages/activity/index.vue

@@ -1,6 +1,6 @@
 <template>
-  <view class='app-container' :style="{ 'height': pic ? '' : '100%' }">
-    <img v-if="pic" :src="pic" />
+  <view v-if="pic" class='app-container'>
+    <img :src="pic" />
     <button class="submit" type="submit" circle @click="getSubmit">立即兑换</button>
 
     <!-- 弹窗 -->