优化底部按钮的距离
This commit is contained in:
@@ -16,10 +16,10 @@ const baseUrl = debug ? proxyApi : "https://wxcashiertest.sxczgkj.cn/cashierServ
|
|||||||
const baseUrlwws = 'ws://cashier.sxczgkj.cn/cashierService'
|
const baseUrlwws = 'ws://cashier.sxczgkj.cn/cashierService'
|
||||||
// #endif
|
// #endif
|
||||||
// #ifdef APP || MP-WEIXIN
|
// #ifdef APP || MP-WEIXIN
|
||||||
const baseUrl = debug ? proxyApi : 'https://cashier.sxczgkj.cn/cashierService'// 线上
|
// const baseUrl = debug ? proxyApi : 'https://cashier.sxczgkj.cn/cashierService'// 线上
|
||||||
const baseUrlwws = debug ? proxyApiwws : 'wss://cashier.sxczgkj.cn/cashierService' // 线上
|
// const baseUrlwws = debug ? proxyApiwws : 'wss://cashier.sxczgkj.cn/cashierService' // 线上
|
||||||
// const baseUrl = 'https://wxcashiertest.sxczgkj.cn/cashierService'// 测试
|
const baseUrl = 'https://wxcashiertest.sxczgkj.cn/cashierService'// 测试
|
||||||
// const baseUrlwws ='wss://wxcashiertest.sxczgkj.cn/cashierService' // 测试
|
const baseUrlwws ='wss://wxcashiertest.sxczgkj.cn/cashierService' // 测试
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
// import VConsole from "./vConsole.js"
|
// import VConsole from "./vConsole.js"
|
||||||
|
|||||||
@@ -255,7 +255,7 @@
|
|||||||
groupChange(n) {
|
groupChange(n) {
|
||||||
// console.log('groupChange', n);
|
// console.log('groupChange', n);
|
||||||
this.radiovalue1 = n
|
this.radiovalue1 = n
|
||||||
uni.cache.set('radiovalue1',n)
|
uni.cache.set('radiovalue1', n)
|
||||||
},
|
},
|
||||||
// fangdouevent() {
|
// fangdouevent() {
|
||||||
// this.$u.debounce(() => {
|
// this.$u.debounce(() => {
|
||||||
@@ -354,7 +354,7 @@
|
|||||||
},
|
},
|
||||||
// 去充值
|
// 去充值
|
||||||
goRecharge() {
|
goRecharge() {
|
||||||
console.log(this.amountVIP.shopId,'调试11111')
|
console.log(this.amountVIP.shopId, '调试11111')
|
||||||
uni.pro.navigateTo('/pages/member/index', {
|
uni.pro.navigateTo('/pages/member/index', {
|
||||||
shopId: this.amountVIP.shopId
|
shopId: this.amountVIP.shopId
|
||||||
})
|
})
|
||||||
@@ -408,17 +408,13 @@
|
|||||||
uni.cache.set('shopUser', '') //删除shopUser
|
uni.cache.set('shopUser', '') //删除shopUser
|
||||||
this.paymodfiyOrderInfo()
|
this.paymodfiyOrderInfo()
|
||||||
setTimeout(res => {
|
setTimeout(res => {
|
||||||
// uni.redirectTo({
|
|
||||||
// url: '/pages/order/successful?orderId=' + this
|
|
||||||
// .listinfoid + '&orderInfo=' + JSON.stringify(
|
|
||||||
// this.orderInfo) + '&radiovalue1=' + this
|
|
||||||
// .radiovalue1
|
|
||||||
// });
|
|
||||||
uni.redirectTo({
|
uni.redirectTo({
|
||||||
url: '/pages/order/order_detail?orderId=' + this
|
url: '/pages/order/successful?orderId=' + this
|
||||||
.listinfo.id
|
.listinfoid + '&orderInfo=' + JSON.stringify(
|
||||||
|
this.orderInfo) + '&radiovalue1=' + this
|
||||||
|
.radiovalue1
|
||||||
});
|
});
|
||||||
}, 500)
|
}, 1000)
|
||||||
// uni.redirectTo({
|
// uni.redirectTo({
|
||||||
// url: "/pages/mall/order/ordersuccess?id=" + datareslane.data
|
// url: "/pages/mall/order/ordersuccess?id=" + datareslane.data
|
||||||
// .order_id,
|
// .order_id,
|
||||||
@@ -455,17 +451,13 @@
|
|||||||
title: '支付成功',
|
title: '支付成功',
|
||||||
success: () => {
|
success: () => {
|
||||||
setTimeout(res => {
|
setTimeout(res => {
|
||||||
// uni.redirectTo({
|
|
||||||
// url: '/pages/order/successful?orderId=' + this
|
|
||||||
// .listinfoid + '&orderInfo=' + JSON.stringify(
|
|
||||||
// this.orderInfo) + '&radiovalue1=' + this
|
|
||||||
// .radiovalue1
|
|
||||||
// });
|
|
||||||
uni.redirectTo({
|
uni.redirectTo({
|
||||||
url: '/pages/order/order_detail?orderId=' + this
|
url: '/pages/order/successful?orderId=' + this
|
||||||
.listinfo.id
|
.listinfoid + '&orderInfo=' + JSON.stringify(
|
||||||
|
this.orderInfo) + '&radiovalue1=' + this
|
||||||
|
.radiovalue1
|
||||||
});
|
});
|
||||||
}, 500)
|
}, 1000)
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -726,6 +718,8 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 180rpx;
|
||||||
|
padding: 16rpx 34rpx;
|
||||||
|
|
||||||
.flex-between {
|
.flex-between {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user