石广澎
2025-11-30 18b45638fe3aac07e65aeb5b1da337d4e4bdc87c
pages/pay/register.vue
@@ -24,11 +24,11 @@
      <view class="u-text-center u-m-t-40 color-999 u-font-24">
         <label @click="checked = !checked" class="radio">
            <radio style="transform: scale(0.7);" color="#de2d35" :checked="checked" /><text>我已阅读并同意</text>
            <text style="color: #de2d35;" @click.stop="show = true">《资金监管平台会员注册协议》</text>
            <text style="color: #de2d35;" @click.stop="show = true">《资金监管平台用户注册协议》</text>
         </label>
      </view>
      <u-modal confirmText="阅读并同意" confirmColor="#de2d35" @confirm="show = false;checked = true" :show="show" title="资金监管平台会员注册协议">
      <u-modal confirmText="阅读并同意" confirmColor="#de2d35" @confirm="show = false;checked = true" :show="show" title="资金监管平台用户注册协议">
         <scroll-view scroll-y style="height: 60vh;">
            <user-agreement></user-agreement>
         </scroll-view>