久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      uniapp如何隱藏返回按鈕

      uniapp隱藏返回按鈕的方法:1、隱藏滾動(dòng)條,代碼為【"scrollIndicator":"none"】;2、關(guān)閉反彈效果,代碼為【"bounce":"none"】;3、配置按鈕,代碼為【"text":"取消"】。

      uniapp如何隱藏返回按鈕

      本教程操作環(huán)境:windows7系統(tǒng)、uni-app2.5.1版本,該方法適用于所有品牌電腦。

      推薦(免費(fèi)):uni-app開(kāi)發(fā)教程

      uniapp隱藏返回按鈕的方法:

      使用語(yǔ)法進(jìn)行隱藏

      "autoBackButton":false,
      {             "path" : "pages/search/search",             "style" : {                 "enablePullDownRefresh":true,                 "app-plus":{                      "scrollIndicator":"none",//隱藏滾動(dòng)條                      "bounce":"none",//關(guān)閉反彈效果                      "titleNView":{                          "autoBackButton":false,                          // 搜索框配置                          "searchInput":{                              "align":"left",                              "backgroundColor":"#F7F7F7",                              "borderRadius":"4px",                              "placeholder":"搜索糗事",                              "placeholderColor":"#CCCCCC",                              "disabled":false                          },                          //配置按鈕                          "buttons":[                              // 右邊                              {                                  "color":"#000000",                                                                   "colorPressed":"#BBBBBB",                                  "float":"right",                                  "fontSize":"16px",                                  "text":"取消"                              }                          ]                      }                 }             }         }

      相關(guān)免費(fèi)學(xué)習(xí)推薦:編程視頻

      贊(1)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)