This commit is contained in:
caolc
2023-05-11 09:09:27 +08:00
parent 0c133b2c61
commit ac31a0cd62
5 changed files with 18 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
<view class="padding-xl ">
<view class="image login-bg">
<image :src="otherImgURL+'logo@ZP.png'" mode="widthFix"></image>
<view class="text-bold text-lg padding-top">
<view class=" xxx text-bold text-lg padding-top">
一路油你 中品加油
</view>
<view class="text-df text-grey padding-top-xs padding-bottom">
@@ -19,8 +19,7 @@
</view>
<scroll-view class="bg-white nav padding login-shadow">
<view class="flex text-center padding-bottom">
<view class="cu-item text-bold text-lg flex-sub">
<view class="cu-item text-bold text-lg flex-sub">
</view>
<!-- <view class="cu-item text-bold text-lg flex-sub "
:class="[1==TabCur?'text-red cur':'',(animation=='animation-fades'&&1==TabCur)?'animation-fade':'']"

View File

@@ -7,7 +7,7 @@
:style="'background-image: url('+imgURL+'login-bg-top.png);height: 480upx;'">
<view class="padding-xl ">
<view class="image login-bg">
<image :src="imgURL+'new-logo.png'" mode="widthFix"></image>
<image :src="otherImgURL+'logo@ZP.png'" mode="widthFix"></image>
<view class="text-bold text-lg padding-top">
一路油你 中品加油
</view>
@@ -24,7 +24,7 @@
<view class="cu-item text-bold text-lg flex-sub">
</view>
<view class="cu-item text-red cur text-bold text-lg flex-sub ">
<view class="cu-item text-blues cur text-bold text-lg flex-sub ">
个人账号
</view>
<view class="cu-item text-bold text-lg flex-sub">
@@ -93,6 +93,7 @@
},
data() {
return {
otherImgURL: this.global.otherImgURL,
tips: '发送验证码',
accuntSource: false,
imgURL: this.global.imgURL,