Browse Source

Merge branch 'develop/3.1.0' into test

DESKTOP-SVI9JE1\muzen 2 năm trước cách đây
mục cha
commit
d5db75a6dc
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>
 
     <!-- 弹窗 -->