@@ -28,6 +28,7 @@
}
.item-title{
height: 70rpx;
+ line-height: 36rpx;
box-sizing: border-box;
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
@@ -96,7 +96,7 @@
},
"quickapp" : {},
"mp-weixin" : {
- "appid" : "wxf385eefdd03327fd",
+ "appid" : "wxf5aeb6ded4e4488b",
"setting" : {
"urlCheck" : false,
"es6" : false,
@@ -4,7 +4,7 @@
<!-- <u-search placeholder="请输入关键字" v-model="keyword" @custom="onSearch" @search="onSearch"></u-search>-->
<!-- </view>-->
- <u-swiper :list="list" imgMode="aspectFill" :radius='0' :height="240" />
+ <u-swiper :list="list" imgMode="aspectFit" :radius='10' :height="240" />
<u-notice-bar :text="msg" direction="column" :more-icon="false" color="#5af" bg-color="#d6e8f7"></u-notice-bar>
<view style="width: 100%; margin-top: 20rpx">
<u-grid
@@ -19,7 +19,7 @@
<button class="login-btn" open-type="getUserInfo" @getuserinfo="getUserInfo">
<u-icon name="weixin-fill" color="#fefefe" size="28"></u-icon>
- 一键微信登录
+ 微信登录
</button>
</view>
</template>