上一页 1 ··· 106 107 108 109 110 111 112 113 114 ··· 129 下一页
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>Title of page</title> </head> <body> <div id="example"> <input v-model="parentsg"> <br> <ch 阅读全文
posted @ 2018-03-04 11:24 ThisCall 阅读(182) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>Title of page</title> </head> <body> <div id="example"> <input v-model="parentMsg"> <br> <c 阅读全文
posted @ 2018-03-04 11:05 ThisCall 阅读(211) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>Title of page</title> </head> <body> <div id="example"> <my-component></my-component> </div 阅读全文
posted @ 2018-03-04 10:49 ThisCall 阅读(135) 评论(0) 推荐(0)
摘要: Vue.component('todo-item', { template: '\ \ {{ title }}\ X\ \ ', props: ['title']})new Vue({ el: '#todo-list-example', data: { newTodoText: '', todos: [ {... 阅读全文
posted @ 2018-03-03 13:58 ThisCall 阅读(444) 评论(0) 推荐(0)
摘要: created 钩子可以用来在一个实例被创建之后执行代码: var vm = new Vue({ el:'#box', data:{ msg:'12345' }, computed:{ reMsg:{ get:function(){ return this.msg.split('').reverse 阅读全文
posted @ 2018-02-27 20:46 ThisCall 阅读(150) 评论(0) 推荐(0)
摘要: {"keys": ["ctrl+shift+f"], "command": "reindent" , "args":{"single_line": false}}, 阅读全文
posted @ 2018-02-27 08:38 ThisCall 阅读(182) 评论(0) 推荐(0)
摘要: Sublime Text 3 快捷键精华版 Ctrl+Shift+P:打开命令面板Ctrl+P:搜索项目中的文件Ctrl+G:跳转到第几行Ctrl+W:关闭当前打开文件Ctrl+Shift+W:关闭所有打开文件Ctrl+Shift+V:粘贴并格式化Ctrl+D:选择单词,重复可增加选择下一个相同的单 阅读全文
posted @ 2018-02-25 16:45 ThisCall 阅读(125) 评论(0) 推荐(0)
摘要: <view class='pay-switch'> <switch color='#1F3238' data-gongprice='{{gongprice}}' data-discounts='{{discounts}}' bindchange="switch1Change" /> </view> 阅读全文
posted @ 2018-02-04 14:47 ThisCall 阅读(417) 评论(0) 推荐(0)
摘要: onLoad: function (opt) { wx.showShareMenu({ withShareTicket: true }) if (opt){ // let haha =JSON.parse(opt); console.log(JSON.parse(opt.ones)); } }, o 阅读全文
posted @ 2018-02-03 07:44 ThisCall 阅读(154) 评论(0) 推荐(0)
摘要: // pages/youxi/dian1.js Page({ /** * 页面的初始数据 */ data: { bian: 0, zhuan: 0, textTure: 'touchstart' }, shiFN: function (e) { let that = this; let n = 0; 阅读全文
posted @ 2018-01-31 21:54 ThisCall 阅读(162) 评论(0) 推荐(0)
上一页 1 ··· 106 107 108 109 110 111 112 113 114 ··· 129 下一页