鍍金池/ 問(wèn)答/HTML5  Python  HTML/ 小程序tabBar的text文本不會(huì)顯示是什么問(wèn)題呢?

小程序tabBar的text文本不會(huì)顯示是什么問(wèn)題呢?

clipboard.png

clipboard.png

下面的文本text為什么不會(huì)顯示

回答
編輯回答
局外人

"tabBar": {

"color": "#a0a0a0",
"selectedColor": "#07777B",
"backgroundColor": "#fff",
"borderStyle": "white",
"list": [
 {
    "iconPath": "images/tab_cart.png",
    "selectedIconPath": "images/tab_cart_selected.png",
    "pagePath": "pages/cart/cart",
    "text": "購(gòu)物車"
  },
]

}

2018年9月1日 13:48
編輯回答
安于心

<plugin>

            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-source-plugin</artifactId>
            <executions>
                <execution>
                    <id>attach-sources</id>
                    <goals>
                        <goal>jar</goal>
                    </goals>
                </execution>
            </executions>
2017年5月13日 14:03
編輯回答
貓館

可能是你圖片問(wèn)題吧,你試試把圖片去掉文字能不能出來(lái) 不能出來(lái)再換個(gè)手機(jī)試試 還是出不來(lái)就有bug咯

2018年3月30日 05:40
編輯回答
陪我終

查看一下selectedColor選中顏色和設(shè)置初始顏色是否為#fff

2017年9月16日 15:15
編輯回答
墨小羽

這個(gè)問(wèn)題解決了嗎,我也遇到這個(gè)問(wèn)題了

2018年8月16日 20:38