Commit 9ab0a80a by 高淑倩

modify: 我的会员_ textarea

parent 0c28943d
......@@ -63,13 +63,15 @@
<input class='form-input' name="input" placeholder="请输入邮箱" />
</view>
</view>
<view class='form-section'>
<label class='form-label'>地址</label>
<view>
<textarea class='form-input' bindblur="bindTextAreaBlur" auto-height placeholder="请填写真实收件地址" />
</view>
<view class="page-body">
<view class="page-section">
<view><label class='address-label'>地址</label></view>
<view class="textarea-wrp">
<textarea bindblur="bindTextAreaBlur" auto-height maxlength='30'/>
</view>
</view>
</view>
<button type='primary' class='btn-primary' style="background-color: rgb(2, 186, 112);">确认</button>
</form>
</view>
</view>
</view>
\ No newline at end of file
......@@ -11,6 +11,9 @@
border-radius: 7rpx;
padding-top: 30rpx;
}
.picker {
color: rgb(119, 119, 119);
}
.own-bg{
width: 650rpx;
height: 290rpx;
......@@ -63,6 +66,7 @@
text-align: center;
/* box-shadow: 0 0 10rpx 1rpx #666666; */
}
.user-qr-code image{
width: 200rpx;
height: 50rpx;
......@@ -87,6 +91,7 @@
display: inline-block;
vertical-align: middle;
}
.form-label{
width: 150rpx;
}
......@@ -96,6 +101,7 @@
padding-left: 0;
margin-left: 0;
margin-bottom: 20rpx;
font-size:14px;
}
.form-picker-section{
border-bottom: 1px solid #ccc;
......@@ -106,3 +112,41 @@
font-size: 20rpx;
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({
wx.showLoading({
title: '加载中'
})
wxService.post(`/merchant/modelPage/getDetailById?pageId=2`).then(res => {
wxService.post(`/merchant/modelPage/getDetailById?pageId=3`).then(res => {
const {result,data} = res.data
if(result == 0){
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