Commit 318f727b authored by Smile's avatar Smile Committed by wux

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

parent 5107ed6b
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<view class="header-toper"> <view class="header-toper">
<view class="start-bar"></view> <view class="start-bar"></view>
<view class="header-toper-title"> <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> <text>{{$lang.lang.deletion.deletionTitle}}</text>
</view> </view>
</view> </view>
...@@ -79,7 +79,6 @@ export default { ...@@ -79,7 +79,6 @@ export default {
page{ page{
width: 100%; width: 100%;
position: relative; position: relative;
background: url(@/static/img/login-bg2.png) no-repeat;
background-size:cover; background-size:cover;
height: 100%; height: 100%;
} }
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
mode="" mode=""
@click="changeLang('en')" @click="changeLang('en')"
></image> ></image>
<text v-if="loginType == 1" @click="loginChange">{{ $lang.lang.login.textLogin }}</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> <!-- <text v-if="loginType == 2" @click="loginChange">{{ $lang.lang.login.psdLogin }}</text>-->
</view> </view>
<view class="logo1"> <view class="logo1">
<text>{{ $lang.lang.deletion.deletion }}</text> <text>{{ $lang.lang.deletion.deletion }}</text>
...@@ -50,9 +50,9 @@ ...@@ -50,9 +50,9 @@
placeholder-style="color: #ffffff" placeholder-style="color: #ffffff"
:placeholder="$lang.lang.notices.password" :placeholder="$lang.lang.notices.password"
/> />
<text class="forget" @click="$request.goPage('../forget/forget')" <!-- <text class="forget" @click="$request.goPage('../forget/forget')"-->
>{{ $lang.lang.login.forPsd }}?</text <!-- >{{ $lang.lang.login.forPsd }}?</text-->
> <!-- >-->
</view> </view>
</view> </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