Merge branch 'ios' of e.coding.net:g-cphe0354/duanju/video_app into gyq
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view style="padding-bottom: 160rpx;">
|
||||
<view class="padding">
|
||||
<view class="money">
|
||||
<view class="MWXwdwbxts">
|
||||
<view class="money-top">
|
||||
<image src="../../static/images/me/moneyBanner.png" mode=""></image>
|
||||
<view class="money-top-title">
|
||||
@@ -97,8 +97,8 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sumbit flex align-center justify-center">
|
||||
<view class="sumbit-box flex align-center justify-center">
|
||||
<view class="gwdwbjUBRe flex align-center justify-center">
|
||||
<view class="gwdwbjUBRe-box flex align-center justify-center">
|
||||
<!-- #ifdef MP-WEIXIN -->
|
||||
<button v-if="osName!='ios'"
|
||||
style="background: #ff7581;color: #FFFFFF;width: 100%;height: 100%;border-radius: 44rpx;"
|
||||
@@ -1216,7 +1216,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.sumbit {
|
||||
.gwdwbjUBRe {
|
||||
width: 100%;
|
||||
height: 140rpx;
|
||||
background-color: #FFFFFF;
|
||||
@@ -1224,7 +1224,7 @@
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
.sumbit-box {
|
||||
.gwdwbjUBRe-box {
|
||||
width: 686rpx;
|
||||
height: 88rpx;
|
||||
background: #6696FF;
|
||||
@@ -1234,7 +1234,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.money {
|
||||
.MWXwdwbxts {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 32rpx;
|
||||
@@ -1,20 +1,20 @@
|
||||
<template>
|
||||
<view style="padding-bottom: 20rpx;">
|
||||
<view v-for="(item,index) in list" :key="index" class="list flex align-center justify-center">
|
||||
<view class="list-box">
|
||||
<view class="list-box-title">
|
||||
<view class="zdwbUQKCny">
|
||||
<view class="zdwbUQKCny-title">
|
||||
{{item.title}}
|
||||
</view>
|
||||
<view class="list-box-content">
|
||||
<view class="zdwbUQKCny-content">
|
||||
{{item.content}}
|
||||
</view>
|
||||
<view class="list-box-time flex align-center justify-between">
|
||||
<view class="zdwbUQKCny-time flex align-center justify-between">
|
||||
{{item.createTime}}
|
||||
<text>{{item.type===1?'+':'-'}}{{item.money}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="list.length > 3" class="loadMore">
|
||||
<view v-if="list.length > 3" class="jwdSnCdwbd">
|
||||
<u-loadmore :status="status" />
|
||||
</view>
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
height: auto;
|
||||
margin-top: 20rpx;
|
||||
|
||||
.list-box {
|
||||
.zdwbUQKCny {
|
||||
width: 686rpx;
|
||||
height: 100%;
|
||||
border-radius: 24rpx;
|
||||
@@ -99,18 +99,18 @@
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
.list-box-title {
|
||||
.zdwbUQKCny-title {
|
||||
width: 100%;
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.list-box-content {
|
||||
.zdwbUQKCny-content {
|
||||
width: 100%;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
|
||||
.list-box-time {
|
||||
.zdwbUQKCny-time {
|
||||
width: 100%;
|
||||
margin-top: 20rpx;
|
||||
color: #999999;
|
||||
@@ -123,7 +123,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.loadMore {
|
||||
.jwdSnCdwbd {
|
||||
margin: 20rpx 0;
|
||||
}
|
||||
</style>
|
||||
@@ -2,16 +2,16 @@
|
||||
<view style="padding-bottom: 160rpx;">
|
||||
<view class="padding">
|
||||
<view class="money">
|
||||
<view class="money-top">
|
||||
<view class="qCLEJdwbZctop">
|
||||
<image src="../../static/images/me/moneyBanner.png" mode=""></image>
|
||||
<view class="money-top-title">
|
||||
<view class="qCLEJdwbZctitle">
|
||||
当前剩余金币
|
||||
</view>
|
||||
<view class="money-top-money">
|
||||
<view class="qCLEJdwbZc">
|
||||
{{formatNumber(moneyNum)}}
|
||||
</view>
|
||||
</view>
|
||||
<view @click="goNav('/me/wallet/mingxi')" class="money-bto flex align-center justify-between">
|
||||
<view @click="goNav('/me/wallet/mingxi')" class="qCLEJdwbZcbto flex align-center justify-between">
|
||||
金币明细
|
||||
<u-icon name="arrow-right" color="#6696ff" size="40"></u-icon>
|
||||
</view>
|
||||
@@ -1200,7 +1200,7 @@
|
||||
border-radius: 32rpx;
|
||||
background-color: #FFFFFF;
|
||||
|
||||
.money-top {
|
||||
.qCLEJdwbZctop {
|
||||
width: 100%;
|
||||
height: 240rpx;
|
||||
position: relative;
|
||||
@@ -1211,7 +1211,7 @@
|
||||
border-radius: 32rpx 32rpx 0 0;
|
||||
}
|
||||
|
||||
.money-top-title {
|
||||
.qCLEJdwbZctitle {
|
||||
position: absolute;
|
||||
font-size: 32rpx;
|
||||
color: hsla(0, 0%, 100%, .9);
|
||||
@@ -1220,7 +1220,7 @@
|
||||
|
||||
}
|
||||
|
||||
.money-top-money {
|
||||
.qCLEJdwbZc {
|
||||
position: absolute;
|
||||
font-size: 64rpx;
|
||||
font-weight: 500;
|
||||
@@ -1230,7 +1230,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.money-bto {
|
||||
.qCLEJdwbZcbto {
|
||||
width: 100%;
|
||||
height: 108rpx;
|
||||
border-radius: 0 0 32rpx 32rpx;
|
||||
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="videoImg flex align-center justify-center">
|
||||
<view class="videoImg-box flex justify-between align-center flex-wrap">
|
||||
<view class="videoImg-box-item" v-for="(item,index) in wallpaperList" :key="index">
|
||||
<view class="mFYpdwbMdk flex align-center justify-center">
|
||||
<view class="mFYpdwbMdk-box flex justify-between align-center flex-wrap">
|
||||
<view class="mFYpdwbMdk-box-item" v-for="(item,index) in wallpaperList" :key="index">
|
||||
<image @click="priveImg(item.imageUrl)" :src="item.imageUrl" mode="aspectFill"></image>
|
||||
</view>
|
||||
</view>
|
||||
@@ -85,17 +85,17 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.videoImg {
|
||||
.mFYpdwbMdk {
|
||||
width: 100%;
|
||||
padding-top: 20rpx;
|
||||
height: auto;
|
||||
|
||||
.videoImg-box {
|
||||
.mFYpdwbMdk-box {
|
||||
width: 686rpx;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.videoImg-box-item {
|
||||
.mFYpdwbMdk-box-item {
|
||||
width: 49%;
|
||||
height: 500rpx;
|
||||
border-radius: 18rpx;
|
||||
0
me/mFYpdwbMdk/slkj.html
Normal file
0
me/mFYpdwbMdk/slkj.html
Normal file
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="container">
|
||||
<view class="FdwbsxoKnh">
|
||||
<view class="cu-form-group"
|
||||
style="margin: 30upx;border: 2upx solid whitesmoke;margin-bottom: 20px;border-radius: 30px">
|
||||
<view class="title">手机号</view>
|
||||
@@ -11,10 +11,10 @@
|
||||
<text class="title">验证码</text>
|
||||
<input type="number" :value="code" placeholder="请输入验证码" maxlength="6" data-key="code" @input="inputChange"
|
||||
@confirm="toLogin" />
|
||||
<button class="send-msg" @click="sendMsg" :disabled="sending">{{ sendTime }}</button>
|
||||
<button class="dwbCkbEBqX" @click="sendMsg" :disabled="sending">{{ sendTime }}</button>
|
||||
</view>
|
||||
|
||||
<button class="confirm-btn" @click="toLogin" :disabled="logining">立即换绑
|
||||
<button class="qKdwbBRntC" @click="toLogin" :disabled="logining">立即换绑
|
||||
</button>
|
||||
</view>
|
||||
</template>
|
||||
@@ -157,7 +157,7 @@
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.send-msg {
|
||||
.dwbCkbEBqX {
|
||||
border-radius: 30px;
|
||||
color: white;
|
||||
height: 30px;
|
||||
@@ -166,7 +166,7 @@
|
||||
background: #ff7581;
|
||||
}
|
||||
|
||||
.container {
|
||||
.FdwbsxoKnh {
|
||||
top: 0;
|
||||
padding-top: 32upx;
|
||||
position: relative;
|
||||
@@ -175,17 +175,11 @@
|
||||
overflow: hidden;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
position: relative;
|
||||
z-index: 90;
|
||||
background: #ffffff;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.confirm-btn {
|
||||
.qKdwbBRntC {
|
||||
width: 300px;
|
||||
height: 42px;
|
||||
line-height: 42px;
|
||||
Reference in New Issue
Block a user