浏览代码

收款码优化

shish 11 月之前
父节点
当前提交
81caf0799c
共有 1 个文件被更改,包括 4 次插入5 次删除
  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;">
     <view class="img_box" style="margin-top:30upx;">
       <image :src="gatherUrl" mode="heightFix" class="img_url"></image>
       <image :src="gatherUrl" mode="heightFix" class="img_url"></image>
     </view>
     </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;">
     <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?'是':'否' }}
       收款码算收入:<switch style="transform:scale(0.7,0.7)" :checked="gatherRepeat == 0 ? true : false" @change="gatherRepeatChangeFn" />{{ gatherRepeat==0?'是':'否' }}
     </view>
     </view>
-
+    <view class="confirm-btn">
+      <button class="admin-button-com big blue" style="width:60vw;" @click="downloadImg(gatherUrl)">下载收款码</button>
+    </view>
   </view>
   </view>
 </template>
 </template>
 <script>
 <script>