feat: 添加视频播放器组件并更新相关依赖
refactor: 统一将"无货"改为"无库存"、"收货"改为"收件"等文案 fix: 更新edu-core依赖版本至v1.0.8 chore: 更新manifest版本号至1.0.55并移除GET_ACCOUNTS权限 style: 调整mine页面样式布局 docs: 更新页面标题和地址相关文案
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
size="20"
|
||||
style="display: inline-block; margin-right: 10rpx"
|
||||
></u-icon>
|
||||
请添加收货地址
|
||||
请添加收件地址
|
||||
</view>
|
||||
<view
|
||||
class="adDefault"
|
||||
@@ -738,8 +738,8 @@ export default {
|
||||
let data = {
|
||||
buyType: this.typeId, //0- 商品页直接下单 1- 购物车结算
|
||||
userId: this.userInfo.id, //下单人ID
|
||||
shippingUser: this.adressMoRen.username, //收货人姓名
|
||||
userPhone: this.adressMoRen.userphone, //收货人手机号
|
||||
shippingUser: this.adressMoRen.username, //收件人姓名
|
||||
userPhone: this.adressMoRen.userphone, //收件人手机号
|
||||
province: this.adressMoRen.areaidpathtext.split(" ")[0], //省
|
||||
city: this.adressMoRen.areaidpathtext.split(" ")[1], //市
|
||||
district: this.adressMoRen.areaidpathtext.split(" ")[2], //区
|
||||
|
||||
Reference in New Issue
Block a user