Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
9ab0a80a
Commit
9ab0a80a
authored
Jun 03, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 我的会员_ textarea
parent
0c28943d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
54 additions
and
7 deletions
+54
-7
memberOfOwn.wxml
src/pages/memberOfOwn/memberOfOwn.wxml
+9
-6
memberOfOwn.wxss
src/pages/memberOfOwn/memberOfOwn.wxss
+44
-0
userCenter.js
src/pages/userCenter/userCenter.js
+1
-1
No files found.
src/pages/memberOfOwn/memberOfOwn.wxml
View file @
9ab0a80a
...
@@ -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
src/pages/memberOfOwn/memberOfOwn.wxss
View file @
9ab0a80a
...
@@ -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;
}
src/pages/userCenter/userCenter.js
View file @
9ab0a80a
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment