|
@@ -5,7 +5,7 @@
|
|
|
<view class="content">
|
|
|
<view class="card">
|
|
|
<!-- <view class="card1" @tap="open()"> -->
|
|
|
- <view class="card1">
|
|
|
+ <!-- <view class="card1">
|
|
|
<text style="font-size: 30rpx; color: #333; font-weight: Regular; ">
|
|
|
<text>所属城市</text>
|
|
|
<text style="margin-left: 30rpx; text-align: right; width: 100%;"
|
|
@@ -13,6 +13,11 @@
|
|
|
<text style="margin-left: 30rpx; text-align: right; width: 100%;" v-else>{{str.name}}</text>
|
|
|
</text>
|
|
|
<u-icon name="arrow-right" size="24"></u-icon>
|
|
|
+ </view> -->
|
|
|
+ <view class="card1">
|
|
|
+ <text style="margin-right: 30rpx; font-size: 30rpx; color: #333; font-weight: Regular; ">所属城市</text>
|
|
|
+ <u--input class="card-input" inputAlign="right" placeholder="请输入您的地址" border="none"
|
|
|
+ v-model="str.name" style="text-align: right; font-size: Regular;"></u--input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="card">
|