订单数量,个人信息修改,收藏,收货地址,全部订单接口简单替换

This commit is contained in:
落日晚风
2023-11-06 17:50:55 +08:00
parent cfa35b2c6f
commit 627b3d015f
11 changed files with 1207 additions and 1146 deletions
@@ -9,13 +9,14 @@
class="ss-m-r-10"
size="small"
custom-style="background-color: var(--ui-BG-Main); border-color: var(--ui-BG-Main); color: #fff;"
v-if="props.item.is_default"
v-if="props.item.defaultStatus"
text="默认"
></uni-tag>
{{ props.item.province_name }} {{ props.item.city_name }} {{ props.item.district_name }}
{{ props.item.areaName }}
<!-- {{ props.item.city_name }} {{ props.item.district_name }} -->
</view>
<view class="address-text">{{ props.item.address }}</view>
<view class="person-text">{{ props.item.consignee }} {{ props.item.mobile }}</view>
<view class="address-text">{{ props.item.detailAddress }}</view>
<view class="person-text">{{ props.item.name }} {{ props.item.mobile }}</view>
</view>
<view v-else><view class="address-text ss-m-b-10">请选择收货地址</view></view>
<slot>
@@ -64,6 +64,7 @@
];
const numData = computed(() => sheep.$store('user').numData);
console.log(numData)
</script>
<style lang="scss" scoped>