暂存code
This commit is contained in:
+185
-161
@@ -3,149 +3,57 @@ const common_vendor = require("../../common/vendor.js");
|
||||
const utils_enumUtils = require("../../utils/enumUtils.js");
|
||||
const utils_enumCssUtils = require("../../utils/enumCssUtils.js");
|
||||
const api_order = require("../../api/order.js");
|
||||
const utils_index = require("../../utils/index.js");
|
||||
const _sfc_main = {
|
||||
computed: {
|
||||
ORDER_TYPE() {
|
||||
return utils_enumUtils.ORDER_TYPE;
|
||||
MINE_ORDER_TYPE() {
|
||||
return utils_enumUtils.MINE_ORDER_TYPE;
|
||||
},
|
||||
ORDER_STATUS() {
|
||||
return utils_enumUtils.ORDER_STATUS;
|
||||
},
|
||||
ORDER_STATUS_CSS() {
|
||||
return utils_enumCssUtils.ORDER_STATUS_CSS;
|
||||
},
|
||||
ORDER_TYPE() {
|
||||
return utils_enumUtils.ORDER_TYPE;
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
orderTypeList: [
|
||||
{
|
||||
id: utils_enumUtils.ORDER_TYPE.UNPAID,
|
||||
id: utils_enumUtils.MINE_ORDER_TYPE.UNPAID,
|
||||
title: "待支付"
|
||||
},
|
||||
{
|
||||
id: utils_enumUtils.ORDER_TYPE.UNSHIPPED,
|
||||
id: utils_enumUtils.MINE_ORDER_TYPE.UNSHIPPED,
|
||||
title: "待发货"
|
||||
},
|
||||
{
|
||||
id: utils_enumUtils.ORDER_TYPE.NOT_RECEIVE,
|
||||
id: utils_enumUtils.MINE_ORDER_TYPE.NOT_RECEIVE,
|
||||
title: "待收货"
|
||||
},
|
||||
{
|
||||
id: utils_enumUtils.ORDER_TYPE.SUCCEED,
|
||||
title: "待评价"
|
||||
id: utils_enumUtils.MINE_ORDER_TYPE.SUCCEED,
|
||||
title: "已完成"
|
||||
},
|
||||
{
|
||||
id: utils_enumUtils.MINE_ORDER_TYPE.AFTER_SALE,
|
||||
title: "售后"
|
||||
}
|
||||
],
|
||||
form: {
|
||||
search: null,
|
||||
//搜索
|
||||
page: 1,
|
||||
pageSize: 15,
|
||||
type: 0
|
||||
pageSize: 10,
|
||||
type: utils_enumUtils.MINE_ORDER_TYPE.UNPAID
|
||||
// 选中的类型
|
||||
},
|
||||
orderList: [
|
||||
{
|
||||
id: 1,
|
||||
url: "/static/common/order_defal.png",
|
||||
name: "哈希店铺",
|
||||
status: 1,
|
||||
paymentTime: 29,
|
||||
// 剩余付款时间,单位:分钟
|
||||
product: [
|
||||
{
|
||||
id: 1,
|
||||
url: "/static/common/product_def.png",
|
||||
title: "美的双开门冰箱大容量多美的双开门冰箱大容量多",
|
||||
description: ["双开门", "大容量"],
|
||||
tag: ["7天无理由退货", "退货险"],
|
||||
quantity: 1,
|
||||
total: 3599
|
||||
}
|
||||
],
|
||||
productTotal: 3599
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
url: "/static/common/order_defal.png",
|
||||
name: "哈希店铺",
|
||||
status: 2,
|
||||
product: [
|
||||
{
|
||||
id: 1,
|
||||
url: "/static/common/product_def.png",
|
||||
title: "美的双开门冰箱大容量多美的双开门冰箱大容量多",
|
||||
description: ["双开门", "大容量"],
|
||||
tag: ["7天无理由退货", "退货险"],
|
||||
quantity: 1,
|
||||
total: 3599
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
url: "/static/common/product_def.png",
|
||||
title: "美的双开门冰箱大容量多美的双开门冰箱大容量多",
|
||||
description: ["双开门", "大容量"],
|
||||
tag: ["7天无理由退货", "退货险"],
|
||||
quantity: 1,
|
||||
total: 3599
|
||||
}
|
||||
],
|
||||
productTotal: 7099.88
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
url: "/static/common/order_defal.png",
|
||||
name: "哈希店铺",
|
||||
status: 4,
|
||||
product: [
|
||||
{
|
||||
id: 1,
|
||||
url: "/static/common/product_def.png",
|
||||
title: "美的双开门冰箱大容量多美的双开门冰箱大容量多",
|
||||
description: ["双开门", "大容量"],
|
||||
tag: ["7天无理由退货", "退货险"],
|
||||
quantity: 1,
|
||||
total: 3599
|
||||
}
|
||||
],
|
||||
productTotal: 3599
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
url: "/static/common/order_defal.png",
|
||||
name: "哈希店铺",
|
||||
status: 5,
|
||||
product: [
|
||||
{
|
||||
id: 1,
|
||||
url: "/static/common/product_def.png",
|
||||
title: "美的双开门冰箱大容量多美的双开门冰箱大容量多",
|
||||
description: ["双开门", "大容量"],
|
||||
tag: ["7天无理由退货", "退货险"],
|
||||
quantity: 1,
|
||||
total: 3599
|
||||
}
|
||||
],
|
||||
productTotal: 3599
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
url: "/static/common/order_defal.png",
|
||||
name: "哈希店铺",
|
||||
status: 6,
|
||||
product: [
|
||||
{
|
||||
id: 1,
|
||||
url: "/static/common/product_def.png",
|
||||
title: "美的双开门冰箱大容量多美的双开门冰箱大容量多",
|
||||
description: ["双开门", "大容量"],
|
||||
tag: ["7天无理由退货", "退货险"],
|
||||
quantity: 1,
|
||||
total: 3599
|
||||
}
|
||||
],
|
||||
productTotal: 3599
|
||||
}
|
||||
],
|
||||
hasMore: true,
|
||||
// 是否有更多数据可以加载
|
||||
orderList: [],
|
||||
cancelShow: false,
|
||||
// 取消订单
|
||||
reasonList: [
|
||||
@@ -177,42 +85,90 @@ const _sfc_main = {
|
||||
cancelForm: {
|
||||
reason: null,
|
||||
remark: null
|
||||
}
|
||||
},
|
||||
loading: false,
|
||||
// 加载状态标志
|
||||
openShow: false
|
||||
};
|
||||
},
|
||||
onLoad(options) {
|
||||
const type = options.type;
|
||||
this.form.type = type ? parseInt(type, 10) : utils_enumUtils.ORDER_TYPE.UNPAID;
|
||||
this.getOrderList();
|
||||
this.form.type = type && type < 5 ? parseInt(type, 10) : utils_enumUtils.MINE_ORDER_TYPE.UNPAID;
|
||||
this.loadData();
|
||||
},
|
||||
methods: {
|
||||
dayjs: common_vendor.dayjs,
|
||||
getValue: utils_enumUtils.getValue,
|
||||
formatDate1: utils_index.formatDate1,
|
||||
copyData: utils_index.copyData,
|
||||
jumpLeft() {
|
||||
common_vendor.index.switchTab({
|
||||
url: "/pages/mine/mine"
|
||||
});
|
||||
},
|
||||
searchFun(val) {
|
||||
common_vendor.index.__f__("log", "at pages/mine_order/mine_order.vue:297", "searchFun", val);
|
||||
common_vendor.index.__f__("log", "at pages/mine_order/mine_order.vue:246", "searchFun", val);
|
||||
},
|
||||
checkType(item) {
|
||||
this.form.page = 1;
|
||||
this.form.type = item.id;
|
||||
this.getOrderList();
|
||||
this.orderList = [];
|
||||
if (item.id !== utils_enumUtils.MINE_ORDER_TYPE.AFTER_SALE) {
|
||||
this.loadData();
|
||||
} else {
|
||||
this.openShow = true;
|
||||
}
|
||||
},
|
||||
jumpOrderInfo() {
|
||||
jumpOrderInfo(item) {
|
||||
common_vendor.index.navigateTo({
|
||||
url: "/pages/mine_order_info/mine_order_info?type=" + this.type
|
||||
url: "/pages/mine_order_info/mine_order_info?id=" + item.id
|
||||
});
|
||||
},
|
||||
async getOrderList() {
|
||||
const params = {
|
||||
...this.form
|
||||
};
|
||||
const resp = await api_order.getOrderList(params);
|
||||
common_vendor.index.__f__("log", "at pages/mine_order/mine_order.vue:313", "resp", resp);
|
||||
if (resp && resp.bizcode === 100) {
|
||||
this.orderList = resp.data;
|
||||
// 处理到期时间
|
||||
handleExpressTime(expressTime) {
|
||||
let resultM = 0;
|
||||
if (!expressTime || expressTime === 0) {
|
||||
return resultM;
|
||||
}
|
||||
const currentTimestamp = common_vendor.dayjs().unix();
|
||||
const time = currentTimestamp - expressTime;
|
||||
resultM = common_vendor.dayjs(time).format("YYYY-MM-DD HH:MM:SS");
|
||||
return resultM;
|
||||
},
|
||||
// 加载数据的方法
|
||||
async loadData() {
|
||||
if (this.loading)
|
||||
return;
|
||||
this.loading = true;
|
||||
try {
|
||||
const newData = await this.fetchData(this.form.page, this.form.pageSize);
|
||||
if (newData.entitys && newData.entitys.length !== 0) {
|
||||
this.orderList = [...this.orderList, ...newData.entitys];
|
||||
this.form.page++;
|
||||
}
|
||||
} catch (error) {
|
||||
common_vendor.index.__f__("error", "at pages/mine_order/mine_order.vue:291", "加载数据失败:", error);
|
||||
} finally {
|
||||
this.loading = false;
|
||||
}
|
||||
},
|
||||
// 模拟获取数据的方法,实际应用中应该替换为你的数据获取逻辑,例如从服务器获取数据
|
||||
async fetchData(page, pageSize) {
|
||||
const params = {
|
||||
...this.form,
|
||||
page,
|
||||
pageSize
|
||||
};
|
||||
const data = await api_order.getOrderList(params);
|
||||
if (data && data.bizcode === 100) {
|
||||
return data.data;
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
},
|
||||
// 当滚动到底部时触发的方法
|
||||
loadMore() {
|
||||
this.loadData();
|
||||
},
|
||||
checkCancel(status) {
|
||||
this.cancelShow = status;
|
||||
@@ -237,8 +193,33 @@ const _sfc_main = {
|
||||
});
|
||||
return;
|
||||
}
|
||||
common_vendor.index.__f__("log", "at pages/mine_order/mine_order.vue:342", "params", params);
|
||||
this.checkCancel(false);
|
||||
},
|
||||
/**
|
||||
* 确认收货
|
||||
*/
|
||||
confirmReceiptOk(item) {
|
||||
const then = this;
|
||||
common_vendor.index.showModal({
|
||||
title: "提示",
|
||||
content: "是否确认收货?",
|
||||
success: function(res) {
|
||||
if (res.confirm) {
|
||||
then.confirmReceiptFun(item);
|
||||
}
|
||||
}
|
||||
});
|
||||
},
|
||||
async confirmReceiptFun(item) {
|
||||
const params = {
|
||||
id: item.id
|
||||
};
|
||||
const resp = await api_order.confirmReceipt(params);
|
||||
if (resp && resp.bizcode === 100) {
|
||||
this.orderList = [];
|
||||
this.form.page = 1;
|
||||
this.loadData();
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -251,7 +232,8 @@ if (!Array) {
|
||||
const _easycom_up_textarea2 = common_vendor.resolveComponent("up-textarea");
|
||||
const _easycom_up_popup2 = common_vendor.resolveComponent("up-popup");
|
||||
const _easycom_up_toast2 = common_vendor.resolveComponent("up-toast");
|
||||
(_easycom_up_image2 + _easycom_up_search2 + _easycom_up_icon2 + _easycom_up_radio2 + _easycom_up_radio_group2 + _easycom_up_textarea2 + _easycom_up_popup2 + _easycom_up_toast2)();
|
||||
const _easycom_up_modal2 = common_vendor.resolveComponent("up-modal");
|
||||
(_easycom_up_image2 + _easycom_up_search2 + _easycom_up_icon2 + _easycom_up_radio2 + _easycom_up_radio_group2 + _easycom_up_textarea2 + _easycom_up_popup2 + _easycom_up_toast2 + _easycom_up_modal2)();
|
||||
}
|
||||
const _easycom_up_image = () => "../../uni_modules/uview-plus/components/u-image/u-image.js";
|
||||
const _easycom_up_search = () => "../../uni_modules/uview-plus/components/u-search/u-search.js";
|
||||
@@ -261,8 +243,9 @@ const _easycom_up_radio_group = () => "../../uni_modules/uview-plus/components/u
|
||||
const _easycom_up_textarea = () => "../../uni_modules/uview-plus/components/u-textarea/u-textarea.js";
|
||||
const _easycom_up_popup = () => "../../uni_modules/uview-plus/components/u-popup/u-popup.js";
|
||||
const _easycom_up_toast = () => "../../uni_modules/uview-plus/components/u-toast/u-toast.js";
|
||||
const _easycom_up_modal = () => "../../uni_modules/uview-plus/components/u-modal/u-modal.js";
|
||||
if (!Math) {
|
||||
(_easycom_up_image + _easycom_up_search + _easycom_up_icon + _easycom_up_radio + _easycom_up_radio_group + _easycom_up_textarea + _easycom_up_popup + _easycom_up_toast)();
|
||||
(_easycom_up_image + _easycom_up_search + _easycom_up_icon + _easycom_up_radio + _easycom_up_radio_group + _easycom_up_textarea + _easycom_up_popup + _easycom_up_toast + _easycom_up_modal)();
|
||||
}
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return common_vendor.e({
|
||||
@@ -279,12 +262,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
bgColor: "#FFFFFFFF",
|
||||
showAction: false
|
||||
}),
|
||||
e: common_vendor.f($data.orderTypeList, (item, k0, i0) => {
|
||||
e: common_vendor.f($data.orderTypeList, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item.title),
|
||||
b: common_vendor.n($data.form.type === item.id ? "order_type_title_item order_type_title_item_sel" : "order_type_title_item"),
|
||||
c: common_vendor.o(($event) => $options.checkType(item), item.id),
|
||||
d: item.id
|
||||
c: common_vendor.o(($event) => $options.checkType(item), index),
|
||||
d: index
|
||||
};
|
||||
}),
|
||||
f: $data.orderList && $data.orderList.length !== 0
|
||||
@@ -296,7 +279,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
src: item.shopLogo,
|
||||
width: "22",
|
||||
height: "22",
|
||||
bgColor: "#f1f6ff00"
|
||||
bgColor: "#f1f6ff00",
|
||||
shape: "circle"
|
||||
}),
|
||||
c: common_vendor.t(item.shopName),
|
||||
d: item.status !== $options.ORDER_TYPE.UNPAID
|
||||
@@ -304,10 +288,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
e: common_vendor.t($options.getValue($options.ORDER_STATUS, item.status)),
|
||||
f: $options.ORDER_STATUS_CSS[item.status]
|
||||
} : {
|
||||
g: common_vendor.t(item.expireTime)
|
||||
g: common_vendor.t($options.formatDate1(item.expireTime))
|
||||
}, {
|
||||
h: common_vendor.f(item.items, (pItem, k1, i1) => {
|
||||
return {
|
||||
return common_vendor.e({
|
||||
a: "abc152e3-3-" + i0 + "-" + i1,
|
||||
b: common_vendor.p({
|
||||
src: pItem.mainGraph,
|
||||
@@ -319,42 +303,66 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
d: common_vendor.t(pItem.goodsSpece),
|
||||
e: common_vendor.t(pItem.goodsAmount),
|
||||
f: common_vendor.t(pItem.buyNum),
|
||||
g: pItem.id
|
||||
};
|
||||
}),
|
||||
g: common_vendor.o(($event) => $options.jumpOrderInfo(item), pItem.id),
|
||||
h: pItem.expressNo
|
||||
}, pItem.expressNo ? common_vendor.e({
|
||||
i: pItem.expressName
|
||||
}, pItem.expressName ? {
|
||||
j: common_vendor.t(pItem.expressName)
|
||||
} : {}, {
|
||||
k: common_vendor.t(pItem.expressNo),
|
||||
l: common_vendor.o(($event) => $options.copyData(pItem.expressNo), pItem.id),
|
||||
m: "abc152e3-4-" + i0 + "-" + i1,
|
||||
n: common_vendor.p({
|
||||
src: "/static/common/copy.png",
|
||||
width: "14",
|
||||
height: "14",
|
||||
bgColor: "#f1f6ff00"
|
||||
})
|
||||
}) : {}, {
|
||||
o: pItem.id
|
||||
});
|
||||
})
|
||||
}, this.form.type === $options.MINE_ORDER_TYPE.NOT_RECEIVE ? {
|
||||
i: common_vendor.t(item.buyNum),
|
||||
j: common_vendor.t(item.sumAmount),
|
||||
k: item.status === $options.ORDER_TYPE.UNSHIPPED
|
||||
}, item.status === $options.ORDER_TYPE.UNSHIPPED ? {
|
||||
l: common_vendor.o(($event) => $options.checkCancel(true), item.id)
|
||||
} : {}, {
|
||||
j: common_vendor.t(item.sumAmount)
|
||||
} : {
|
||||
k: common_vendor.t(item.buyNum),
|
||||
l: common_vendor.t(item.sumAmount)
|
||||
}, {
|
||||
m: item.status === $options.ORDER_TYPE.UNPAID
|
||||
}, item.status === $options.ORDER_TYPE.UNPAID ? {
|
||||
n: common_vendor.o((...args) => $options.jumpOrderInfo && $options.jumpOrderInfo(...args), item.id)
|
||||
n: common_vendor.o(($event) => $options.jumpOrderInfo(item), item.id)
|
||||
} : {}, {
|
||||
o: item.status === $options.ORDER_TYPE.NOT_RECEIVE
|
||||
}, item.status === $options.ORDER_TYPE.NOT_RECEIVE ? {} : {}, {
|
||||
p: item.id
|
||||
}, item.status === $options.ORDER_TYPE.NOT_RECEIVE ? {
|
||||
p: common_vendor.o(($event) => $options.confirmReceiptOk(item), item.id)
|
||||
} : {}, {
|
||||
q: item.id
|
||||
});
|
||||
})
|
||||
}),
|
||||
h: this.form.type === $options.MINE_ORDER_TYPE.NOT_RECEIVE
|
||||
} : {
|
||||
h: common_vendor.p({
|
||||
i: common_vendor.p({
|
||||
src: "/static/common/not_order.png",
|
||||
width: "80",
|
||||
height: "80",
|
||||
bgColor: "#f1f6ff00"
|
||||
})
|
||||
}, {
|
||||
i: common_vendor.p({
|
||||
j: $data.loading
|
||||
}, $data.loading ? {} : {}, {
|
||||
k: common_vendor.o((...args) => $options.loadMore && $options.loadMore(...args)),
|
||||
l: common_vendor.p({
|
||||
name: "close-circle",
|
||||
color: "#9e9e9e",
|
||||
size: "20"
|
||||
}),
|
||||
j: common_vendor.o(($event) => $options.checkCancel(false)),
|
||||
k: common_vendor.f($data.reasonList, (item, index, i0) => {
|
||||
m: common_vendor.o(($event) => $options.checkCancel(false)),
|
||||
n: common_vendor.f($data.reasonList, (item, index, i0) => {
|
||||
return {
|
||||
a: index,
|
||||
b: "abc152e3-8-" + i0 + ",abc152e3-7",
|
||||
b: "abc152e3-9-" + i0 + ",abc152e3-8",
|
||||
c: common_vendor.p({
|
||||
customStyle: {
|
||||
marginBottom: "8px"
|
||||
@@ -364,23 +372,39 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
})
|
||||
};
|
||||
}),
|
||||
l: common_vendor.o(($event) => $data.cancelForm.reason = $event),
|
||||
m: common_vendor.p({
|
||||
o: common_vendor.o(($event) => $data.cancelForm.reason = $event),
|
||||
p: common_vendor.p({
|
||||
placement: "column",
|
||||
modelValue: $data.cancelForm.reason
|
||||
}),
|
||||
n: common_vendor.o(($event) => $data.cancelForm.remark = $event),
|
||||
o: common_vendor.p({
|
||||
q: common_vendor.o(($event) => $data.cancelForm.remark = $event),
|
||||
r: common_vendor.p({
|
||||
modelValue: $data.cancelForm.remark
|
||||
}),
|
||||
p: common_vendor.o((...args) => $options.cancelOk && $options.cancelOk(...args)),
|
||||
q: common_vendor.o(($event) => $data.cancelShow = $event),
|
||||
r: common_vendor.p({
|
||||
s: common_vendor.o((...args) => $options.cancelOk && $options.cancelOk(...args)),
|
||||
t: common_vendor.o(($event) => $data.cancelShow = $event),
|
||||
v: common_vendor.p({
|
||||
round: 10,
|
||||
closeOnClickOverlay: false,
|
||||
show: $data.cancelShow
|
||||
}),
|
||||
s: common_vendor.sr("uToastRef", "abc152e3-10")
|
||||
w: common_vendor.sr("uToastRef", "abc152e3-11"),
|
||||
x: common_vendor.p({
|
||||
src: "/static/common/close.png",
|
||||
width: "20",
|
||||
height: "20",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
y: common_vendor.o(($event) => {
|
||||
$data.openShow = false;
|
||||
}),
|
||||
z: common_vendor.o(($event) => {
|
||||
$data.openShow = false;
|
||||
}),
|
||||
A: common_vendor.p({
|
||||
show: $data.openShow,
|
||||
showConfirmButton: false
|
||||
})
|
||||
});
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-abc152e3"]]);
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
"up-radio-group": "../../uni_modules/uview-plus/components/u-radio-group/u-radio-group",
|
||||
"up-textarea": "../../uni_modules/uview-plus/components/u-textarea/u-textarea",
|
||||
"up-popup": "../../uni_modules/uview-plus/components/u-popup/u-popup",
|
||||
"up-toast": "../../uni_modules/uview-plus/components/u-toast/u-toast"
|
||||
"up-toast": "../../uni_modules/uview-plus/components/u-toast/u-toast",
|
||||
"up-modal": "../../uni_modules/uview-plus/components/u-modal/u-modal"
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -48,10 +48,6 @@
|
||||
font-size: 36rpx;
|
||||
color: #FF7C41;
|
||||
}
|
||||
.order_list_warp.data-v-abc152e3 {
|
||||
height: calc(100vh - 270rpx);
|
||||
overflow-y: auto;
|
||||
}
|
||||
.order_item.data-v-abc152e3 {
|
||||
background: #FFFFFF;
|
||||
border-radius: 20rpx;
|
||||
@@ -103,6 +99,10 @@
|
||||
color: #666666;
|
||||
text-align: right;
|
||||
}
|
||||
.order_item .order_item_collect .collect_msg_s.data-v-abc152e3 {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.cancel_show_warp.data-v-abc152e3 {
|
||||
padding: 20rpx;
|
||||
}
|
||||
@@ -149,4 +149,17 @@
|
||||
.add_but.data-v-abc152e3 {
|
||||
position: initial;
|
||||
width: 94%;
|
||||
}
|
||||
.content_info_title.data-v-abc152e3 {
|
||||
width: 370rpx;
|
||||
}
|
||||
.content_item_yd.data-v-abc152e3 {
|
||||
font-weight: bold;
|
||||
font-size: 24rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.content_item_yd_msg.data-v-abc152e3 {
|
||||
font-weight: bold;
|
||||
font-size: 18rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user