Feat(订单详情):订单详情重构(缺修改地址接口,功能未实现)

This commit is contained in:
modendeveloper
2024-09-07 13:53:17 +08:00
parent 922a1614a6
commit cd940e9394
+8 -2
View File
@@ -19,8 +19,9 @@
<text class="v12-mr-3"> {{ orderInfo.realName }}</text>
<text class="phone">{{ orderInfo.userPhone }}</text>
</div>
<div class="v12-font-28 v12-secondary-dark-text more-t">
<text>{{ orderInfo.userAddress }}</text>
<div class="v12-font-28 v12-secondary-dark-text v12-justify-between">
<text class=" more-t" style="flex: 2;">{{ orderInfo.userAddress }}</text>
<!-- <view @click="goAddress" class="v12-btn cancel v12-dark-text v12-dark-border v12-radius-40" v-if="status.type == -2 || status.type == -3">修改地址</view> -->
</div>
</view>
</view>
@@ -473,6 +474,11 @@ export default {
},
methods: {
copyClipboard,
goAddress() {
uni.navigateTo({
url:'/pages/user/address/AddressManagement/index'
})
},
toDelay(id) {
this.delayId = id;
this.showExtend = true;