Commit 81857aa5 by 赵雅纹

Merge branch 'dev' into feature-zyw

parents cd855fa2 accc026b
......@@ -23,6 +23,7 @@ Component({
imgUrls: [],
indicatorDots: false,
autoplay: true,
circular: true,
interval: 5000,
duration: 1000,
isAuthorization: false
......
......@@ -4,6 +4,7 @@
autoplay="{{autoplay}}"
interval="{{interval}}"
duration="{{duration}}"
circular="{{circular}}"
class="image-swiper"
>
<block wx:for="{{imageData}}" wx:key="{{item}}">
......
......@@ -99,6 +99,7 @@
<textarea
bindblur="bindTextAreaBlur"
placeholder="请填写真实收件地址"
placeholder-style="color:#999;font-size:13px;"
name="address"
auto-height
maxlength='30'
......
......@@ -91,7 +91,7 @@ page{
.right-input {
width: 100%;
color: #666;
color: #999;
}
.form-label{
......@@ -112,7 +112,7 @@ textarea {
}
.form-input {
color: rgb(112, 112, 112);
color: #999;
font-size: 26rpx;
}
......
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