feat: 添加视频播放器组件并更新相关依赖

refactor: 统一将"无货"改为"无库存"、"收货"改为"收件"等文案

fix: 更新edu-core依赖版本至v1.0.8

chore: 更新manifest版本号至1.0.55并移除GET_ACCOUNTS权限

style: 调整mine页面样式布局

docs: 更新页面标题和地址相关文案
This commit is contained in:
2026-03-03 15:57:18 +08:00
parent 91decda774
commit 7317550374
42 changed files with 11626 additions and 77 deletions

View File

@@ -333,13 +333,13 @@ export default {
imgUrl: require("@/static/icon/ordericon2.png"),
},
{
title: "待发",
title: "待发",
value: 1,
badge: {},
imgUrl: require("@/static/icon/ordericon3.png"),
},
{
title: "待收",
title: "待收",
value: 2,
badge: {},
imgUrl: require("@/static/icon/ordericon4.png"),
@@ -515,8 +515,8 @@ export default {
.then((res) => {
// 订单状态
// * 0: 待付款
// * 1: 待发
// * 2: 已发
// * 1: 待发
// * 2: 已发
// * 3已完成
// * 4: 交易失败
// * 5: 已过期
@@ -1039,9 +1039,9 @@ uni-page-body {
.bg_top {
padding: 0 30rpx;
height: 30vh;
height: 120rpx;
position: relative;
margin-top: 30rpx;
margin-top: 20rpx;
.setIcon {
position: absolute;
@@ -1051,8 +1051,6 @@ uni-page-body {
.mine_box {
width: 100%;
position: absolute;
left: 0;
padding: 0 0rpx;
margin-top: 30rpx;
}

View File

@@ -623,7 +623,7 @@ export default {
let that = this;
let data = {
userId: that.userInfo.id, //下单人ID
userPhone: that.userInfo.tel, //收人手机号
userPhone: that.userInfo.tel, //收人手机号
paymentMethod: that.payType, //2支付宝1微信3ios内购
orderMoney: that.stepsCj.money * 1, //订单金额
districtMoney: 0, //优惠金额