zhaojs
2023-06-10 69ea24e8fdfb41fc48c3fdb8c444645c13b1bbc4
uniapp/pages/index/index.vue
@@ -11,6 +11,9 @@
                  <view>输入商品名或粘贴宝贝标题搜索</view>
               </view>
            </view>
            <view class="rightgoMsg rowCenCen iconfont searchImg" @click="goPath('turnChain')">
               <image src="https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/zhuanlian.png"></image>
            </view>
            <view class="rightgoMsg rowCenCen iconfont" @click="goPath('officialNotice')">
               <view>&#xe6e9;</view>
               <u-badge v-show="isNewMessage" :is-dot="true" type="success"></u-badge>
@@ -136,6 +139,7 @@
            return;
         }
         var user= uni.getStorageSync('userInfo');
         console.log(user);
         if(!user.invitation_code)
         {
            setTimeout(function(){
@@ -265,6 +269,12 @@
                  url: './officialNotice'
               })
            }
            else if(url=='turnChain')
            {
               uni.navigateTo({
                  url: '../mine/tools/turnChain'
               })
            }
         },
         gobanurl(info) {
@@ -363,7 +373,7 @@
            z-index: 100;
            .leftgoSearchbox {
               width: 615rpx;
               width: 575rpx;
               height: 70rpx;
               background-color: #FFFFFF;
               border: 1rpx solid #EDEDED;
@@ -393,6 +403,14 @@
               color: #FFFFFF;
            }
         }
         .searchImg{
            image{
               width: 40rpx;
               height: 40rpx;
               font-size: 50rpx;
               color: #FFFFFF;
            }
         }
         .categoryNavbar-container {
            width: 100%;