Browse Source

fix:订单

dev_des
1054425342@qq.com 4 weeks ago
parent
commit
a665d4e9ea
  1. 12
      pages/index/iSoul.vue
  2. 2
      subPackages/haveFeeling/detail.vue
  3. 2
      subPackages/haveFeeling/list.vue
  4. 2
      subPackages/points/index.vue

12
pages/index/iSoul.vue

@ -416,10 +416,15 @@ export default {
title: "购物车",
icon: "",
},
{
title: "我的收藏",
icon: "",
},
{
title: "我的积分",
icon: "",
},
{
title: "地址管理",
icon: "",
@ -601,6 +606,13 @@ export default {
url: "/subPackages/user/collection",
});
break;
case "我的积分":
uni.navigateTo({
url: "/subPackages/points/index",
});
break;
case "帮助与客服":
uni.showModal({
title: "客服电话",

2
subPackages/haveFeeling/detail.vue

@ -518,7 +518,7 @@ export default {
title: "确认中...",
});
this.Post({}, `/framework/ygOrder/finish/${this.orderId}`, "DES").then(
this.Post({}, `/framework/ygOrder/finish/${this.orderDetail.id}`, "DES").then(
(res) => {
uni.hideLoading();
if (res.code == 200) {

2
subPackages/haveFeeling/list.vue

@ -386,7 +386,7 @@ export default {
{
orderId: orderId,
},
"/framework/haveFeeling/order/confirm",
`/framework/ygOrder/finish/${orderId}`,
"DES"
).then((res) => {
uni.hideLoading();

2
subPackages/points/index.vue

@ -554,7 +554,7 @@ export default {
}
.record-title {
font-size: 32rpx;
font-size: 28rpx;
color: #333;
font-weight: 500;
margin-bottom: 8rpx;

Loading…
Cancel
Save