This commit is contained in:
2020-06-04 08:21:34 +08:00
parent 80591e1e64
commit e8c74df8a0
20 changed files with 1065 additions and 131 deletions

View File

@@ -16,7 +16,7 @@
<view class="set-default">
<view>设为默认地址</view>
<view>
<u-switch v-model="checked" active-color="#FF770F" inactive-color="##A9A7A7" size="35"></u-switch>
<u-switch v-model="checked" active-color="#FF770F" inactive-color="#A9A7A7" size="35"></u-switch>
</view>
</view>
</view>
@@ -35,7 +35,6 @@ export default {
</script>
<style lang="scss" scoped>
.address-active {
// min-height: 100vh;
.user-info {
border-top: 1rpx solid rgba(235,235,235,1);
> view {