暂存code
This commit is contained in:
+290
-89
@@ -3,35 +3,45 @@ const common_vendor = require("../../common/vendor.js");
|
||||
const utils_auth = require("../../utils/auth.js");
|
||||
const utils_enumUtils = require("../../utils/enumUtils.js");
|
||||
const utils_index = require("../../utils/index.js");
|
||||
const api_order = require("../../api/order.js");
|
||||
const api_auth = require("../../api/auth.js");
|
||||
const CustomTabBar = () => "../../components/custom-tab-bar.js";
|
||||
const _sfc_main = {
|
||||
components: { CustomTabBar },
|
||||
data() {
|
||||
return {
|
||||
userData: {},
|
||||
// 当前登录对象
|
||||
currentUserData: {},
|
||||
// 当前登录对象
|
||||
orderTemplList: [
|
||||
{
|
||||
id: utils_enumUtils.ORDER_TYPE.UNPAID,
|
||||
title: "待支付",
|
||||
url: "/static/mine/order_unpaid.png",
|
||||
path: "/pages/mine_order/mine_order"
|
||||
path: "/pages/mine_order/mine_order?type=" + utils_enumUtils.MINE_ORDER_TYPE.UNPAID,
|
||||
note: "unPayNum"
|
||||
},
|
||||
{
|
||||
id: utils_enumUtils.ORDER_TYPE.UNSHIPPED,
|
||||
title: "待发货",
|
||||
url: "/static/mine/order_unshipped.png",
|
||||
path: "/pages/mine_order/mine_order"
|
||||
path: "/pages/mine_order/mine_order?type=" + utils_enumUtils.MINE_ORDER_TYPE.UNSHIPPED,
|
||||
note: "unSentNum"
|
||||
},
|
||||
{
|
||||
id: utils_enumUtils.ORDER_TYPE.NOT_RECEIVE,
|
||||
title: "待收货",
|
||||
url: "/static/mine/order_notReceive.png",
|
||||
path: "/pages/mine_order/mine_order"
|
||||
path: "/pages/mine_order/mine_order?type=" + utils_enumUtils.MINE_ORDER_TYPE.NOT_RECEIVE,
|
||||
note: "unTakeNum"
|
||||
},
|
||||
{
|
||||
id: utils_enumUtils.ORDER_TYPE.SUCCEED,
|
||||
title: "待评价",
|
||||
title: "已完成",
|
||||
url: "/static/mine/order_afterSale.png",
|
||||
path: "/pages/mine_order/mine_order"
|
||||
path: "/pages/mine_order/mine_order?type=" + utils_enumUtils.MINE_ORDER_TYPE.SUCCEED,
|
||||
note: "unCommentNum"
|
||||
}
|
||||
],
|
||||
applyList: [
|
||||
@@ -47,102 +57,162 @@ const _sfc_main = {
|
||||
url: "/static/mine/apply_prize.png",
|
||||
path: "/pages/turntable/turntable"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "HM",
|
||||
url: "/static/mine/apply_hm.png"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "贡献值",
|
||||
url: "/static/mine/apply_gx.png"
|
||||
title: "我的团队",
|
||||
url: "/static/mine/tool_team.png",
|
||||
path: "/pages/mine_my_team/mine_my_team"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "数据",
|
||||
url: "/static/mine/apply_sj.png"
|
||||
}
|
||||
],
|
||||
// 应用模版
|
||||
toolList: [
|
||||
{
|
||||
id: 1,
|
||||
title: "IM聊天",
|
||||
url: "/static/mine/tool_im.png"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "我的团队",
|
||||
url: "/static/mine/tool_team.png"
|
||||
title: "加速次数",
|
||||
url: "/static/mine/tool_js.png",
|
||||
path: "/pages/accelerate/accelerate"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "邀请好友",
|
||||
url: "/static/mine/tool_invite.png",
|
||||
path: "/pages/invite_friends/invite_friends"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "加速次数",
|
||||
url: "/static/mine/tool_js.png"
|
||||
},
|
||||
title: "交易",
|
||||
url: "/static/mine/apply_hm.png"
|
||||
}
|
||||
// {
|
||||
// id:4,
|
||||
// title:"贡献值",
|
||||
// url:'/static/mine/apply_gx.png'
|
||||
// },{
|
||||
// id:5,
|
||||
// title:"数据",
|
||||
// url:'/static/mine/apply_sj.png'
|
||||
// },
|
||||
],
|
||||
// 应用模版
|
||||
toolList: [
|
||||
{
|
||||
id: 5,
|
||||
title: "地址管理",
|
||||
url: "/static/mine/tool_dz.png",
|
||||
path: "/pages/mine_address/mine_address"
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "卡券",
|
||||
url: "/static/mine/tool_kj.png"
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
title: "联系客服",
|
||||
url: "/static/mine/tool_kf.png"
|
||||
},
|
||||
{
|
||||
id: 8,
|
||||
title: "商学院资讯",
|
||||
url: "/static/mine/tool_sxy.png"
|
||||
},
|
||||
{
|
||||
id: 9,
|
||||
title: "实名认证",
|
||||
url: "/static/mine/tool_sm.png",
|
||||
path: "/pages/mine_authentication/mine_authentication"
|
||||
url: "/static/mine/tool_sm.png"
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
title: "银行卡管理",
|
||||
url: "/static/mine/tool_card.png",
|
||||
path: "/pages/mine_bank_card/mine_bank_card"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "邀请好友",
|
||||
url: "/static/mine/tool_invite.png",
|
||||
path: "/pages/invite_friends/invite_friends"
|
||||
},
|
||||
// {
|
||||
// id:2,
|
||||
// title:"我的团队",
|
||||
// url:'/static/mine/tool_team.png',
|
||||
// path:"/pages/mine_my_team/mine_my_team",
|
||||
// },
|
||||
{
|
||||
id: 6,
|
||||
title: "卡券",
|
||||
url: "/static/mine/tool_kj.png"
|
||||
// path:"/pages/mine_coupon/mine_coupon",
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
title: "联系客服",
|
||||
url: "/static/mine/tool_kf.png"
|
||||
},
|
||||
// {
|
||||
// id:4,
|
||||
// title:"加速次数",
|
||||
// url:'/static/mine/tool_js.png',
|
||||
// path:"/pages/accelerate/accelerate"
|
||||
// },
|
||||
{
|
||||
id: 8,
|
||||
title: "商学院资讯",
|
||||
url: "/static/mine/tool_sxy.png"
|
||||
},
|
||||
{
|
||||
id: 11,
|
||||
title: "RWA交易",
|
||||
url: "/static/mine/tool_hxjy.png"
|
||||
}
|
||||
]
|
||||
// {
|
||||
// id:1,
|
||||
// title:"IM聊天",
|
||||
// url:'/static/mine/tool_im.png'
|
||||
// },
|
||||
],
|
||||
// 工具
|
||||
brandShow: false,
|
||||
// 品牌入驻弹框
|
||||
statisticsObj: {
|
||||
unPayNum: 0,
|
||||
//待支付数量
|
||||
unSentNum: 0,
|
||||
//待发货数量
|
||||
unTakeNum: 0,
|
||||
//待收货数量
|
||||
unCommentNum: 0
|
||||
//待评价数量
|
||||
},
|
||||
// 角标统计
|
||||
serviceShow: false,
|
||||
// 我的客服弹框
|
||||
openShow: false
|
||||
// 暂未开放
|
||||
};
|
||||
},
|
||||
onShow: function() {
|
||||
onShow() {
|
||||
this.userData = utils_auth.getStorageFun(utils_auth.USER_DATA);
|
||||
this.getStatistics();
|
||||
this.getUserInfo();
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
copyData: utils_index.copyData,
|
||||
// 查询用户等级
|
||||
async getUserInfo() {
|
||||
const result = await api_auth.getUserInfo();
|
||||
if (result && result.bizcode === 100) {
|
||||
result.data;
|
||||
this.currentUserData = result.data || {};
|
||||
}
|
||||
},
|
||||
/**
|
||||
* 跳转到工具
|
||||
* @param {Object} item
|
||||
*/
|
||||
jumpTool(item) {
|
||||
if (item.path) {
|
||||
if (item.id === 7) {
|
||||
this.serviceShow = true;
|
||||
} else if (item.id === 9) {
|
||||
const currentUserData = this.currentUserData;
|
||||
let path = "/pages/mine_authentication/mine_authentication";
|
||||
if (currentUserData && Object.keys(currentUserData).length !== 0 && currentUserData.certStatus && currentUserData.certStatus !== 0) {
|
||||
path = "/pages/mine_authentication_ok/mine_authentication_ok";
|
||||
}
|
||||
common_vendor.index.navigateTo({
|
||||
url: path
|
||||
});
|
||||
} else if (item.path) {
|
||||
common_vendor.index.navigateTo({
|
||||
url: item.path
|
||||
});
|
||||
} else {
|
||||
this.openShow = true;
|
||||
}
|
||||
},
|
||||
jumpOrder(item) {
|
||||
let path = "/pages/mine_order/mine_order";
|
||||
if (item && Object.keys(item).length !== 0) {
|
||||
path = "/pages/mine_order/mine_order?type=" + item.id;
|
||||
path = item.path;
|
||||
}
|
||||
common_vendor.index.navigateTo({
|
||||
url: path
|
||||
@@ -152,69 +222,138 @@ const _sfc_main = {
|
||||
common_vendor.index.navigateTo({
|
||||
url: "/pages/login/login"
|
||||
});
|
||||
},
|
||||
// 跳转到入驻页面
|
||||
jumpEnter(type) {
|
||||
if (type === "merchant") {
|
||||
this.openShow = true;
|
||||
} else if (type === "brand") {
|
||||
this.brandShow = true;
|
||||
}
|
||||
},
|
||||
copyMobile(mobile) {
|
||||
utils_index.copyData(mobile);
|
||||
this.brandShow = false;
|
||||
},
|
||||
// 查询统计
|
||||
async getStatistics() {
|
||||
const result = await api_order.getStatistics();
|
||||
if (result && result.bizcode === 100 && result.data) {
|
||||
this.statisticsObj = {
|
||||
...result.data,
|
||||
unCommentNum: 0
|
||||
//待评价数量
|
||||
};
|
||||
} else {
|
||||
this.statisticsObj = {
|
||||
unPayNum: 0,
|
||||
//待支付数量
|
||||
unSentNum: 0,
|
||||
//待发货数量
|
||||
unTakeNum: 0,
|
||||
//待收货数量
|
||||
unCommentNum: 0
|
||||
//待评价数量
|
||||
};
|
||||
}
|
||||
},
|
||||
jumpSetting() {
|
||||
common_vendor.index.navigateTo({
|
||||
url: "/pages/mine_settings/mine_settings"
|
||||
});
|
||||
}
|
||||
},
|
||||
beforeDestroy() {
|
||||
common_vendor.index.__f__("log", "at pages/mine/mine.vue:413", "beforeDestry");
|
||||
this.statisticsObj = {
|
||||
unPayNum: 0,
|
||||
//待支付数量
|
||||
unSentNum: 0,
|
||||
//待发货数量
|
||||
unTakeNum: 0,
|
||||
//待收货数量
|
||||
unCommentNum: 0
|
||||
//待评价数量
|
||||
};
|
||||
}
|
||||
};
|
||||
if (!Array) {
|
||||
const _easycom_up_image2 = common_vendor.resolveComponent("up-image");
|
||||
_easycom_up_image2();
|
||||
const _easycom_up_badge2 = common_vendor.resolveComponent("up-badge");
|
||||
const _component_CustomTabBar = common_vendor.resolveComponent("CustomTabBar");
|
||||
const _easycom_up_modal2 = common_vendor.resolveComponent("up-modal");
|
||||
(_easycom_up_image2 + _easycom_up_badge2 + _component_CustomTabBar + _easycom_up_modal2)();
|
||||
}
|
||||
const _easycom_up_image = () => "../../uni_modules/uview-plus/components/u-image/u-image.js";
|
||||
const _easycom_up_badge = () => "../../uni_modules/uview-plus/components/u-badge/u-badge.js";
|
||||
const _easycom_up_modal = () => "../../uni_modules/uview-plus/components/u-modal/u-modal.js";
|
||||
if (!Math) {
|
||||
_easycom_up_image();
|
||||
(_easycom_up_image + _easycom_up_badge + _easycom_up_modal)();
|
||||
}
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return common_vendor.e({
|
||||
a: $data.userData && Object.keys($data.userData).length !== 0
|
||||
}, $data.userData && Object.keys($data.userData).length !== 0 ? {
|
||||
a: $data.currentUserData && Object.keys($data.currentUserData).length !== 0
|
||||
}, $data.currentUserData && Object.keys($data.currentUserData).length !== 0 ? common_vendor.e({
|
||||
b: common_vendor.p({
|
||||
src: "/static/mine/avatar.png",
|
||||
src: "/static/logo_y.png",
|
||||
shape: "circle",
|
||||
width: "80",
|
||||
height: "80",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
c: common_vendor.t($data.userData.name || "暂无昵称"),
|
||||
d: common_vendor.p({
|
||||
src: "/static/mine/lv01.png",
|
||||
width: "10",
|
||||
height: "18",
|
||||
c: common_vendor.t($data.currentUserData.name || "德商汇用户"),
|
||||
d: $data.currentUserData && Object.keys($data.currentUserData).length !== 0
|
||||
}, $data.currentUserData && Object.keys($data.currentUserData).length !== 0 ? {
|
||||
e: common_vendor.p({
|
||||
src: $data.currentUserData.gradeLevel || $data.currentUserData.gradeLevel === 0 ? "/static/mine/grade/V" + $data.currentUserData.gradeLevel + ".png" : "/static/mine/grade/V0.png",
|
||||
width: "96",
|
||||
height: "26",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
e: common_vendor.t($data.userData.inviteCode),
|
||||
f: common_vendor.o(($event) => $options.copyData($data.userData.inviteCode)),
|
||||
g: common_vendor.p({
|
||||
f: common_vendor.t($data.currentUserData.gradeName),
|
||||
g: common_vendor.n($data.currentUserData.gradeName.length > 3 ? "grade_key_warp grade_key_warp3" : "grade_key_warp grade_key_warp1")
|
||||
} : {}, {
|
||||
h: common_vendor.t($data.currentUserData.inviteCode),
|
||||
i: common_vendor.o(($event) => $options.copyData($data.currentUserData.inviteCode)),
|
||||
j: common_vendor.p({
|
||||
src: "/static/common/copy.png",
|
||||
width: "14",
|
||||
height: "14",
|
||||
bgColor: "#f1f6ff00"
|
||||
})
|
||||
} : {
|
||||
h: common_vendor.p({
|
||||
}),
|
||||
k: common_vendor.p({
|
||||
src: "/static/common/setting.png",
|
||||
width: "22",
|
||||
height: "22",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
l: common_vendor.o((...args) => $options.jumpSetting && $options.jumpSetting(...args))
|
||||
}) : {
|
||||
m: common_vendor.p({
|
||||
src: "/static/mine/avater_not.png",
|
||||
shape: "circle",
|
||||
width: "80",
|
||||
height: "80",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
i: common_vendor.p({
|
||||
n: common_vendor.p({
|
||||
src: "/static/common/right_y_st.png",
|
||||
width: "18",
|
||||
height: "18",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
j: common_vendor.o((...args) => $options.jumpLogin && $options.jumpLogin(...args))
|
||||
o: common_vendor.o((...args) => $options.jumpLogin && $options.jumpLogin(...args))
|
||||
}, {
|
||||
k: common_vendor.p({
|
||||
p: common_vendor.p({
|
||||
src: "/static/common/right.png",
|
||||
width: "14",
|
||||
height: "14",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
l: common_vendor.o(($event) => $options.jumpOrder({})),
|
||||
m: common_vendor.f($data.orderTemplList, (item, k0, i0) => {
|
||||
q: common_vendor.o(($event) => $options.jumpOrder({})),
|
||||
r: common_vendor.f($data.orderTemplList, (item, k0, i0) => {
|
||||
return {
|
||||
a: "41c0836b-6-" + i0,
|
||||
a: "41c0836b-7-" + i0,
|
||||
b: common_vendor.p({
|
||||
src: item.url,
|
||||
width: "30",
|
||||
@@ -222,13 +361,20 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
c: common_vendor.t(item.title),
|
||||
d: item.id,
|
||||
e: common_vendor.o(($event) => $options.jumpOrder(item), item.id)
|
||||
d: "41c0836b-8-" + i0,
|
||||
e: common_vendor.p({
|
||||
absolute: true,
|
||||
offset: [0, 8],
|
||||
max: "99",
|
||||
value: $data.statisticsObj[item.note]
|
||||
}),
|
||||
f: item.id,
|
||||
g: common_vendor.o(($event) => $options.jumpOrder(item), item.id)
|
||||
};
|
||||
}),
|
||||
n: common_vendor.f($data.applyList, (item, k0, i0) => {
|
||||
s: common_vendor.f($data.applyList, (item, k0, i0) => {
|
||||
return {
|
||||
a: "41c0836b-7-" + i0,
|
||||
a: "41c0836b-9-" + i0,
|
||||
b: common_vendor.p({
|
||||
src: item.url,
|
||||
width: "36",
|
||||
@@ -240,33 +386,35 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
e: common_vendor.o(($event) => $options.jumpTool(item), item.id)
|
||||
};
|
||||
}),
|
||||
o: common_vendor.p({
|
||||
t: common_vendor.p({
|
||||
src: "/static/common/right_y.png",
|
||||
width: "14",
|
||||
height: "14",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
p: common_vendor.p({
|
||||
v: common_vendor.p({
|
||||
src: "/static/mine/enter_sj.png",
|
||||
width: "50",
|
||||
height: "50",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
q: common_vendor.p({
|
||||
w: common_vendor.o(($event) => $options.jumpEnter("merchant")),
|
||||
x: common_vendor.p({
|
||||
src: "/static/common/right_y.png",
|
||||
width: "14",
|
||||
height: "14",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
r: common_vendor.p({
|
||||
y: common_vendor.p({
|
||||
src: "/static/mine/enter_pp.png",
|
||||
width: "50",
|
||||
height: "50",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
s: common_vendor.f($data.toolList, (item, k0, i0) => {
|
||||
z: common_vendor.o(($event) => $options.jumpEnter("brand")),
|
||||
A: common_vendor.f($data.toolList, (item, k0, i0) => {
|
||||
return {
|
||||
a: "41c0836b-12-" + i0,
|
||||
a: "41c0836b-14-" + i0,
|
||||
b: common_vendor.p({
|
||||
src: item.url,
|
||||
width: "30",
|
||||
@@ -277,6 +425,59 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
d: item.id,
|
||||
e: common_vendor.o(($event) => $options.jumpTool(item), item.id)
|
||||
};
|
||||
}),
|
||||
B: common_vendor.p({
|
||||
tabIndex: 3
|
||||
}),
|
||||
C: common_vendor.p({
|
||||
src: "/static/common/close.png",
|
||||
width: "20",
|
||||
height: "20",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
D: common_vendor.o(($event) => {
|
||||
$data.brandShow = false;
|
||||
}),
|
||||
E: common_vendor.o(($event) => $options.copyMobile("15888880123")),
|
||||
F: common_vendor.o(($event) => {
|
||||
$data.brandShow = false;
|
||||
}),
|
||||
G: common_vendor.p({
|
||||
show: $data.brandShow,
|
||||
showConfirmButton: false
|
||||
}),
|
||||
H: common_vendor.p({
|
||||
src: "/static/common/close.png",
|
||||
width: "20",
|
||||
height: "20",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
I: common_vendor.o(($event) => {
|
||||
$data.serviceShow = false;
|
||||
}),
|
||||
J: common_vendor.o(($event) => $options.copyMobile("13888888888")),
|
||||
K: common_vendor.o(($event) => {
|
||||
$data.serviceShow = false;
|
||||
}),
|
||||
L: common_vendor.p({
|
||||
show: $data.serviceShow,
|
||||
showConfirmButton: false
|
||||
}),
|
||||
M: common_vendor.p({
|
||||
src: "/static/common/close.png",
|
||||
width: "20",
|
||||
height: "20",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
N: common_vendor.o(($event) => {
|
||||
$data.openShow = false;
|
||||
}),
|
||||
O: common_vendor.o(($event) => {
|
||||
$data.openShow = false;
|
||||
}),
|
||||
P: common_vendor.p({
|
||||
show: $data.openShow,
|
||||
showConfirmButton: false
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
+4
-1
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"navigationStyle": "custom",
|
||||
"usingComponents": {
|
||||
"up-image": "../../uni_modules/uview-plus/components/u-image/u-image"
|
||||
"custom-tab-bar": "../../components/custom-tab-bar",
|
||||
"up-image": "../../uni_modules/uview-plus/components/u-image/u-image",
|
||||
"up-badge": "../../uni_modules/uview-plus/components/u-badge/u-badge",
|
||||
"up-modal": "../../uni_modules/uview-plus/components/u-modal/u-modal"
|
||||
}
|
||||
}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+37
-6
@@ -23,7 +23,8 @@
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
.mine_warp {
|
||||
height: 100vh;
|
||||
height: calc(100vh - 140rpx);
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
@@ -35,6 +36,11 @@
|
||||
/* 将图片居中显示 */
|
||||
padding: 90rpx 40rpx 0;
|
||||
}
|
||||
.mine_header .mine_login_data {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.mine_content_warp {
|
||||
position: absolute;
|
||||
top: 278rpx;
|
||||
@@ -42,10 +48,6 @@
|
||||
height: auto;
|
||||
left: 4%;
|
||||
}
|
||||
.mine_data {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.mine_no_login_data {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -58,6 +60,10 @@
|
||||
font-size: 26rpx;
|
||||
color: #111111;
|
||||
}
|
||||
.mine_data {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.mine_info_not_login {
|
||||
font-weight: bold;
|
||||
font-size: 40rpx;
|
||||
@@ -68,10 +74,31 @@
|
||||
}
|
||||
.mine_info_name {
|
||||
font-weight: bold;
|
||||
font-size: 40rpx;
|
||||
font-size: 36rpx;
|
||||
color: #111111;
|
||||
display: flex;
|
||||
}
|
||||
.mine_info_name .grade_warp {
|
||||
position: relative;
|
||||
}
|
||||
.mine_info_name .grade_key_warp {
|
||||
position: absolute;
|
||||
top: 0rpx;
|
||||
left: 30%;
|
||||
font-size: 24rpx;
|
||||
color: #FFFFFF;
|
||||
width: 100rpx;
|
||||
height: 44rpx;
|
||||
line-height: 50rpx;
|
||||
text-align: center;
|
||||
}
|
||||
.mine_info_name .grade_key_warp1 {
|
||||
font-size: 24rpx;
|
||||
line-height: 48rpx;
|
||||
}
|
||||
.mine_info_name .grade_key_warp3 {
|
||||
font-size: 20rpx;
|
||||
}
|
||||
.mine_info_id {
|
||||
font-weight: 500;
|
||||
font-size: 24rpx;
|
||||
@@ -118,6 +145,7 @@
|
||||
.order_list_item {
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
}
|
||||
.apply_list {
|
||||
display: flex;
|
||||
@@ -170,4 +198,7 @@
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
.u-modal__content {
|
||||
padding: 40rpx !important;
|
||||
}
|
||||
Reference in New Issue
Block a user