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

2
subPackages/haveFeeling/detail.vue

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

2
subPackages/haveFeeling/list.vue

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

2
subPackages/points/index.vue

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

Loading…
Cancel
Save