shish 3 settimane fa
parent
commit
ed5ab964c8
1 ha cambiato i file con 8 aggiunte e 1 eliminazioni
  1. 8 1
      ghsApp/src/admin/order/scanPay.vue

+ 8 - 1
ghsApp/src/admin/order/scanPay.vue

@@ -23,6 +23,7 @@
 			</block>
 		</scroll-view>
 	</view>
+	<button class="admin-button-com middle blue code-entry-btn" @click="$util.pageTo({ url: '/admin/cg/code' })">获取收款码</button>
 </view>
 </template>
 <script>
@@ -102,6 +103,12 @@ export default {
 };
 </script>
 <style lang="scss" scoped>
+.code-entry-btn {
+	position: fixed;
+	right: 30upx;
+	bottom: calc(30upx + env(safe-area-inset-bottom));
+	z-index: 99;
+}
 .allot-ex-page {
 	height: 100%;
 	display: flex;
@@ -110,7 +117,7 @@ export default {
 	.allot-list {
 		margin-top: 20upx;
 		flex: 1;
-		padding-bottom: 30upx;
+		padding-bottom: calc(120upx + env(safe-area-inset-bottom));
 		.allot-item {
 			margin-bottom: 1upx;
 			padding: 30upx;