摘要:下载地址:https://www.sourcetreeapp.com/ 找到 C:Users\Administrator\AppData\Local\Atlassian\SourceTree\目录,把accounts.json文件复制进去 accounts.json内容如下: 作者:咸鱼plus链接
阅读全文
摘要:复制下载地址在浏览器打开,直接右键打开,有问题。 jdk8下载地址 链接: https://pan.baidu.com/s/1be19nkvxcwBeJxdZ61Mpig 提取码: v3ut 复制这段内容后打开百度网盘手机App,操作更方便哦 链接:https://pan.baidu.com/s/1
阅读全文
摘要:<template> <view> <!-- 自定义导航栏 --> <uni-nav-bar :statusBar="true" rightText="发布" left-icon="back" @click-left="back" @click-right="submit"> <view class
阅读全文
摘要:{ "path" : "pages/add-input/add-input", "style" : { "app-plus":{ "animationType": "slide-in-bottom", "animationDuration": 200, // 禁止原生导航 "titleNView":
阅读全文
摘要:"autoBackButton":false, { "path" : "pages/search/search", "style" : { "enablePullDownRefresh":true, "app-plus":{ "scrollIndicator":"none",//隐藏滚动条 "bou
阅读全文
摘要:uni.showToast({ title: '标题', duration: 2000 });
阅读全文
摘要:onLoad() { uni.getSystemInfo({ success: (res)=> { let height=res.windowHeight-uni.upx2px(100) //获取系统信息,可使用窗口的高度 this.swiperheight=height; } }); },
阅读全文
摘要:<template> <view> <view class="font"> {{ ZHweight }} //直接调用计算函数中定义的函数名。 </view> </view> </template> <script> export default { data() { return { //体重 w
阅读全文
摘要:<template> <view> <!-- <view class="font">{{name}}</view> --> <view class="font">{{num}}</view> <view class="font">{{num>10?'优秀':''}}</view> <button t
阅读全文
摘要:按钮关键字:@tap.stop="box2event()" <template> <view> <!-- <view class="font">{{name}}</view> <view class="box" @tap="clickevent()">按钮</view> --> <view clas
阅读全文