开关
This commit is contained in:
parent
0259ed02ac
commit
ce02907aed
|
@ -53,14 +53,14 @@
|
|||
<view class="tit"> 详细地址</view>
|
||||
<view class="but">
|
||||
<!-- #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>
|
||||
</view>
|
||||
<!-- #endif -->
|
||||
|
||||
<!-- #ifdef MP-WEIXIN -->
|
||||
<input type="text" placeholder="请输入详细地址" v-model="xqdz" />
|
||||
<u-icon name="map-fill" style="position: absolute;top: 20rpx;right: 22rpx;z-index: 99;"
|
||||
<input type="text" placeholder="请输入详细地址" v-model="xqdz" @click="btnjwd"/>
|
||||
<u-icon name="map-fill" style="position: absolute;top: 20rpx;right: 22rpx;z-index: 99;" @click="btnjwd"
|
||||
size="32" ></u-icon>
|
||||
<!-- #endif -->
|
||||
</view>
|
||||
|
|
|
@ -361,7 +361,7 @@
|
|||
|
||||
image {
|
||||
width: 750rpx;
|
||||
height: 576rpx;
|
||||
height: 498rpx;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user