|
@@ -10,7 +10,7 @@ definePage({
|
|
|
navigationStyle: 'custom',
|
|
navigationStyle: 'custom',
|
|
|
},
|
|
},
|
|
|
})
|
|
})
|
|
|
-
|
|
|
|
|
|
|
+const StaticUrl = import.meta.env.VITE_STATIC_BASE_URL
|
|
|
// 表单数据
|
|
// 表单数据
|
|
|
const phone = ref('')
|
|
const phone = ref('')
|
|
|
const code = ref('')
|
|
const code = ref('')
|
|
@@ -84,8 +84,14 @@ async function handleLogin() {
|
|
|
|
|
|
|
|
<template>
|
|
<template>
|
|
|
<view class="login-page min-h-100vh px48rpx">
|
|
<view class="login-page min-h-100vh px48rpx">
|
|
|
|
|
+ <view class="w-full flex items-center justify-center pt40rpx">
|
|
|
|
|
+ <image
|
|
|
|
|
+ :src="`${StaticUrl}/smqjh-logo.png`"
|
|
|
|
|
+ class="h120rpx w120rpx"
|
|
|
|
|
+ />
|
|
|
|
|
+ </view>
|
|
|
<!-- 表单区域 -->
|
|
<!-- 表单区域 -->
|
|
|
- <view class="pt292rpx">
|
|
|
|
|
|
|
+ <view class="pt242rpx">
|
|
|
<!-- 手机号 -->
|
|
<!-- 手机号 -->
|
|
|
<view class="mb48rpx">
|
|
<view class="mb48rpx">
|
|
|
<view class="mb24rpx text-32rpx text-#333 font-medium">
|
|
<view class="mb24rpx text-32rpx text-#333 font-medium">
|
|
@@ -131,6 +137,9 @@ async function handleLogin() {
|
|
|
<wd-button block size="large" @click="handleLogin">
|
|
<wd-button block size="large" @click="handleLogin">
|
|
|
登录
|
|
登录
|
|
|
</wd-button>
|
|
</wd-button>
|
|
|
|
|
+ <view class="mt20rpx text-center text-#999">
|
|
|
|
|
+ 请使用市民请集合小程序账号进行登录
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|