增加新功能
This commit is contained in:
+7
-9
@@ -28,8 +28,8 @@ const _sfc_main = {
|
||||
path: "/pages/mine_order/mine_order"
|
||||
},
|
||||
{
|
||||
id: utils_enumUtils.ORDER_TYPE.AFTER_SALE,
|
||||
title: "退款售后",
|
||||
id: utils_enumUtils.ORDER_TYPE.SUCCEED,
|
||||
title: "待评价",
|
||||
url: "/static/mine/order_afterSale.png",
|
||||
path: "/pages/mine_order/mine_order"
|
||||
}
|
||||
@@ -143,8 +143,6 @@ const _sfc_main = {
|
||||
let path = "/pages/mine_order/mine_order";
|
||||
if (item && Object.keys(item).length !== 0) {
|
||||
path = "/pages/mine_order/mine_order?type=" + item.id;
|
||||
} else {
|
||||
path = "/pages/mine_order/mine_order?type=0";
|
||||
}
|
||||
common_vendor.index.navigateTo({
|
||||
url: path
|
||||
@@ -183,8 +181,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
height: "18",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
e: common_vendor.t($data.userData.userId),
|
||||
f: common_vendor.o(($event) => $options.copyData($data.userData.userId)),
|
||||
e: common_vendor.t($data.userData.inviteCode),
|
||||
f: common_vendor.o(($event) => $options.copyData($data.userData.inviteCode)),
|
||||
g: common_vendor.p({
|
||||
src: "/static/common/copy.png",
|
||||
width: "14",
|
||||
@@ -216,7 +214,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
l: common_vendor.o(($event) => $options.jumpOrder({})),
|
||||
m: common_vendor.f($data.orderTemplList, (item, k0, i0) => {
|
||||
return {
|
||||
a: "81c02944-6-" + i0,
|
||||
a: "41c0836b-6-" + i0,
|
||||
b: common_vendor.p({
|
||||
src: item.url,
|
||||
width: "30",
|
||||
@@ -230,7 +228,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
}),
|
||||
n: common_vendor.f($data.applyList, (item, k0, i0) => {
|
||||
return {
|
||||
a: "81c02944-7-" + i0,
|
||||
a: "41c0836b-7-" + i0,
|
||||
b: common_vendor.p({
|
||||
src: item.url,
|
||||
width: "36",
|
||||
@@ -268,7 +266,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
}),
|
||||
s: common_vendor.f($data.toolList, (item, k0, i0) => {
|
||||
return {
|
||||
a: "81c02944-12-" + i0,
|
||||
a: "41c0836b-12-" + i0,
|
||||
b: common_vendor.p({
|
||||
src: item.url,
|
||||
width: "30",
|
||||
|
||||
Reference in New Issue
Block a user