Commit 9ab0a80a by 高淑倩

modify: 我的会员_ textarea

parent 0c28943d
...@@ -63,13 +63,15 @@ ...@@ -63,13 +63,15 @@
<input class='form-input' name="input" placeholder="请输入邮箱" /> <input class='form-input' name="input" placeholder="请输入邮箱" />
</view> </view>
</view> </view>
<view class='form-section'> <view class="page-body">
<label class='form-label'>地址</label> <view class="page-section">
<view> <view><label class='address-label'>地址</label></view>
<textarea class='form-input' bindblur="bindTextAreaBlur" auto-height placeholder="请填写真实收件地址" /> <view class="textarea-wrp">
</view> <textarea bindblur="bindTextAreaBlur" auto-height maxlength='30'/>
</view>
</view>
</view> </view>
<button type='primary' class='btn-primary' style="background-color: rgb(2, 186, 112);">确认</button> <button type='primary' class='btn-primary' style="background-color: rgb(2, 186, 112);">确认</button>
</form> </form>
</view> </view>
</view> </view>
\ No newline at end of file
...@@ -11,6 +11,9 @@ ...@@ -11,6 +11,9 @@
border-radius: 7rpx; border-radius: 7rpx;
padding-top: 30rpx; padding-top: 30rpx;
} }
.picker {
color: rgb(119, 119, 119);
}
.own-bg{ .own-bg{
width: 650rpx; width: 650rpx;
height: 290rpx; height: 290rpx;
...@@ -63,6 +66,7 @@ ...@@ -63,6 +66,7 @@
text-align: center; text-align: center;
/* box-shadow: 0 0 10rpx 1rpx #666666; */ /* box-shadow: 0 0 10rpx 1rpx #666666; */
} }
.user-qr-code image{ .user-qr-code image{
width: 200rpx; width: 200rpx;
height: 50rpx; height: 50rpx;
...@@ -87,6 +91,7 @@ ...@@ -87,6 +91,7 @@
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
} }
.form-label{ .form-label{
width: 150rpx; width: 150rpx;
} }
...@@ -96,6 +101,7 @@ ...@@ -96,6 +101,7 @@
padding-left: 0; padding-left: 0;
margin-left: 0; margin-left: 0;
margin-bottom: 20rpx; margin-bottom: 20rpx;
font-size:14px;
} }
.form-picker-section{ .form-picker-section{
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
...@@ -106,3 +112,41 @@ ...@@ -106,3 +112,41 @@
font-size: 20rpx; font-size: 20rpx;
margin-top: 15rpx; margin-top: 15rpx;
} }
.address {
border-bottom: none;
}
.address-label {
width: 100rpx;
display: inline-block;
height: 100rpx;
line-height:100rpx;
}
.page-section{
width: 100%;
margin-bottom: 60rpx;
display: flex;
}
textarea {
width:280px;
padding: 25rpx 0;
margin-right: 20rpx;
}
.page-section{
width: 100%;
margin-bottom: 60rpx;
}
.page-section:last-child{
margin-bottom: 0;
}
.page-section-title{
font-size: 28rpx;
color: #999999;
margin-bottom: 10rpx;
padding-left: 30rpx;
padding-right: 30rpx;
}
...@@ -57,7 +57,7 @@ wxService.page({ ...@@ -57,7 +57,7 @@ wxService.page({
wx.showLoading({ wx.showLoading({
title: '加载中' title: '加载中'
}) })
wxService.post(`/merchant/modelPage/getDetailById?pageId=2`).then(res => { wxService.post(`/merchant/modelPage/getDetailById?pageId=3`).then(res => {
const {result,data} = res.data const {result,data} = res.data
if(result == 0){ if(result == 0){
wx.hideLoading() wx.hideLoading()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment