Feat(订单详情):订单详情重构(缺修改地址接口,功能未实现)
This commit is contained in:
@@ -19,8 +19,9 @@
|
|||||||
<text class="v12-mr-3"> {{ orderInfo.realName }}</text>
|
<text class="v12-mr-3"> {{ orderInfo.realName }}</text>
|
||||||
<text class="phone">{{ orderInfo.userPhone }}</text>
|
<text class="phone">{{ orderInfo.userPhone }}</text>
|
||||||
</div>
|
</div>
|
||||||
<div class="v12-font-28 v12-secondary-dark-text more-t">
|
<div class="v12-font-28 v12-secondary-dark-text v12-justify-between">
|
||||||
<text>{{ orderInfo.userAddress }}</text>
|
<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>
|
</div>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -473,6 +474,11 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
copyClipboard,
|
copyClipboard,
|
||||||
|
goAddress() {
|
||||||
|
uni.navigateTo({
|
||||||
|
url:'/pages/user/address/AddressManagement/index'
|
||||||
|
})
|
||||||
|
},
|
||||||
toDelay(id) {
|
toDelay(id) {
|
||||||
this.delayId = id;
|
this.delayId = id;
|
||||||
this.showExtend = true;
|
this.showExtend = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user