Commit 07657b8a authored by Smile's avatar Smile

谷歌单独页面注销登录修改

parent f3a0b200
......@@ -3,7 +3,7 @@
<view class="header-toper">
<view class="start-bar"></view>
<view class="header-toper-title">
<image src="../../static/img/back.png" mode="" @click="backOrder"></image>
<!-- <image src="../../static/img/back.png" mode="" @click="backOrder"></image>-->
<text>{{$lang.lang.deletion.deletionTitle}}</text>
</view>
</view>
......@@ -79,7 +79,6 @@ export default {
page{
width: 100%;
position: relative;
background: url(@/static/img/login-bg2.png) no-repeat;
background-size:cover;
height: 100%;
}
......
......@@ -13,8 +13,8 @@
mode=""
@click="changeLang('en')"
></image>
<text v-if="loginType == 1" @click="loginChange">{{ $lang.lang.login.textLogin }}</text>
<text v-if="loginType == 2" @click="loginChange">{{ $lang.lang.login.psdLogin }}</text>
<!-- <text v-if="loginType == 1" @click="loginChange">{{ $lang.lang.login.textLogin }}</text>-->
<!-- <text v-if="loginType == 2" @click="loginChange">{{ $lang.lang.login.psdLogin }}</text>-->
</view>
<view class="logo1">
<text>{{ $lang.lang.deletion.deletion }}</text>
......@@ -50,9 +50,9 @@
placeholder-style="color: #ffffff"
:placeholder="$lang.lang.notices.password"
/>
<text class="forget" @click="$request.goPage('../forget/forget')"
>{{ $lang.lang.login.forPsd }}?</text
>
<!-- <text class="forget" @click="$request.goPage('../forget/forget')"-->
<!-- >{{ $lang.lang.login.forPsd }}?</text-->
<!-- >-->
</view>
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment