Browse Source

Merge branch 'twodate' of http://8.134.10.79:3000/Leadfyy.co/uniapp-shikongwang into twodate

twodate
Enzo 4 years ago
parent
commit
f40771edab
  1. 8
      pages/center/bestar.vue
  2. 7
      pages/center/wallet.vue
  3. 17
      pages/center/widthdraw.vue
  4. 2
      pages/index/index.vue

8
pages/center/bestar.vue

@ -5,13 +5,13 @@
<image src="../../static/center/shop-logo.png" style="height: 120rpx;width: 120rpx;" mode="aspectFill"></image> <image src="../../static/center/shop-logo.png" style="height: 120rpx;width: 120rpx;" mode="aspectFill"></image>
</view> </view>
<view class="flex flex-direction lf-p-l-20 justify-center"> <view class="flex flex-direction lf-p-l-20 justify-center">
<view class="lf-font-32 lf-m-b-10 text-black1">时空网的内部网友</view>
<view class="lf-font-32 lf-m-b-10 text-black1 lf-line-2">时空网的内部网友</view>
<view class="lf-font-28 lf-color-gray">会员未开通</view> <view class="lf-font-28 lf-color-gray">会员未开通</view>
</view> </view>
</view> </view>
<self-line/> <self-line/>
<view> <view>
<view class="lf-p-t-30 lf-p-l-32">
<view class="lf-p-t-30 lf-p-l-32 lf-flex-wrap">
<view class="paynum"> <view class="paynum">
<view class="lf-color-white flex justify-center" style="background-color: #F93A3A;border-radius: 10rpx 0 10rpx 0;width: 168rpx;height: 46rpx;"> <view class="lf-color-white flex justify-center" style="background-color: #F93A3A;border-radius: 10rpx 0 10rpx 0;width: 168rpx;height: 46rpx;">
<text class="lf-font-24" style="padding: 6rpx 12rpx;">成为分销达人</text> <text class="lf-font-24" style="padding: 6rpx 12rpx;">成为分销达人</text>
@ -19,7 +19,7 @@
<view class="lf-m-t-28 text-black lf-font-24 lf-m-l-20"> <view class="lf-m-t-28 text-black lf-font-24 lf-m-l-20">
需要支付 需要支付
</view> </view>
<view class="lf-m-l-20 lf-m-t-16"><text class="lf-font-60">9.9</text></view>
<view class="lf-m-l-20 lf-m-t-16"><text class="lf-font-60 lf-font-bold">9.9</text></view>
</view> </view>
</view> </view>
</view> </view>
@ -28,7 +28,7 @@
</view> </view>
<view class="flex justify-between align-center text-center lf-p-l-32 lf-p-r-32 lf-p-t-30 lf-p-b-30 solid-bottom"> <view class="flex justify-between align-center text-center lf-p-l-32 lf-p-r-32 lf-p-t-30 lf-p-b-30 solid-bottom">
<view class="flex justify-around align-center text-center"> <view class="flex justify-around align-center text-center">
<view>
<view class="lf-row-center">
<image src="../../static/center/loginout.png" mode="widthFix" style="width: 44rpx;height: 38rpx;"></image> <image src="../../static/center/loginout.png" mode="widthFix" style="width: 44rpx;height: 38rpx;"></image>
</view> </view>
<view class="lf-font-38 lf-m-l-20 lf-w-100 text-black1">微信支付</view> <view class="lf-font-38 lf-m-l-20 lf-w-100 text-black1">微信支付</view>

7
pages/center/wallet.vue

@ -19,7 +19,8 @@
</view> </view>
<!-- scroll page --> <!-- scroll page -->
<block v-if="current == 0"> <block v-if="current == 0">
<scroll-view :style="{height: 'calc('+ windowHeight +'px - 524rpx)'}"
<scroll-view :style="{height: 'calc('+ windowHeight +'px - 530rpx)'}"
class="scroll-view"
:scroll-y="true" :refresher-enabled="true" :scroll-y="true" :refresher-enabled="true"
:refresher-triggered="isRefresher" :refresher-triggered="isRefresher"
@scrolltolower="onScrolltolower" @scrolltolower="onScrolltolower"
@ -210,4 +211,8 @@
font-size: 32rpx; font-size: 32rpx;
border-radius: 42rpx; border-radius: 42rpx;
} }
.scroll-view{
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
</style> </style>

17
pages/center/widthdraw.vue

@ -4,7 +4,7 @@
<view class="bg-white lf-h-100" style="border-radius: 10rpx;"> <view class="bg-white lf-h-100" style="border-radius: 10rpx;">
<view class="text-black lf-font-28 lf-p-l-30 lf-p-t-30">提取金额</view> <view class="text-black lf-font-28 lf-p-l-30 lf-p-t-30">提取金额</view>
<view class="lf-p-l-20 flex solid-bottom align-center" style="padding-top: 90rpx;"> <view class="lf-p-l-20 flex solid-bottom align-center" style="padding-top: 90rpx;">
<text class="text-black lf-font-48"></text>
<text class="text-black lf-font-48 unit"></text>
<!-- <u-input v-model="num" :type="type" :border="border" :height="height" :auto-height="autoHeight"/> --> <!-- <u-input v-model="num" :type="type" :border="border" :height="height" :auto-height="autoHeight"/> -->
<input type="number" @focus="showClear()" v-model="num" class="lf-p-l-10 text-black1" style="width: 80%;padding-right: 30rpx;font-size: 72rpx;height: 100rpx;" /> <input type="number" @focus="showClear()" v-model="num" class="lf-p-l-10 text-black1" style="width: 80%;padding-right: 30rpx;font-size: 72rpx;height: 100rpx;" />
<view v-if="showClean && num != ''"> <view v-if="showClean && num != ''">
@ -20,10 +20,10 @@
</view> </view>
<view class="lf-p-l-30 lf-p-r-30 lf-p-b-30" style="height: 300rpx;">
<view class="bg-white lf-h-100" style="border-radius: 10rpx;">
<view class="text-black lf-font-28 lf-p-l-30 lf-p-t-30">提现说明</view>
<view class="flex flex-direction justify-around lf-p-l-30 lf-p-t-20">
<view class="lf-p-l-30 lf-p-r-30 lf-p-b-30" style="height: auto;">
<view class="bg-white lf-h-100 lf-p-30" style="border-radius: 10rpx; box-sizing: border-box;">
<view class="text-black lf-font-28">提现说明</view>
<view class="flex flex-direction justify-around lf-p-t-20">
<view class="lf-font-28" style="color: #555;"> <view class="lf-font-28" style="color: #555;">
1提现到账时间为T+1 1提现到账时间为T+1
</view> </view>
@ -79,4 +79,11 @@
width: 100%; width: 100%;
background-color: #F5F5F5; background-color: #F5F5F5;
} }
.unit{
display: flex;
height: 100rpx;
align-items: flex-end;
box-sizing: border-box;
padding-bottom: 10rpx;
}
</style> </style>

2
pages/index/index.vue

@ -16,7 +16,7 @@
<view class="lf-flex tips"> <view class="lf-flex tips">
<view class="lf-row-between lf-flex-1" v-if="item.specs[0]"> <view class="lf-row-between lf-flex-1" v-if="item.specs[0]">
<view class="lf-flex"> <view class="lf-flex">
<view class="u-line-progress" v-if="item.specs[0].sold_percent">
<view class="u-line-progress">
<u-line-progress :percent="item.specs[0].sold_percent" height="20" :striped="true" active-color="#FE9903" :show-percent="false" inactive-color="#F5F5F5"></u-line-progress> <u-line-progress :percent="item.specs[0].sold_percent" height="20" :striped="true" active-color="#FE9903" :show-percent="false" inactive-color="#F5F5F5"></u-line-progress>
</view> </view>
<text class="progress lf-m-r-10">{{ item.specs[0].sold_percent_text }}</text> <text class="progress lf-m-r-10">{{ item.specs[0].sold_percent_text }}</text>

Loading…
Cancel
Save