个人中心修改
This commit is contained in:
parent
bcc6bb16da
commit
047db17fef
|
@ -5,11 +5,11 @@ const install = (Vue, vm) => {
|
|||
Vue.prototype.$u.http.setConfig({
|
||||
// baseUrl: 'http://61.174.243.28:15861',
|
||||
// baseUrl: 'http://192.168.2.46:8080',
|
||||
baseUrl: 'https://che.chuangtewl.com/prod-api',
|
||||
// baseUrl: 'https://che.chuangtewl.com/prod-api',
|
||||
// 测试环境
|
||||
// baseUrl: 'https://dianche.chuantewulian.cn/prod-api',
|
||||
// 俞山岛
|
||||
// baseUrl: 'https://dche.ccttiot.com/prod-api',
|
||||
baseUrl: 'https://dche.ccttiot.com/prod-api',
|
||||
// 创特
|
||||
loadingText: '努力加载中~',
|
||||
loadingTime: 10000,
|
||||
|
|
|
@ -4310,22 +4310,22 @@
|
|||
success(res) {
|
||||
// 支付成功逻辑
|
||||
that.getisInOrder()
|
||||
// let data = {
|
||||
// orderNo: that.orderinfo.orderNo
|
||||
// }
|
||||
let data = {
|
||||
orderNo: that.orderinfo.orderNo
|
||||
}
|
||||
|
||||
// that.$u.get("/appVerify/queryResultByOrderNo?", data).then((res) => {
|
||||
that.$u.get("/appVerify/queryResultByOrderNo?", data).then((res) => {
|
||||
|
||||
// if (res.code == 200) {
|
||||
if (res.code == 200) {
|
||||
|
||||
// } else {
|
||||
// // uni.showToast({
|
||||
// // title: res.msg,
|
||||
// // icon: 'none',
|
||||
// // duration: 2000
|
||||
// // });
|
||||
// }
|
||||
// });
|
||||
} else {
|
||||
// uni.showToast({
|
||||
// title: res.msg,
|
||||
// icon: 'none',
|
||||
// duration: 2000
|
||||
// });
|
||||
}
|
||||
});
|
||||
},
|
||||
fail(err) {
|
||||
// 支付失败逻辑
|
||||
|
@ -4386,22 +4386,22 @@
|
|||
that.showdevice = false
|
||||
that.deviceIndex = 0
|
||||
that.getisInOrder()
|
||||
// let data = {
|
||||
// orderNo: that.orderinfo.orderNo
|
||||
// }
|
||||
let data = {
|
||||
orderNo: that.orderinfo.orderNo
|
||||
}
|
||||
|
||||
// that.$u.get("/appVerify/queryResultByOrderNo?", data).then((res) => {
|
||||
that.$u.get("/appVerify/queryResultByOrderNo?", data).then((res) => {
|
||||
|
||||
// if (res.code == 200) {
|
||||
if (res.code == 200) {
|
||||
|
||||
// } else {
|
||||
// // uni.showToast({
|
||||
// // title: res.msg,
|
||||
// // icon: 'none',
|
||||
// // duration: 2000
|
||||
// // });
|
||||
// }
|
||||
// });
|
||||
} else {
|
||||
// uni.showToast({
|
||||
// title: res.msg,
|
||||
// icon: 'none',
|
||||
// duration: 2000
|
||||
// });
|
||||
}
|
||||
});
|
||||
},
|
||||
fail(err) {
|
||||
that.closePay()
|
||||
|
|
30
pages/my.vue
30
pages/my.vue
|
@ -219,6 +219,9 @@
|
|||
客服服务
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="vip_box">
|
||||
|
||||
</view>
|
||||
<view class="type_cont">
|
||||
<view class="type_li" @click="topage(2)">
|
||||
|
@ -547,6 +550,33 @@
|
|||
|
||||
.page {
|
||||
width: 750rpx;
|
||||
.vip_box{
|
||||
position: relative;
|
||||
margin-left: 38rpx;
|
||||
width: 680rpx;
|
||||
height: 158rpx;
|
||||
background-image: url('https://lxnapi.ccttiot.com/bike/img/static/uw6bYgjn1bS1ayNm6VI9');
|
||||
background-size: cover;
|
||||
/* 背景图片等比缩放以覆盖整个容器 */
|
||||
background-position: center;
|
||||
/* 背景图片居中显示 */
|
||||
background-repeat: no-repeat;
|
||||
.txt1{
|
||||
top: 20rpx;
|
||||
left: 100rpx;
|
||||
position: absolute;
|
||||
font-weight: 500;
|
||||
font-size: 44rpx;
|
||||
color: #FFE09E;
|
||||
}
|
||||
.txt2{
|
||||
right: 74rpx;
|
||||
bottom: 10rpx;
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #FFE09E;
|
||||
}
|
||||
}
|
||||
.btns{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in New Issue
Block a user