完善问题

This commit is contained in:
2020-07-18 17:43:37 +08:00
parent 5c419e6710
commit 5c9bdcd0f3
10 changed files with 271 additions and 144 deletions

View File

@@ -25,14 +25,14 @@
</view>
</view>
<view class="edit-btn" @click="confirmBtn">保存地址</view>
<!-- <u-select v-model="show"
<u-select v-model="show"
mode="mutil-column-auto"
:list="areaList"
value-name="area_id"
label-name="area_name"
child-name="_child"
@confirm="setArea">
</u-select> -->
</u-select>
<u-toast ref="uToast" />
</view>
</template>
@@ -58,7 +58,7 @@ export default {
this.getAreaData();
},
created() {
console.log(typeof this.info);
// console.log(this.info);
this.initAddressInfo();
},
methods: {