shish 11 mesi fa
parent
commit
81caf0799c
1 ha cambiato i file con 4 aggiunte e 5 eliminazioni
  1. 4 5
      hdApp/src/admin/cg/code.vue

+ 4 - 5
hdApp/src/admin/cg/code.vue

@@ -3,14 +3,13 @@
     <view class="img_box" style="margin-top:30upx;">
       <image :src="gatherUrl" mode="heightFix" class="img_url"></image>
     </view>
-    <view class="confirm-btn">
-      <button class="admin-button-com big blue" style="width:60vw;" @click="downloadImg(gatherUrl)">下载收款码</button>
-    </view>
-
+    <view style="font-size:32upx;text-align: center;margin:15upx 0 5upx 0;">打印尺寸 100mmx150mm</view>
     <view style="text-align: center;font-size:32upx;">
       收款码算收入:<switch style="transform:scale(0.7,0.7)" :checked="gatherRepeat == 0 ? true : false" @change="gatherRepeatChangeFn" />{{ gatherRepeat==0?'是':'否' }}
     </view>
-
+    <view class="confirm-btn">
+      <button class="admin-button-com big blue" style="width:60vw;" @click="downloadImg(gatherUrl)">下载收款码</button>
+    </view>
   </view>
 </template>
 <script>