wkw 2 viikkoa sitten
vanhempi
sitoutus
d6ff77f8a4
5 muutettua tiedostoa jossa 14 lisäystä ja 9 poistoa
  1. 7 6
      pages/mine/mine.js
  2. 1 0
      pages/mine/mine.wxml
  3. 6 0
      pages/register/register.wxss
  4. 0 3
      pages/store/store.wxss
  5. BIN
      static/image/whx.png

+ 7 - 6
pages/mine/mine.js

@@ -48,12 +48,13 @@ Page({
     };
     if (pageMap[index]) {
       wx.navigateTo({ url: pageMap[index] });
-    } else if (index === 5) {
-      const tabbar = this.getTabBar && this.getTabBar();
-      if (tabbar && tabbar.openShowAgreementModal) {
-        tabbar.openShowAgreementModal()
-      }
-    }
+    } 
+    // else if (index === 5) {
+    //   const tabbar = this.getTabBar && this.getTabBar();
+    //   if (tabbar && tabbar.openShowAgreementModal) {
+    //     tabbar.openShowAgreementModal()
+    //   }
+    // }
   },
 
   // 头像选择

+ 1 - 0
pages/mine/mine.wxml

@@ -24,6 +24,7 @@
             <view slot="title">
               <view class="van-cell-text">{{item.title}}</view>
             </view>
+            <button open-type="contact" class="cover-btn" wx:if="{{index == 5}}"></button>
 
             <!-- 未登录覆盖授权按钮 -->
             <button 

+ 6 - 0
pages/register/register.wxss

@@ -34,6 +34,12 @@
   border-bottom: 1px solid #EDEDED;
 }
 .van-field__control{
+  font-family: PingFangSC, PingFang SC;
+  font-weight: 400;
+  font-size: 28rpx !important;
+  color: #000000 !important;
+}
+.van-field__placeholder{
   font-family: PingFangSC, PingFang SC;
   font-weight: 400;
   font-size: 24rpx !important;

+ 0 - 3
pages/store/store.wxss

@@ -1,10 +1,7 @@
-/* pages/store/store.wxss */
 .content{
   margin: 34rpx 0;
   flex: 1;
   overflow: auto;
-  background: url('https://a.bianyifang.com/static/image/baohua4.png') no-repeat;
-  background-size: 100% 100%;
 }
 .list-card{
   display: flex;

BIN
static/image/whx.png