|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view class="login-content" @touchmove.stop.prevent>
|
|
|
- <view class="data">
|
|
|
+ <view class="data" >
|
|
|
<view class="data-img">
|
|
|
<image :style="{'margin-left':((windowWidth-124)/2)+'rpx'}" class="img" src="/static/img/common/logo.png" mode="aspectFill"></image>
|
|
|
</view>
|
|
|
@@ -9,11 +9,11 @@
|
|
|
ICOCO是为了人们摆脱自己单身的生活 而去结交 认识他人的过程一个网络交友平台
|
|
|
</text>
|
|
|
</view>
|
|
|
- <view class="data-but" @click="goToLogin" >
|
|
|
+ <view class="data-but" @click.stop="goToLogin" >
|
|
|
<!-- 开始ICOCO-->
|
|
|
<image class="but-img" src="/static/img/login/login-but.png" mode="aspectFill"></image>
|
|
|
</view>
|
|
|
- <login-agreement></login-agreement>
|
|
|
+ <login-agreement ></login-agreement>
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -41,6 +41,7 @@ export default {
|
|
|
// console.log('width:'+width)
|
|
|
},
|
|
|
methods: {
|
|
|
+
|
|
|
goToLogin(){
|
|
|
uni.navigateTo({
|
|
|
'url':'/pages/login/localPhoneLogin'
|