Sfoglia il codice sorgente

+ 实现批量审核功能

chen.cheng 10 mesi fa
parent
commit
f20b2d6da4

+ 1 - 0
components/ItemList/index.scss

@@ -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;

+ 1 - 1
manifest.json

@@ -96,7 +96,7 @@
     },
     "quickapp" : {},
     "mp-weixin" : {
-        "appid" : "wxf385eefdd03327fd",
+        "appid" : "wxf5aeb6ded4e4488b",
         "setting" : {
             "urlCheck" : false,
             "es6" : false,

+ 1 - 1
pages/tabbar/index/index.vue

@@ -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

+ 1 - 1
pasb/pages/login/index.vue

@@ -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>