|
|
@ -2,7 +2,7 @@ |
|
|
|
<view class="new-users copy-data" :style="{height:pageHeight}"> |
|
|
|
<view class="new-users copy-data" :style="{height:pageHeight}"> |
|
|
|
<!-- :style="colorStyle" --> |
|
|
|
<!-- :style="colorStyle" --> |
|
|
|
<view class="headerContent"> |
|
|
|
<view class="headerContent"> |
|
|
|
<image src="/static/images/myBg.png" mode="" class="topImage"></image> |
|
|
|
<image :src="`${baseurl}/static/images/myBg.png`" mode="" class="topImage"></image> |
|
|
|
<view class="top"> |
|
|
|
<view class="top"> |
|
|
|
<!-- #ifdef MP || APP-PLUS --> |
|
|
|
<!-- #ifdef MP || APP-PLUS --> |
|
|
|
<view class="sys-head"> |
|
|
|
<view class="sys-head"> |
|
|
@ -123,7 +123,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
</view> --> |
|
|
|
<view class="itemContent"> |
|
|
|
<view class="itemContent"> |
|
|
|
<image src="/static/images/bg2.png" mode="widthFix" class="itemImage"></image> |
|
|
|
<image :src="`${baseurl}/static/images/bg2.png`" mode="widthFix" class="itemImage"></image> |
|
|
|
<view class="numContainer"> |
|
|
|
<view class="numContainer"> |
|
|
|
<view class="num-wrapper"> |
|
|
|
<view class="num-wrapper"> |
|
|
|
|
|
|
|
|
|
|
@ -148,8 +148,8 @@ |
|
|
|
<text style="font-size: 36rpx;" v-if="!numShow">50000</text> |
|
|
|
<text style="font-size: 36rpx;" v-if="!numShow">50000</text> |
|
|
|
<text style="font-size: 36rpx;position: relative;top:10rpx;" v-if="numShow">*****</text> |
|
|
|
<text style="font-size: 36rpx;position: relative;top:10rpx;" v-if="numShow">*****</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<image src="/static/images/eye.png" mode="" @click="setShow(false)" v-if="numShow"></image> |
|
|
|
<image :src="`${baseurl}/static/images/eye.png`" mode="" @click="setShow(false)" v-if="numShow"></image> |
|
|
|
<image src="/static/images/eye1.png" mode="" @click="setShow(true)" v-if="!numShow"></image> |
|
|
|
<image :src="`${baseurl}/static/images/eye1.png`" mode="" @click="setShow(true)" v-if="!numShow"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
@ -222,7 +222,6 @@ |
|
|
|
<!-- :style="colorStyle" --> |
|
|
|
<!-- :style="colorStyle" --> |
|
|
|
<view class="mid" style="flex:1;overflow: hidden;"> |
|
|
|
<view class="mid" style="flex:1;overflow: hidden;"> |
|
|
|
<scroll-view scroll-y="true" style="height: 100%;"> |
|
|
|
<scroll-view scroll-y="true" style="height: 100%;"> |
|
|
|
<!-- <image src="/static/images/myBg.png" mode="" class="topImage"></image> --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="order-wrapper" :class="userInfo.svip_open?'':'height'"> |
|
|
|
<view class="order-wrapper" :class="userInfo.svip_open?'':'height'"> |
|
|
|
<view class="order-hd flex"> |
|
|
|
<view class="order-hd flex"> |
|
|
@ -238,7 +237,7 @@ |
|
|
|
<view class="pic"> |
|
|
|
<view class="pic"> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <text class="iconfont" :class="item.img"></text> --> |
|
|
|
<!-- <text class="iconfont" :class="item.img"></text> --> |
|
|
|
<image :src="item.pic" class="picImage" mode="widthFix"></image> |
|
|
|
<image :src="`${baseurl}${item.pic}`" class="picImage" mode="widthFix"></image> |
|
|
|
<text class="order-status-num" v-if="item.num > 0">{{ item.num }}</text> |
|
|
|
<text class="order-status-num" v-if="item.num > 0">{{ item.num }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="txt">{{$t(item.title)}}</view> |
|
|
|
<view class="txt">{{$t(item.title)}}</view> |
|
|
@ -447,9 +446,11 @@ |
|
|
|
my_banner_status: 1, |
|
|
|
my_banner_status: 1, |
|
|
|
is_diy: uni.getStorageSync('is_diy'), |
|
|
|
is_diy: uni.getStorageSync('is_diy'), |
|
|
|
copyRightPic: '/static/images/support.png', //版权图片 |
|
|
|
copyRightPic: '/static/images/support.png', //版权图片 |
|
|
|
|
|
|
|
baseurl:'' |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
onLoad(option) { |
|
|
|
onLoad(option) { |
|
|
|
|
|
|
|
this.baseurl = this.$baseurl; |
|
|
|
uni.hideTabBar() |
|
|
|
uni.hideTabBar() |
|
|
|
let that = this; |
|
|
|
let that = this; |
|
|
|
// #ifdef MP |
|
|
|
// #ifdef MP |
|
|
|