完善问题
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user