@ -416,10 +416,15 @@ export default {
title: "购物车",
icon: "",
},
{
title: "我的收藏",
title: "我的积分",
title: "地址管理",
@ -601,6 +606,13 @@ export default {
url: "/subPackages/user/collection",
});
break;
case "我的积分":
uni.navigateTo({
url: "/subPackages/points/index",
case "帮助与客服":
uni.showModal({
title: "客服电话",
@ -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) {
@ -386,7 +386,7 @@ export default {
orderId: orderId,
"/framework/haveFeeling/order/confirm",
`/framework/ygOrder/finish/${orderId}`,
"DES"
).then((res) => {
@ -554,7 +554,7 @@ export default {
}
.record-title {
font-size: 32rpx;
font-size: 28rpx;
color: #333;
font-weight: 500;
margin-bottom: 8rpx;