This commit is contained in:
3321822538@qq.com 2024-11-14 17:12:49 +08:00
parent 0259ed02ac
commit ce02907aed
2 changed files with 4 additions and 4 deletions

View File

@ -53,14 +53,14 @@
<view class="tit"> 详细地址</view> <view class="tit"> 详细地址</view>
<view class="but"> <view class="but">
<!-- #ifdef MP-ALIPAY --> <!-- #ifdef MP-ALIPAY -->
<view style="line-height: 70rpx;padding-left: 40rpx;" @click="btnjwd"> <view style="line-height: 70rpx;padding-left: 40rpx;">
<text style="color: #ccc;font-size: 32rpx;">{{xqdz == '' ? '请选择详细地址' : xqdz}}</text> <text style="color: #ccc;font-size: 32rpx;">{{xqdz == '' ? '请选择详细地址' : xqdz}}</text>
</view> </view>
<!-- #endif --> <!-- #endif -->
<!-- #ifdef MP-WEIXIN --> <!-- #ifdef MP-WEIXIN -->
<input type="text" placeholder="请输入详细地址" v-model="xqdz" /> <input type="text" placeholder="请输入详细地址" v-model="xqdz" @click="btnjwd"/>
<u-icon name="map-fill" style="position: absolute;top: 20rpx;right: 22rpx;z-index: 99;" <u-icon name="map-fill" style="position: absolute;top: 20rpx;right: 22rpx;z-index: 99;" @click="btnjwd"
size="32" ></u-icon> size="32" ></u-icon>
<!-- #endif --> <!-- #endif -->
</view> </view>

View File

@ -361,7 +361,7 @@
image { image {
width: 750rpx; width: 750rpx;
height: 576rpx; height: 498rpx;
} }
} }