consumer模块完成度95%,完成部署消费者端(外网可访问consumer.meitizs.com),消费者小程序能正常运行在微信开发者工具上

This commit is contained in:
cyh666666
2026-03-05 16:54:00 +08:00
parent 7f7f723d93
commit 3b0e397714
728 changed files with 1495 additions and 985 deletions

View File

@@ -1,7 +1,7 @@
<!-- 支付页面 -->
<template>
<view class="payment-page">
<view class="payment-content">
<scroll-view class="payment-content" direction="vertical">
<!-- 价格明细 -->
<view class="price-detail-section">
<text class="section-title">价格明细</text>
@@ -71,7 +71,7 @@
</view>
<text class="forgot-password" @click="forgotPassword">忘记密码?</text>
</view>
</view>
</scroll-view>
<!-- 底部支付按钮 -->
<view class="payment-bottom">
@@ -614,8 +614,15 @@ onUnmounted(() => {
.payment-page {
display: flex;
flex-direction: column;
flex: 1;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: #f5f5f5;
overflow: hidden;
}
.payment-header {