优化底部按钮的距离

This commit is contained in:
duan
2024-05-30 14:06:31 +08:00
parent 63d85521eb
commit a627b9b6ab
2 changed files with 18 additions and 24 deletions

View File

@@ -255,7 +255,7 @@
groupChange(n) {
// console.log('groupChange', n);
this.radiovalue1 = n
uni.cache.set('radiovalue1',n)
uni.cache.set('radiovalue1', n)
},
// fangdouevent() {
// this.$u.debounce(() => {
@@ -354,7 +354,7 @@
},
// 去充值
goRecharge() {
console.log(this.amountVIP.shopId,'调试11111')
console.log(this.amountVIP.shopId, '调试11111')
uni.pro.navigateTo('/pages/member/index', {
shopId: this.amountVIP.shopId
})
@@ -408,17 +408,13 @@
uni.cache.set('shopUser', '') //删除shopUser
this.paymodfiyOrderInfo()
setTimeout(res => {
// uni.redirectTo({
// url: '/pages/order/successful?orderId=' + this
// .listinfoid + '&orderInfo=' + JSON.stringify(
// this.orderInfo) + '&radiovalue1=' + this
// .radiovalue1
// });
uni.redirectTo({
url: '/pages/order/order_detail?orderId=' + this
.listinfo.id
url: '/pages/order/successful?orderId=' + this
.listinfoid + '&orderInfo=' + JSON.stringify(
this.orderInfo) + '&radiovalue1=' + this
.radiovalue1
});
}, 500)
}, 1000)
// uni.redirectTo({
// url: "/pages/mall/order/ordersuccess?id=" + datareslane.data
// .order_id,
@@ -455,17 +451,13 @@
title: '支付成功',
success: () => {
setTimeout(res => {
// uni.redirectTo({
// url: '/pages/order/successful?orderId=' + this
// .listinfoid + '&orderInfo=' + JSON.stringify(
// this.orderInfo) + '&radiovalue1=' + this
// .radiovalue1
// });
uni.redirectTo({
url: '/pages/order/order_detail?orderId=' + this
.listinfo.id
url: '/pages/order/successful?orderId=' + this
.listinfoid + '&orderInfo=' + JSON.stringify(
this.orderInfo) + '&radiovalue1=' + this
.radiovalue1
});
}, 500)
}, 1000)
}
@@ -726,6 +718,8 @@
bottom: 0;
left: 0;
width: 100%;
height: 180rpx;
padding: 16rpx 34rpx;
.flex-between {
width: 100%;