解决了已知问题
This commit is contained in:
@ -20,7 +20,11 @@ Page({
|
||||
onReady() {
|
||||
|
||||
},
|
||||
|
||||
tiaozhuan(){
|
||||
wx.navigateTo({
|
||||
url: '/pages/tuiguangma/tuiguangma',
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
console.log("页面展示 onShow");
|
||||
try {
|
||||
|
@ -25,6 +25,9 @@
|
||||
src="/image/shaiixuan.png"
|
||||
/>
|
||||
</view>
|
||||
<view class="maweizhi" bind:tap="tiaozhuan">
|
||||
<image class="erweimasize" src="/image/1a3b2db58d7a4912e97e11e769fc1dc5.png" mode="aspectFill"/>
|
||||
</view>
|
||||
<view class="flex-row justify-between items-center self-stretch group_3">
|
||||
<view class="group_4">
|
||||
<text class="font_2 text_4">当前金额:</text>
|
||||
|
@ -13,6 +13,15 @@
|
||||
.ml-7 {
|
||||
margin-left: 13.46rpx;
|
||||
}
|
||||
.maweizhi{
|
||||
position: absolute;
|
||||
left: 600rpx;
|
||||
top: 80rpx;
|
||||
}
|
||||
.erweimasize{
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
.page {
|
||||
background-color: #ffffff;
|
||||
height: 100%;
|
||||
@ -192,13 +201,14 @@
|
||||
}
|
||||
.section_8 {
|
||||
margin-top: 30.77rpx;
|
||||
padding: 11.54rpx 19.23rpx 338.46rpx 46.15rpx;
|
||||
padding: 11.54rpx 19.23rpx 58.46rpx 46.15rpx;
|
||||
background-color: #ffffff;
|
||||
border-radius: 19.23rpx 19.23rpx 0 0;
|
||||
border-left: solid 1.92rpx #e5e5e5;
|
||||
border-right: solid 1.92rpx #e5e5e5;
|
||||
border-top: solid 1.92rpx #e5e5e5;
|
||||
border-bottom: solid 1.92rpx #e5e5e5;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.group_9 {
|
||||
padding: 26.92rpx 0 11.54rpx;
|
||||
|
Reference in New Issue
Block a user