mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 23:39:36 +08:00
描述:登录页面修改
This commit is contained in:
parent
712b91a4d2
commit
e02cbbc096
@ -14,7 +14,7 @@ export function loginRq(data) {
|
|||||||
// 注册用户
|
// 注册用户
|
||||||
export function registerPhone(data) {
|
export function registerPhone(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/social_user_login/login',
|
url: '/changyang_user_login/login',
|
||||||
method: "post",
|
method: "post",
|
||||||
data
|
data
|
||||||
});
|
});
|
||||||
|
@ -4,7 +4,7 @@ App({
|
|||||||
APPSECRET: 'ad24130a8919c613efd9538f69abafd3',
|
APPSECRET: 'ad24130a8919c613efd9538f69abafd3',
|
||||||
tenantId : '1', // 地区
|
tenantId : '1', // 地区
|
||||||
parkId : '25', // 园区id
|
parkId : '25', // 园区id
|
||||||
parkName : '中国电子数据产业集团', // 园区名称
|
parkName : '长阳智会云控', // 园区名称
|
||||||
// 本地测试
|
// 本地测试
|
||||||
DOMAIN_NAME_PREFIX: 'http://192.168.0.11',
|
DOMAIN_NAME_PREFIX: 'http://192.168.0.11',
|
||||||
DOMAIN_NAME: 'http://192.168.0.11:9227', //接口域名
|
DOMAIN_NAME: 'http://192.168.0.11:9227', //接口域名
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 6.2 KiB |
@ -6,7 +6,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="loopView">
|
<view class="loopView">
|
||||||
<image class="logoImg" src="{{IMG_NAME + '/profile/static/index/logo.png'}}" mode="aspectFill"></image>
|
<image class="logoImg" src="{{IMG_NAME + '/profile/static/shanghai_changyang/index/logo.png'}}" mode="aspectFill"></image>
|
||||||
<!-- 轮播图 -->
|
<!-- 轮播图 -->
|
||||||
<swiper class='swiper-box' indicator-dots autoplay interval="3000" duration="1000" circular='true'>
|
<swiper class='swiper-box' indicator-dots autoplay interval="3000" duration="1000" circular='true'>
|
||||||
<swiper-item wx:for="{{bannerList}}" wx:key="index">
|
<swiper-item wx:for="{{bannerList}}" wx:key="index">
|
||||||
|
@ -140,8 +140,8 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50rpx;
|
left: 50rpx;
|
||||||
top: 30rpx;
|
top: 30rpx;
|
||||||
width: 163rpx;
|
width: 130rpx;
|
||||||
height: 42rpx;
|
height: 33rpx;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
<view class='container'>
|
<view class='container'>
|
||||||
<image class="bgImg" src="{{IMG_NAME + '/profile/static/login/bg.png'}}" mode="aspectFill"></image>
|
<image class="bgImg" src="{{IMG_NAME + '/profile/static/shanghai_changyang/login/bg.png'}}" mode="aspectFill"></image>
|
||||||
<image class="titleImg" src="{{IMG_NAME + '/profile/static/login/titile.png'}}" mode="aspectFill"></image>
|
|
||||||
|
|
||||||
<view class="bottomView">
|
<view class="bottomView">
|
||||||
<image class="loginBtnImg" src="{{IMG_NAME + '/profile/static/login/loginBtn.png'}}" mode="aspectFill"></image>
|
<image class="loginBtnImg" src="{{IMG_NAME + '/profile/static/login/loginBtn.png'}}" mode="aspectFill"></image>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user