个人中心修改
This commit is contained in:
parent
bcc6bb16da
commit
047db17fef
|
@ -5,11 +5,11 @@ const install = (Vue, vm) => {
|
||||||
Vue.prototype.$u.http.setConfig({
|
Vue.prototype.$u.http.setConfig({
|
||||||
// baseUrl: 'http://61.174.243.28:15861',
|
// baseUrl: 'http://61.174.243.28:15861',
|
||||||
// baseUrl: 'http://192.168.2.46:8080',
|
// 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://dianche.chuantewulian.cn/prod-api',
|
||||||
// 俞山岛
|
// 俞山岛
|
||||||
// baseUrl: 'https://dche.ccttiot.com/prod-api',
|
baseUrl: 'https://dche.ccttiot.com/prod-api',
|
||||||
// 创特
|
// 创特
|
||||||
loadingText: '努力加载中~',
|
loadingText: '努力加载中~',
|
||||||
loadingTime: 10000,
|
loadingTime: 10000,
|
||||||
|
|
|
@ -4310,22 +4310,22 @@
|
||||||
success(res) {
|
success(res) {
|
||||||
// 支付成功逻辑
|
// 支付成功逻辑
|
||||||
that.getisInOrder()
|
that.getisInOrder()
|
||||||
// let data = {
|
let data = {
|
||||||
// orderNo: that.orderinfo.orderNo
|
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 {
|
} else {
|
||||||
// // uni.showToast({
|
// uni.showToast({
|
||||||
// // title: res.msg,
|
// title: res.msg,
|
||||||
// // icon: 'none',
|
// icon: 'none',
|
||||||
// // duration: 2000
|
// duration: 2000
|
||||||
// // });
|
// });
|
||||||
// }
|
}
|
||||||
// });
|
});
|
||||||
},
|
},
|
||||||
fail(err) {
|
fail(err) {
|
||||||
// 支付失败逻辑
|
// 支付失败逻辑
|
||||||
|
@ -4386,22 +4386,22 @@
|
||||||
that.showdevice = false
|
that.showdevice = false
|
||||||
that.deviceIndex = 0
|
that.deviceIndex = 0
|
||||||
that.getisInOrder()
|
that.getisInOrder()
|
||||||
// let data = {
|
let data = {
|
||||||
// orderNo: that.orderinfo.orderNo
|
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 {
|
} else {
|
||||||
// // uni.showToast({
|
// uni.showToast({
|
||||||
// // title: res.msg,
|
// title: res.msg,
|
||||||
// // icon: 'none',
|
// icon: 'none',
|
||||||
// // duration: 2000
|
// duration: 2000
|
||||||
// // });
|
// });
|
||||||
// }
|
}
|
||||||
// });
|
});
|
||||||
},
|
},
|
||||||
fail(err) {
|
fail(err) {
|
||||||
that.closePay()
|
that.closePay()
|
||||||
|
|
30
pages/my.vue
30
pages/my.vue
|
@ -219,6 +219,9 @@
|
||||||
客服服务
|
客服服务
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="vip_box">
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="type_cont">
|
<view class="type_cont">
|
||||||
<view class="type_li" @click="topage(2)">
|
<view class="type_li" @click="topage(2)">
|
||||||
|
@ -547,6 +550,33 @@
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
width: 750rpx;
|
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{
|
.btns{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user