Tata-Lynn

Results 2 comments of Tata-Lynn

> @kumarswamy-repo Yes, it's incubating, you can checkout the `support-android-gradle-3.0` branch and try the `DevSample` source project. support-android-gradle-3.0 DevSample分支跑不起来: 报错:You need to use a Theme.AppCompat theme (or descendant) with this...

一、location.wxml : 加个判断是不是初始化第一次进来 ``` ..... ``` -------------------------------------------------------------------------- 二、location.js: 增加初始化 ``` Page({ data: { isfirst: true, ... } ``` 三、location.js: 点击函数变换isfirst的值 ``` listqy: function (e) { if (this.data.qyopen) { this.setData({ isfirst:...